|
Joe1962
|
 |
« Reply #15 on: June 19, 2008, 05:00:41 am » |
|
I found this page yesterday and downloaded some of the stuff. Also, the kernels were finished downloading this morning. Hopefully I can test later tonight. Anyway, the point was that they suggest a different firmware for the 2.6.24 and the 2.6.25 kernels, as well as for b43 legacy and bcm43xx. http://linuxwireless.org/en/users/Drivers/b43
|
|
|
|
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
exeterdad
Packager
Vectorian
   
Posts: 2046
|
 |
« Reply #16 on: June 19, 2008, 05:19:37 am » |
|
Tried the firmware without any luck whatsoever. Modules weren't loading. Loaded them manually and still no sign of the card in iwcong. Did some more searching and finally gave up when I made it to a bcm43xx mailing list post dated June 9. A dev "Larry" who has this card (BCM4310) says it's identified incorrectly and a no go at this time and to use ndiswrapper. https://lists.berlios.de/pipermail/bcm43xx-dev/2008-June/007691.htmlSo far I'm really pleased with this kernel. I'm toying with the idea of rebuilding to "green" it up so the wife and I can extend our battery lives.
|
|
|
|
|
Logged
|
|
|
|
|
Dweeberkitty
|
 |
« Reply #17 on: June 19, 2008, 05:57:43 am » |
|
Okay, this kernel fixed the firewire issues. It is faster too because it is not loading five hundred modules that I never use on boot. Thanks!
|
|
|
|
|
Logged
|
Registered Linux User #443399 Desktop: Intel Pentium D 3.33Ghz, 320GB hard drive, 2 gigs DDR2 533mhz RAM, NVIDIA Geforce 7800 GS, X2GEN 22" widescreen monitor; Laptop: Dell Mini 9, Intel Atom 1.6Ghz, 1GB ram Multimedia Bonus Disc website: http://www.vectorlinuxsolutions.com/
|
|
|
|
Dweeberkitty
|
 |
« Reply #18 on: June 19, 2008, 04:00:45 pm » |
|
Can I request that a kernel source package be included as well so I can compile the NVIDIA drivers? Thanks!
|
|
|
|
|
Logged
|
Registered Linux User #443399 Desktop: Intel Pentium D 3.33Ghz, 320GB hard drive, 2 gigs DDR2 533mhz RAM, NVIDIA Geforce 7800 GS, X2GEN 22" widescreen monitor; Laptop: Dell Mini 9, Intel Atom 1.6Ghz, 1GB ram Multimedia Bonus Disc website: http://www.vectorlinuxsolutions.com/
|
|
|
|
uelsk8s
|
 |
« Reply #19 on: June 19, 2008, 06:11:56 pm » |
|
|
|
|
|
|
Logged
|
|
|
|
|
Dweeberkitty
|
 |
« Reply #20 on: June 19, 2008, 07:55:33 pm » |
|
Thank you very much uelsk8s, I will give it a go.
|
|
|
|
|
Logged
|
Registered Linux User #443399 Desktop: Intel Pentium D 3.33Ghz, 320GB hard drive, 2 gigs DDR2 533mhz RAM, NVIDIA Geforce 7800 GS, X2GEN 22" widescreen monitor; Laptop: Dell Mini 9, Intel Atom 1.6Ghz, 1GB ram Multimedia Bonus Disc website: http://www.vectorlinuxsolutions.com/
|
|
|
kc1di
Packager
Vectorian
   
Posts: 1125
Morse Code Early digital mode. John 3:16
|
 |
« Reply #21 on: June 20, 2008, 01:27:29 am » |
|
Ok I've downloaded the new kernel and modules and installed same using installpkg but when I run /sbin/lilo it does not find the new kernel what did I do wrong? I know it's early this morning and I had a hard day yesterday but I'm missing something here. Thanks Dave
|
|
|
|
|
Logged
|
Dave ( Living Somewhere in Maine USA) Registered Linux User #462608
|
|
|
|
uelsk8s
|
 |
« Reply #22 on: June 20, 2008, 05:16:27 am » |
|
lilo doesnt find kernels it just writes the config. use vliloconf it will setup the config and run lilo for you
Uelsk8s
|
|
|
|
|
Logged
|
|
|
|
kc1di
Packager
Vectorian
   
