| View previous topic :: View next topic |
| Author |
Message |
bdw n00b


Joined: 08 Dec 2005 Posts: 49 Location: USA
|
Posted: Sat Dec 31, 2005 2:19 am Post subject: |
|
|
| I have a emachine laptop with a broadcom bcm4306 802.11b/g wireles lan controller, what would be the right driver to use and what to do if card is not detected? I have it dual booted and when I use the windows side it gives me an ip address,192.168.1.14 and when I change back to gentoo I have to try and get the eth0 back and running. Anybody can help with this...... |
|
| Back to top |
|
 |
mikegpitt Advocate


Joined: 22 May 2004 Posts: 3152
|
Posted: Sat Dec 31, 2005 8:05 am Post subject: |
|
|
| bdw wrote: | | I have a emachine laptop with a broadcom bcm4306 802.11b/g wireles lan controller, what would be the right driver to use and what to do if card is not detected? I have it dual booted and when I use the windows side it gives me an ip address,192.168.1.14 and when I change back to gentoo I have to try and get the eth0 back and running. Anybody can help with this...... | It's not really related to this thread, but... I'm not sure if there is a linux driver for your card (based on some google searching). I think your best bet to get things running would be to use ndiswrapper, which allows you to use your windows driver for the card in linux. |
|
| Back to top |
|
 |
PowerOfAzure n00b


Joined: 10 Jan 2006 Posts: 16
|
Posted: Sun Jan 15, 2006 5:42 pm Post subject: |
|
|
| amon-ra wrote: | I tested it in amd64, and works perfect!!! Only one thing I must do to make the ebuild works,this:
| Code: | | ln -s /usr/src/linux/arch/x86_64 /usr/src/linux/arch/amd64 |
You can add this to ebuild and ~amd64 keywords. Thats all |
Where does one add the symbol link?
I've tried it a few times and places, and I keep getting an emake error _________________ This signature intentionally left blank |
|
| Back to top |
|
 |
mikegpitt Advocate


Joined: 22 May 2004 Posts: 3152
|
Posted: Sun Jan 15, 2006 11:58 pm Post subject: |
|
|
| PowerOfAzure wrote: | | amon-ra wrote: | I tested it in amd64, and works perfect!!! Only one thing I must do to make the ebuild works,this:
| Code: | | ln -s /usr/src/linux/arch/x86_64 /usr/src/linux/arch/amd64 |
You can add this to ebuild and ~amd64 keywords. Thats all |
Where does one add the symbol link?
I've tried it a few times and places, and I keep getting an emake error |
You just add the symlink just as the command says above. There is a good chance that the ural drivers won't work on the latest kernels. Check a few messages back for the discussion. |
|
| Back to top |
|
 |
|