View previous topic :: View next topic |
Author |
Message |
oiper Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/141691202643c5980de2a0f.jpg)
Joined: 01 May 2003 Posts: 316 Location: Alabama, US
|
Posted: Tue Oct 11, 2005 2:10 am Post subject: BCM4318 64 bit driver [SOLUTION] |
|
|
Hey all, just posting a link to a windows driver that worked for my 64 bit laptop.
Compaq Presario V2311US - AMD Turion 64 Processor ML-28 PowerNow - ATI RADEON® XPRESS 200M IGP
lspci | grep Broadcom
Code: | 0000:05:02.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02) |
Here's the link to the site, also the file.
http://blackimperial.com/home/?page_id=13
http://www.lanknights.net/optendo/7510GX/7510GX%20Wireless%2064.zip
Make sure you have ndiswrapper 1.2.
Code: |
$ unzip 7510GX\ Wireless\ 64.zip
$ cd 7510GX\ Wireless\ 64
$ mv bcmwl5.inf BCMWL564.INF
$ ndiswrapper -i BCMWL564.INF
$ ndiswrapper -m
$ ndiswrapper -d 14e4:4318 bcmwl564
$ modprobe ndiswrapper
|
Good luck! _________________ www.bearscanfly.org - Because hiking is cool
Last edited by oiper on Fri Oct 14, 2005 7:27 pm; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
JellyTot n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 08 Oct 2005 Posts: 3
|
Posted: Wed Oct 12, 2005 3:43 am Post subject: |
|
|
Thank you, I'll give it a try and see what happens. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rawbeefman Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Mar 2005 Posts: 375
|
Posted: Fri Oct 14, 2005 5:25 pm Post subject: |
|
|
That doesnt work for me for some reason. Is there a special way of installing it?
- Ehren |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oiper Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/141691202643c5980de2a0f.jpg)
Joined: 01 May 2003 Posts: 316 Location: Alabama, US
|
Posted: Fri Oct 14, 2005 5:41 pm Post subject: |
|
|
Actually I should note that only ndiswrapper version 1.2 works with the driver.
See my initial post, I've made some changes. _________________ www.bearscanfly.org - Because hiking is cool |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Onkobu n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Oct 2005 Posts: 36
|
Posted: Fri Oct 14, 2005 6:24 pm Post subject: That's cute, had the same problem, solved it too [SOLVED] |
|
|
https://forums.gentoo.org/viewtopic-t-391450-highlight-.html
BTW: it's important on which machine you run that driver. I tried at least 4 differen 64bit drivers, only the one for the aspire ferrari notebook worked. Others reported kernel paging fault-whatever-errors, invalid driver messages and so on... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oiper Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/141691202643c5980de2a0f.jpg)
Joined: 01 May 2003 Posts: 316 Location: Alabama, US
|
Posted: Fri Oct 14, 2005 7:27 pm Post subject: |
|
|
good point. Now noted in post. _________________ www.bearscanfly.org - Because hiking is cool |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rawbeefman Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 25 Mar 2005 Posts: 375
|
Posted: Fri Oct 14, 2005 10:21 pm Post subject: |
|
|
When I modprobe mine, my computer slows to a halt and FREEZES! First time I've ever seen that one happen! I'm using the driver for the aspire/ferrari on a ferrari. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Onkobu n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 10 Oct 2005 Posts: 36
|
Posted: Sat Oct 15, 2005 11:04 am Post subject: |
|
|
$> ndiswrapper -i bcmwl5
executed with no errors, /etc/ndiswrapper/bcmwl5/ exists AND contains bcmwl5.ini, some SYS and a 14E4:4318.conf? What are the last lines in /var/log/messages? Please also do something like (exec as root:
$> ndiswrapper -l
and
$>lspci | grep -i broadcom
(You can find the syslog-messages better if you exec:
$>logger "================"; modprobe ndiswrapper
first command 'logger' writes '============' to /var/log/messages and after this line you see ndiswrapper's logging, if lspci is not found, emerge pciutils) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
theborg n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/85052582143038fc8c7bf9.jpg)
Joined: 22 Feb 2005 Posts: 3
|
Posted: Fri Nov 04, 2005 11:33 am Post subject: |
|
|
Got the "FREEZE" - Problem too. the new version 1.5 of ndiswrapper solved it. u can download it from http://sourceforge.net/projects/ndiswrapper/ and build it, there's no ebuild yet.
ahh, and i tried a thousands driver. finally the acer driver worked fine for me. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|