Posts: 1125
Morse Code Early digital mode. John 3:16
|
 |
« Reply #23 on: June 20, 2008, 05:39:54 am » |
|
lilo doesnt find kernels it just writes the config. use vliloconf it will setup the config and run lilo for you
Uelsk8s
Thank you that did it. 
|
|
|
|
|
Logged
|
Dave ( Living Somewhere in Maine USA) Registered Linux User #462608
|
|
|
kc1di
Packager
Vectorian
   
Posts: 1125
Morse Code Early digital mode. John 3:16
|
 |
« Reply #24 on: June 20, 2008, 07:57:04 am » |
|
after learning the right way to install it.. thanks uelsk8s it's been working fine here , no proof but seem a bit faster than the old Kernel , using 5.9 SOHO. Thanks for the work on it. Dave
|
|
|
|
|
Logged
|
Dave ( Living Somewhere in Maine USA) Registered Linux User #462608
|
|
|
exeterdad
Packager
Vectorian
   
Posts: 2046
|
 |
« Reply #25 on: June 21, 2008, 08:27:20 am » |
|
Installed on my Gateway laptop. Seems to work great. In otherwords... I haven't noticed anything break? The last test kernel worked fine on all my hardware. This one does as well. Although I had a minor sna-foo with acpi and controlling brightness. I knew they were depreciating acpi stuff in /proc and had moved it into /sys. Our kernels are holding on to /proc since it's available. This puts my lcd brightness in two locations. I opted to write my brightness scripts based on /sys so they would work now and in the future. My brightness isn't handled by bios. The keys trigger a acpi event that I need to catch and redirect to my scripts. Turns out they changed the api for brighness in /sys. Rather then echoing the desired value to brightness, you now have to echo the brightness level. So my scripts failed. But... on the bright (no pun) side. It really is a easier way. Especially if you want to use dbus and hal to discover and adjust instead of pure bash. The advantage of using the hal method is huge since the actual location of the brightness can be anywhere depending on the hardware. Hal will find it for you, so the scripts can be generic and work for all. And if you're a Hal hater, you can locate it for yourself and hardcode the path. I love the choices we have with Linux Someday I'm going to write a howto about brightness keys and provide several ways to tackle them. Yikes, got a bit off topic. Sorry 
|
|
|
|
|
Logged
|
|
|
|
MikeCindi
Tester
Vectorian
   
Posts: 1065
|
 |
« Reply #26 on: June 21, 2008, 11:38:26 am » |
|
Someday I'm going to write a howto about brightness keys and provide several ways to tackle them.
That would be great.
|
|
|
|
|
Logged
|
|
|
|
exeterdad
Packager
Vectorian
   
Posts: 2046
|
 |
« Reply #27 on: June 22, 2008, 07:44:37 am » |
|
Another interesting acpi thing about this kernel... With 2.6.24.3 I had to add "acpi_sleep=s3_bios,s3_mode" to my lilo append (my Gateway laptop). I couldn't resume from suspend or hibernate without it. My video would never turn back on. With this new kernel I added the same things to lilo append and found half of my resumes would result in a partial resume with a frozen screen. I tried removing the append entries and everything resumes great. Faster even.
So far this kernel has been very user friendly, needing no extra tweaks to get things running on this Gateway and the wifes HP laptops. Well... with the exception of loading ndiswrapper for both. But I don't really consider that unusual.
|
|
|
|
|
Logged
|
|
|
|
|
Joe1962
|
 |
« Reply #28 on: June 23, 2008, 07:51:14 am » |
|
So far this kernel seems to work well. I got the wifi going easily after getting the firmware according to the instructions from that link I gave before.
|
|
|
|
|
Logged
|
O'Neill (RE the Asgard): "Usually they ask nicely before they ignore us and do what they damn well please." http://joe1962.bigbox.infoRunning: VL 7 Std 64 + self-cooked XFCE-4.10
|
|
|
kc1di
Packager
Vectorian
   
Posts: 1125
Morse Code Early digital mode. John 3:16
|
 |
« Reply #29 on: June 23, 2008, 09:26:10 am » |
|
seems to be workin very well here also.
|
|
|
|
|
Logged
|
Dave ( Living Somewhere in Maine USA) Registered Linux User #462608
|
|
|
|