/srv/irclogs.ubuntu.com/2015/12/06/#lubuntu.txt

Glamdring1I just inherited a used laptop. I've just installed Lubuntu, as I'd had good experiences with it on my desktop computer and had no DVDs around to carve nearly any other OS anyway. I can't seem, however, to enable its wi-fi. I'm wondering at this point if it's a hardware problem. How can I figure this out?02:05
anarkheinHow far do you get? Any error messages? What laptop? What wifi card?02:07
Glamdring1Compaq 6715b. It basically acts like there's no wi-fi card at all, best I can figure; no error messages.02:08
Glamdring1Best assume I don't know what I'm doing, though.02:08
Glamdring1For example, while I take it on faith this has a wi-fi card in it because it has a little unlit wi-fi LED, I have little idea other than that.02:09
anarkheinHave you tried a command like "lshw", "lspci", etc.?02:09
Glamdring1Interesting. Here we are. 30:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 02)02:10
anarkheinThis page got some commands for identifying hardware: http://www.brunolinux.com/02-The_Terminal/Hardware_info_commands.html02:10
Glamdring1That at all helpful?02:10
anarkheinWLAN... ok.02:10
anarkheinWhat about moduls...02:11
Glamdring1That's the name of the command?02:11
Glamdring1(Again, best assume I don't know what I'm doing.)02:11
anarkheinTry "lsmod"02:12
anarkheinSee if you see something related to BCM there.02:12
Glamdring1Okay. Doing so now.02:12
Glamdring1bcma                   52443  1 b4302:13
Glamdring1Closest thing I saw to obviously related.02:13
Glamdring1Also, darnit, be right back.02:13
anarkheinOk.02:14
anarkheinHave a look at these two threads: http://ubuntuforums.org/showthread.php?t=1528945    http://askubuntu.com/questions/461384/how-to-connect-to-wifi-from-lubuntu02:14
anarkheinI reckon there are some clues.02:14
anarkheinI think what you found is the right one: "Since the 3.3.1 kernel the bcma module was introduced." - https://wiki.archlinux.org/index.php/Broadcom_wireless02:16
anarkheinMaybe it's just a matter of specifying the details of your wifi network connection.02:16
anarkheinFor info about that, check out those two ubuntuforums threads.02:16
Glamdring1Okies. Thanks, I'll take a look.02:22
Glamdring1Oh-ho-ho cute, so it's probably Broadcom's fault.02:22
Glamdring1Hrm. I'm afraid I don't really know how to parse the Archlinux info; a lot of it seems kinda specific to Arch.02:30
Glamdring1Seems to me, anyway.02:30
Glamdring1Is it feasible to use Arch stuff for Lubuntu with ease?02:30
Glamdring(Same guy, just two different computers. It's very, very uncomfortable sitting on the floor to deal with the short ethernet cord which allows that laptop to connect to the internet right now.)02:35
GlamdringHrm. Odd.02:38
GlamdringWell, fringe benefit to trying to stay here on two computers. I'm still here.02:48
anarkheinHmm.03:07
GlamdringIf that happens too often, I'll take the laptop offline and just communicate from the desktop.03:08
GlamdringThoughts on the Archlinux thing?03:08
anarkheinI didn't mean that you should use Arch stuff, I just found on that page a confirmation that the bcma module indeed is for Broadcom wifi.03:08
GlamdringOh! Apologies. In which case I'm honestly not sure how to proceed.03:09
anarkheinWhat have you tried already when it comes to network config?03:09
anarkheinWhat programs?03:09
GlamdringLemme check. Memory fails.03:09
Glamdring1nm-applet03:09
anarkheinAnd exactly how far do you get? Do you... the device isn't even detected by the program, so of course you see no networks in the list?03:12
GlamdringPrecisely.03:13
anarkheinHmm03:14
anarkheinDid you try any of the commands referenced in the two threads?03:15
GlamdringI believe so. Most were of a diagnostic nature, right?03:16
anarkheinI think maybe you should try: nmcli dev wifi connect mynetwork password my-password03:16
anarkheinHowever...03:16
GlamdringOh?03:17
anarkheinFirst you should try some of the others, to get info about the wifi status03:17
GlamdringFair enough.03:17
anarkheinFor instance: nmcli d03:17
anarkheinThen: nm-tool03:17
anarkheinDoes the first command return something along the lines of: "DEVICE TYPE             STATE03:19
anarkheinwlan0  802-11-wireless  disconnected"?03:19
GlamdringBe on that shortly.03:19
anarkheinAnd the second command something more elaborate, including driver info?03:19
Glamdring1Okies, let's take a look at this.03:24
anarkheinWait.03:24
Glamdring1Oh?03:24
anarkheinThere is another possibility.03:24
anarkheinhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/54544303:24
ubottuLaunchpad bug 496093 in linux-backports-modules-2.6.32 (Ubuntu Lucid) "duplicate for #545443 [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks" [High,Fix released]03:24
anarkheinHmm, but wait again. This was posted in 2010...03:24
Glamdring1Ah.03:25
anarkheinSo surely it's fixed by now?03:25
Glamdring1Well then, for what it's worth, all I got was "eth0       802-3-ethernet    connected  "03:25
anarkheinCONNECTED?03:25
anarkheinAhh -eth-, not wifi.03:25
Glamdring1eth0, right.03:25
Glamdring1Hence my being here at all.03:25
anarkheinI thought perhaps it was mentioned, but just didn't get anywhere.03:26
Glamdring1nm-tool doesn't mention anything about wireless.03:26
anarkheinOk...03:26
Glamdring1So lspci sees it, but nm-applet decidedly does not.03:26
anarkheinHow about using the ifconfig command?03:27
Glamdring1eth0 and lo03:27
anarkhein"sudo ifconfig wlan0 up", but first check whether it's called "wlan0" or something else03:27
anarkheinjust "ifconfig", doesn't mention anything wlan-related?03:28
Glamdring1That was, sadly, just ifconfig03:28
anarkheinOk.03:28
Glamdring1Would there be any harm in that wlan0 up command if, in fact, there was basically no wlan0 to be had?03:29
anarkheinI don't think so.03:29
anarkheinI can't guarantee anything, but...03:29
anarkhein...I imagine something like "device not found".03:29
Glamdring1Doubt it'll do any good, but if there's no harm I can't see a reason not to try.03:29
anarkheinBut it should have been listed.03:30
Glamdring1I figured as much.03:30
Glamdring1Yep. As you suspected.03:30
anarkheinÀ propos the bug from 2010:03:30
anarkhein"apparently the "trick" was to press fn+f2, don't know if that is the bulletproof solution, but it seems to work for me"03:30
anarkheinCould it be...?03:31
GlamdringO.o03:31
GlamdringThat sounds odd.03:31
anarkheinYea.03:31
GlamdringLike, now?03:31
GlamdringOr during boot?03:31
anarkheinMaybe when the network manager is up, I'm not sure.03:32
anarkheinBut...03:32
anarkheinCould there be some driver issues?03:32
GlamdringProbable.03:32
anarkheinHmm http://askubuntu.com/questions/453587/broadcom-wifi-issue-on-14-04-lubuntu03:33
GlamdringBroadcom apparently has a history of those.03:33
anarkheinhttp://askubuntu.com/questions/649662/lubuntu-15-04-broadcom-wi-fi-wont-work-at-all03:33
Glamdring15.04, no less!03:33
anarkhein"You could take a look at the additional drivers page, if you search additional drivers in unity. (Sorry, did not notice you were using Lubuntu, just search for additional drivers.)"03:34
anarkhein"There you will come across the different drivers that may be used, which came in handy for me because Ubuntu did not use any driver for my wifi at all. For me it was just a simple flip from no driver to the broadcom driver."03:34
GlamdringOddly, it found none for me. Though I'll look again.03:34
anarkheinhttp://askubuntu.com/questions/55868/installing-broadcom-wireless-drivers03:35
Glamdring1Sure seems like a familiar problem. It's 4 years old, though.03:36
Glamdring1Ah, yes.03:36
anarkheinHow about "iwconfig"?03:36
Glamdring1I had looked at this one.03:36
Glamdring1Same. Just lo and eth003:36
anarkheinOk.03:36
Glamdring1That 4 year old one seemed promising, but the firmware package doesn't seem to be available anymore.03:37
anarkhein"lspci -knn | grep 'Eth|Net' -EA2" - This surely mentions the wifi card too at least?03:38
Glamdring1In addition to the ethernet card, it lists:03:39
Glamdring130:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 02)03:39
Glamdring1Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller [103c:1374]03:39
Glamdring1Kernel driver in use: b43-pci-bridge03:39
anarkheinHmm...03:40
anarkheinDid you see...03:40
anarkhein"Then in a terminal and with a temporary working internet connection, do:"03:40
anarkhein"sudo apt-get purge bcmwl-kernel-source"03:40
anarkhein"If it is not removed because it isn't installed, that's fine, just continue:"03:41
anarkhein"sudo apt-get install firmware-b43-installer"03:41
anarkhein?03:41
anarkhein"Reboot and your wireless should now be working."03:41
Glamdring1My only concern is that the apt-get command came up empty.03:41
anarkheinWhich of them? The first one?03:42
Glamdring1The firmware one.03:42
anarkheinHow about adding -v?03:42
anarkheinFor verbose.03:42
Glamdring1I hadn't seen advice to purse the bcmwl yet, so I hadn't tried it, but unless I'm as much a n00b as I very well might be... Ah! Verbose is good.03:43
Glamdring1Hrm. Except it seems to have taken it to mean -version03:43
Glamdring1Purge. Purge. Why did I type purse?03:44
Glamdring1S isn't anywhere's near g.03:44
anarkheinYeah, because... "-q, --quiet  Quiet. Produces output suitable for logging, omitting progress indicators."03:44
* Glamdring1 purges his lips.03:44
anarkheinIt is not without messages by default. This is peculiar.03:44
Glamdring1Well, you see, this was its message:03:45
Glamdring1E: Unable to locate package firmware-b43-installer03:45
Glamdring1Kinda straightforward, really.03:45
Glamdring1Aptitude, perhaps?03:46
anarkheinHow about...03:46
anarkhein"apt-cache search b43"?03:46
Glamdring1Hrm. Literally nothing.03:47
Glamdring1Didn't even complain about the command.03:48
anarkhein"aptitude search b43"?03:48
Glamdring1I'll install aptitude real quick.03:48
anarkheinIf nothing, look in the GUI package manager.03:48
anarkheinOk.03:48
Glamdring1Or not.03:49
Glamdring1Also, the GUI package manager, Synaptic, came up with no results for b4303:49
anarkheinHmmm...03:49
anarkheinWhat is your current repository URL?03:49
Glamdring1Package aptitude is not available, but is referred to by another package.03:49
Glamdring1This may mean that the package is missing, has been obsoleted, or03:49
Glamdring1is only available from another source03:49
Glamdring1E: Package 'aptitude' has no installation candidate03:49
Glamdring1What's the best command for finding out?03:50
anarkheinAlso, this would have been easier if I had been more loyal towards e.g. Lubuntu. I'm all over the places, checking out various distros instead of becoming an expert on one.03:50
Glamdring1For shits and giggles, I changed my repository from the Canadian server to the main server.03:51
Glamdring1(I don't live in Canada, but that seems to have been the default.)03:51
anarkheinBy the way...03:51
Glamdring1Hai?03:51
anarkheindmesg | grep *b43*03:52
anarkheinor something else related to the wifi03:52
anarkheinJust to see if there are any error messages.03:52
anarkheindmesg | grep *wifi*03:52
Glamdring1Oh fer fucks sakes, so you know how I just said that I just changed my repository from Canada to Main?03:52
anarkheinor maybe *wlan*03:52
anarkheinYes.03:52
anarkheinIt wasn't a good idea? Or something went awry?03:53
Glamdring1Dunno what the star means on the legend, but now Synaptic sees firmware- b43-installer03:53
anarkheinOk...03:53
anarkheinGET IT03:53
Glamdring1As well as firmware-b43legacy-installer, which was also referenced.03:53
anarkheinRight.03:53
Glamdring1Looks like the star means it's not authenticated. Do we care?03:54
anarkheinI'm not a complete... formalist like that.03:54
Glamdring1Sounds like we don't care a great deal about it, then.03:54
anarkheinI don't. However, it's your call.03:55
Glamdring1Says some of the packages couldn't be retrieved from the server.03:55
anarkheinOk.03:55
anarkheinTry some other repository URLs?03:55
Glamdring1In fact, rather a few.03:55
Glamdring1Any suggestions?03:56
Glamdring1Maybe Aptitude? I recollect it tends to be better at fixing broken packages.03:56
anarkheinNot specifically. Something close to where you are, then for the sake of diversification, maybe Germany, UK.03:56
anarkheinOk.03:56
anarkheinAlso...03:56
anarkhein"some of the packages" - that is, dependencies?03:56
Glamdring1Looks like, yes.03:57
anarkheinPackages which... right.03:57
Glamdring1I didn't go through painstakingly to see for sure, but they had that look.03:57
anarkheinYeah.03:57
Glamdring1(I can't imagine another reason libc++ etc would have been mentioned.)03:57
anarkheinBut "couldn't be retrieved from the server" - this makes me think of the repository URL anyway.03:58
Glamdring1Bah. Looks like that was an Aptitude dependency.03:58
Glamdring1I'll try simply installing the firmware.03:58
anarkheinOk.03:59
Glamdring1Bah. Several errors along the lines of:03:59
Glamdring1W: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/b/b43-fwcutter/b43-fwcutter_019-1_amd64.deb03:59
Glamdring1  404  Not Found [IP: 91.189.91.23 80]03:59
Glamdring1Correction. Two such errors.04:00
anarkheinHmm.04:00
anarkheinGet it manually?04:00
Glamdring1S'pose I must, somehow.04:00
Glamdring1Same with aptitude, I imagine, just so I have the tool handy.04:00
Glamdring1How do you recommend going about it?04:01
Glamdring1Browser?04:02
anarkhein"Your 4306 hardware, according to http://wireless.kernel.org/en/users/Drivers/b43 takes the b43legacy driver, NOT the b43 driver."04:02
anarkheinIs this relevant in your case?04:02
Glamdring1I think I read that mine's 4311.04:03
anarkheinAh, that's right.04:03
Glamdring1Which, I believe, uses the non-legacy driver.04:03
Glamdring1I could double-check, of course.04:03
Glamdring1Or proceed with faith and risk breaking something. I might be fine with that.04:03
anarkhein<Glamdring1> Subsystem: Hewlett-Packard Company BCM4311 802.11b/g Wireless LAN Controller [103c:1374]04:04
Glamdring1Ah, there we are, thanks.04:04
Glamdring1Interestingly, there's an archive.ubuntu.com/stuff/things/b/b43-fwcutter/ folder, but no /f/firmware-b43-installer/ folder.04:05
anarkheinhttps://help.ubuntu.com/community/WifiDocs/Driver/bcm43xx#b43_-_Internet_access04:06
anarkheinBy the way, have you done "sudo apt-get update"?04:06
Glamdring1I believe so, but it's usually worth doing twice.04:06
Glamdring1When you do this, by the way, do you always get a lot of 404? I experience that a lot on my desktop machine.04:07
anarkheinhttp://packages.ubuntu.com/precise/kernel/firmware-b43-installer04:07
Glamdring1And, apparently, on this laptop.04:07
anarkheinBut what else was needed...04:07
anarkheincutter04:08
anarkheinhttp://packages.ubuntu.com/precise/b43-fwcutter04:08
anarkheinMore?04:08
Glamdring1Which is apparently a dependency.04:08
anarkheinRight.04:08
anarkheinDownload, locate it somewhere for the package manager to find it?04:09
Glamdring1Actually, I got ambitious and simply downloaded fwcutter manually and installed it first.04:12
Glamdring1They'04:12
Glamdring1They're now both installed. Shall I reboot and watch my poor laptop burn?04:12
Glamdring1Might bask in the glow of spontaneous laptop combustion. I should get marshmallows.04:12
anarkheinYeah reboot.04:13
Glamdring1Will do.04:14
GlamdringWell, the wi-fi LED lights up. So far so good.04:15
anarkheinOk...04:15
anarkheinIt didn't use to?04:15
GlamdringYeah, this is new.04:15
anarkheinBin those marshmellows.04:16
Glamdring1Success.04:17
Glamdring1Thank you.04:17
anarkheinAllright.04:17
Glamdring1We were both blundering around a bit, but you were doing so from a position of experience and wisdom, and it seems to have  been what was needed here.04:17
Glamdring1I now no longer have to sit a meter from my front door in order to use this laptop.04:18
anarkheinGreat. You pretty much did it yourself, given my improvisatory mode, I am not using (L)ubuntu on a day to day basis right.04:18
Glamdring1In fact, if the battery's any good, I can probably be anywhere in the apartment.04:18
Glamdring1Actually, you had a few specific thoughts and inputs I wouldn't have thought of.04:18
anarkheinI recall doing this myself a year and a half ago or so, but I didn't have this trouble.04:18
Glamdring1Heck, I didn't find that firmware installer at all.04:18
Glamdring1And I'd looked.04:19
anarkheinI think installing fwcutter and the firmware via the package manager just worked.04:19
Glamdring1Sheesh. Was it the same company?04:19
Glamdring1Trying to imagine how "fun" this would have been compiling from source.04:19
anarkheinHaha.04:19
Glamdring1There we are. Estimated battery life: 53 minutes. Eh. Not terrible.04:20
anarkheinI haven't compiled much so far. I fooled around with minimalist distros before. But I wanted to test compiling. That was a misguided approach, because it entailed a dependency-hell.04:20
Glamdring1Yep. I go through a degree of that every time I install Aleph One.04:21
anarkheinI think I've steered away from compiling due to that, even though it was entire my own doing.04:21
anarkheinOk.04:21
Glamdring1Sometimes it's worth it, like in that case, but it always slows me down for a few months.04:21
anarkheinDo you happen to be familiar with Focaltech touchpads?04:21
anarkheinThe newest laptop got that, but right-clicking doesn't work on Puppy Linux.04:22
anarkheinI've temporarily given up, in order not to cause a mess.04:22
ianorlinanarkhein: I have not heard of focaltech touchpads04:22
anarkheinIt's new, and I think I read something about Focaltech "not supporting Linux at all" more or less.04:22
anarkheinBut it's only right-clicking that doesn't work.04:23
anarkheinI came across some driver which is supposed to work, but I didn't see any references to tests on Puppy Linux, so I've postponed it for now.04:24
anarkheinGlamdring, So to sum up, what was your main problem? Unreliable package manager/repository URL?04:24
Glamdring1Seems like it, yeah.04:25
anarkheinOk.04:25
Glamdring1Well, actually, it also seems like, by default, lubuntu simply didn't come packaged with a relevant set of firmware.04:25
anarkheinYeah.04:26
ianorlinfor what braodcom?04:27
GlamdringYeah.04:27
ianorlinugh04:27
ianorlinthat was annoying to figure out at first04:28
GlamdringSeems like it was a lot of manually looking things up to get lubuntu working with a Broadcom card.04:28
GlamdringWroooong window.04:28
ianorlinwhich braodcom one ?04:28
Glamdring431104:28
GlamdringApparently a known problem as recently as 15.0404:29
GlamdringOkay, so here's a much more general question. Let's say I've got everything working real nice in 14.10, but past upgrades have occasionally broken things of which I'm fond, so I'm leery of upgrading to 15.10. Is there a reasonable way to try to upgrade, then roll it back if it goes awry?04:30
ianorlinGlamdring: on the upgrade I don't think so but a disk image might be the best way to do that04:31
anarkheinI, for one, am gonna downgrade my state to sleepmode. See you around.04:31
GlamdringOuch. That sounds like a good but mildly impractical idea for me.04:31
ianorlinbut that basically reuqires another drive04:31
GlamdringOkies. Thanks, anarkhein.04:31
GlamdringYep.04:31
anarkheinHaha. Bye.04:31
GlamdringI can think of worse ideas; goodness knows I could afford to back her up.04:32
GlamdringExpense and budget, however, are the dire foes of backups.04:32
GlamdringI'd pretty much need a good half-terabyte available just for that purpose.04:32
GlamdringAnd yet, given how well certain things work right now (Weland, Aleph One, my AMD drivers, my bleeping sound card), this is a state of affairs from which I fear to deviate, and to which I'd love to return.04:33
GlamdringSo let's say right now it spans about 500 gigabytes of data. If I want an image of that, is there a way to span it across DVDs? If so, how much are we talking?04:35
GlamdringSuddenly a tape drive sounds very attractive.04:35
* Glamdring looks up tape drive costs, has a moment of total sticker shock.04:36
intxanyone have vnc or rdp auto-starting for remote assistance?05:55
intxvino won't run07:32
`RedHi. I was here yesterday. My Macpro G5 dual, is displaying a black screen after trying to install debian, mintppc, and now lubuntu. I need help possibly to recognize display, and graphics driver. Please help.19:10
bioterrormaybe Radeon something19:15
`RedI have a rradeon 9600 xt19:17
`RedCan someone please assist me.19:24
bioterrorhttps://help.ubuntu.com/community/RadeonDriver19:26
bioterrorhave you read that?19:26
bioterroryour card is R30019:26
`Redany time i type any commands, such as sudo apt-get or other commands, it says invalid file not found, or another message not recognizing what I type. I was able to get into a "shell" from typing in "rescue". The shell also does not recognize any of the commands I've been told to type.19:30
bioterrorokay19:30
`RedI am at the screen that says "boot:"19:31
`Red"Unable to open file, invalid device"19:35
bioterrorand you have burned a CD-R?19:36
`Redyes, and installed it successfully. Just can't get into the operating system.19:36
bioterrorsounds like the probably grub cant find the right device19:37
`RedI only have 700MB CDR's19:37
`RedI haven't tried a DVI monitor because I dont have one. I'm using Apple Cinema display, which has it's own unique connector19:38
bioterrorit has nothing to do with that19:38
`RedOkay19:38
bioterrorproblem is that the loader cant find your partition19:38
`RedI installed it to my 80GB HD. I directed it to use the entire disk when installing.19:39
`RedI also have a 120GB HD with mac os x 10.5.8. I would like to keep OS X though. So I didn't install on the 12-GB19:39
`Red120GB*19:39
`RedAlso, the G5's fans are running at high speed, most of the time. Very loud. But I can live with that.19:40
bioterrorI have to say that I have not run GNU/Linux systems on new world macs19:41
bioterroronly on old world19:41
bioterrorand it looks like a little confusing :D19:42
`RedThe supprt for G5 is such as G3, and G4 according to the websites19:42
bioterrorthat 80GB drive is a regular SATA drive and not USB?19:43
`RedA lot of the results on google, people are experiencing the black screen on bootup, who are also using similar system to mine. Thing is, to resolve it, there are lots of commands and variables to be changed. And while reading it, it is fairly complex stuff to understand for a newbie19:43
`Redyes i believe so19:43
`RedI would try yellow dog linux, however, development for the OS has stopped several years ago.19:45
bioterroryes, for the G519:46
`RedAt boot up, there are options to type: such as.. install, install-free-powerpc64, install-powerpc64 etc. I don't want to spend 1 and half hours to try each and every one of the options.19:46
bioterrorI would myself think something like MorphOS19:46
`RedThe G5 is a 64bit processor19:47
`RedOk, since the iso is 200mb for morph, i will try it19:48
`Redwill it recognize my wireless usb adapater, and is it easy to use19:48
bioterrorhard to say19:50
`RedIt will have web browers, and offer to install open offiece suites?19:50
`RedIt says its unsuported for PowerPC atm19:53
bioterrorbut I cannot help you with the PowerPC problems, becouse last time I owned Dual G4 was 2009 and I have never looked back into that time19:54
bioterrorand those are probably something like yaboot /openfirmware related problems19:54
`RedAlso says morph os will use only 1gb of ram, not the 4gb i have installed19:54
`Redok19:54
`Redcan anyone help me. Black Screen on boot up, it has happened on mintppc, debian, and now also lubuntu. I have a radeon 9600 xt, dual g5 powerpc.19:59
wxlhm19:59
wxl!ppv19:59
wxloops19:59
wxl!ppc19:59
ubottuPowerPC.  Formerly used by Apple for the Macintosh line of computers. Variants are now used in popular gaming consoles. PPC was a fully supported Ubuntu architecture until 6.10. It is now a community port, see https://wiki.ubuntu.com/PowerPCFAQ19:59
wxlread that faq if you haven't already `Red19:59
wxlmost problems are answered there19:59
wxlwe also have many ppc users on the mailing list, so i would post a message there20:00
wxlin general i have found graphics to be the biggest issue with ppc. they almost never work out of the box20:00
wxlbasically distros have had to make compromises for older hardware when it comes to supporting newer hardware20:01
wxle.g. not a good idea to make the graphics downgraded for everyone just to suport a few people using old hardware20:01
wxlsimilarly google chrome recently announced they'll be dropping support for 32-bit linux!20:02
`RedI don't want to spend time trying to find a resolution by reading the FAQ quite yet. I will try to find another distro that might work.20:02
wxl`Red: your only hope with that is a distro that is meant to work out of the box. i would expect mintppc to be that. if it fails, you probably have little hope20:02
wxl`Red: even netbsd which is meant to run on practically everything has a very long extensive installation guide for ppc20:03
bioterrorNetBSD mentioned :D20:03
wxl`Red: the other thing to consider is that ppc machines are very different, down to some of them acting entirely different in their boot firmware20:03
wxl`Red: so a *detailed* post to the mailing list is probably the one option that will expedite things for you20:04
wxlnote the emphasis on detailed20:05
wxlget very specific information on the processor you use and the pci ids on the graphics20:05
wxlfigure out what openfirmware version you're using20:05
`RedOk, can you link me to this place?20:05
wxl`Red: you can join the mailing list by sending any sort of email to lubuntu-users-join@lists.ubuntu.com20:10
wxl`Red: then send your actual message to lubuntu-users@lists.ubuntu.com20:10
`RedCan the body of the email include all the details of my problem, along with specifications of the G520:11
`Redok20:11
wxl`Red: if you don't join first it's likely you won't receive youre replies if someone replies to just the list which is quite possible20:11
wxl`Red: the first message (to join) should be blank. the second one can be as detailed as you like20:11
wxl`Red: just don't send images. i don't remember what the limit on messages was but it's fairly restrictive for anything that's not text20:12
`RedOk, do i have to wait to be accepted to the group, or can I start an email after the blank one?20:12
wxl`Red: you'll be automatically added to the list and you'll get a message confirming this when you are. after that, you're free to send a message20:13
wxl`Red: just don't forget it's lubuntu-users-join to join but send messages to lubuntu-users20:13
`RedOk. Maybe I should try MorphOS first?20:14
wxl`Red: ubuntu is participating in google code-in this year and i have tasks to create by the end of the day so i'm going to head out20:15
`Redok seeyo20:15
wxl`Red: i have no familiarity with morphos, but everything's worth a shot. if it doesn't "just work" you'll have more support from the ubuntu community, especially within lubuntu20:15
`Redok thanks for your help.20:16
`Redim trying to install gentoo20:32
LokieI have configured xfce power manager and light-locker. Regardless screen won't switch off but stay black (active but black / blank) also suspend doesn't kick in21:58
Lokieany ideas?21:58
eperzhandHello, guys! Please, help me - I'm completely stucked how to startup gnome-keyring-daemon in Lubuntu correctly...22:04
eperzhandI've added lines to /etc/pam.d/login and passwd - but no luck22:04
anarkhosLokie, I recall having similar problems, I think I never fixed it.22:05
eperzhand: /22:06
anarkhoseperzhand, Version?22:06
Lokiethat's great to here anarkhos :/22:07
Lokiedid you switch to another distro or just "live with it" ?22:08
anarkhosHaha. It's maybe one and half a year ago, however, Lokie, so there should be more possibilities now.22:09
anarkhosI'm all over the Linux place. I'm a little familiar with various distros, but not an expert on any one particular.22:10
anarkhosLokie, You too, what version?22:10
anarkhoseperzhand, I wonder whether what I just came across could be useful to you...22:11
anarkhoseperzhand, http://denilson.sa.nom.br/blog/2015-05-14/gnome-keyring-on-lubuntu-15-04/22:12
eperzhandanarkhos: thank you!22:12
eperzhandI've readed it already22:12
eperzhandbut he tries to turn off keyring22:12
anarkhosYes, but there are some details, I thought perhaps he mentioned initiating it as well.22:13
eperzhandThe problem is that they are changing initiating process from version to version22:16
anarkhosOk.22:16
anarkhoseperzhand, "<eperzhand> I've added lines to /etc/pam.d/login and passwd" - You tried to automate the process?22:26
anarkhosHow about trying manually first?22:26
Lokieanarkhos ubuntu 15.10 with lubuntu-desktop22:29
anarkhoshttp://unix.stackexchange.com/questions/32646/how-to-start-the-keyring-daemon-after-a-gnome-shell-crash22:30
anarkhosThis is in the context of Linux Mint, but...22:30
anarkhosNot sure how much difference there is.22:30
anarkhoseperzhand, Exactly what did you add to /etc/pam.d/login?22:33
anarkhosLokie, "http://askubuntu.com/questions/tagged/suspend"22:35
anarkhossorry22:35
anarkhoshttp://askubuntu.com/questions/tagged/suspend22:35
anarkhos"Computer does not suspend until network cable is disconnected"?22:35
anarkhosLokie, "[SOLVED] I figured it out     What I didn't know was that xfce4-power-manager is a dialog menu. So I opened it's dialog menu and enabled all the necessary options and it was everything I was looking and it works." --- I assume this is to simple an explanation in your case22:38
anarkhosFrom http://forum.lxde.org/viewtopic.php?f=5&t=3612522:39
anarkhosLokie, " Regardless screen won't switch off but stay black (active but black / blank)" - Exactly what did you click?22:42
anarkhos"This morning I installed Nvidia drivers and didn't like the look. Purged all Nvidia stuff. Did a reinstall libgl1-mesa-dri libdrm2 libdrm-nouveau2 xserver-xorg-core       Rebooted and now nouveau is back and things look fine. I am using a screen saver that isn't a blank screen. So far no blank screen lock up."   http://www.linux.org/threads/screen-goes-black-but-computer-not-off.6190/22:46
eperzhandanarkhos: midori behaves very strangely22:56
eperzhandit depends on gnome-keyring22:56
eperzhandbut the idea is nice22:57
eperzhandfirst try to play with it manually to completely see the problem22:58
eperzhandthank you, anarkhos - i'll check it22:59
eperzhandwhere are you from?22:59
anarkhosNorway. What did you put in the pam.d file?23:00
eperzhand# session optional pam_gnome_keyring.so auto_start23:00
eperzhandbut I'm commenting them out23:01
eperzhandlooks like the XDG has some standard way to autostart apps through etc/xdg/autostart dis23:01
eperzhandX D G23:02
eperzhandthe worst part of IRC is that the history is lost23:07
anarkhosWhat is the result of your current approach, eperzhand? Any messages? Also, what are you expecting?23:09
eperzhandThe problem is that midori depends on gnome-keyring23:10
eperzhandif you try to open self-signed site it gives you Error granting trust: Couldn't find a place to store the pinned certificate23:11
eperzhandpkcs11:library-description=PKCS%2311%20Kit%20Trust%20Module23:11
eperzhandI've found the fix in Midori FAQ - but it doesn't work in Lubuntu23:11
anarkhosHm, ok.23:14
eperzhandit looks like that there are lot of users suffers from the same23:15
eperzhandbut they just moved to another browsers or distros23:15
eperzhandanarkhos, are you a programmer?23:16
eperzhandmay you send me the link to similiar Linx Mint problem?23:20
eperzhandI've rebooted during changing config files, so lost the history23:20
Lokieanarkhos thx, will check the links in a sec23:28
Lokieit's not that it suspends and wakes up23:29
Lokieit doesn't suspend at all23:30
anarkhoseperzhand, No, although I'm moderately familiar with BASIC.23:30
Lokiealso I have configured xfce23:30
eperzhandanarkhos, please wait a second - i need to reboot again23:30
Guest214.04.3 I think lubuntu updates make it use more and more disk space. I is now use 7.2GB of 8GB. What id the disk is be full and i can not run more updates ?23:44
anarkhosGuest2, Yeah, better think about this issue when partitioning.23:59
anarkhosGuest2, Also, maybe you could manually delete something.23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!