2
I am running Ubuntu 10.10 on a Dell Inspiron 6400. I am able to get 10/100 Ethernet card and Wireless Lan working independently.
- Ethernet -> eth0
- Wireless Lan -> eth1.
If I restart/reboot my eth0 turns starts up fine. If I then manually start my wireless connection (eth1), eth0 disappears.
There seems to be issues with wireless drivers: I don't have the cleanest solution but I run this script:
rmmod b43
rmmod b44
rmmod ssb
rmmod wl
cp /home/stew/Desktop/brcmDriver/wl.ko /lib/modules/2.6.35-22-generic/kernel/net/wireless/
modprobe lib80211
insmod wl.
I then do:
wpa-supplicant (with essid and passphrase)
sudo ifup eth1
Is there any way I can have them running simultaneously? From reading around I believe it's possible but not quite sure what I'm doing wrong.
Or any good references that will help me understand from a more fundamental level.
Did you try with network manager? Does network manager show you both interfaces? – Peltier – 2011-10-14T12:03:59.713
Firstly apologies I didn't realize this had been moved to superuser (Thanks Gareth for doing that!). I uninstalled network manager as I read it can interfere with NIC bonding which is what my real goal is. But when it was running both interfaces worked (not sure if simultaneously or not.) Any suggestions? – user929821 – 2011-10-19T19:10:08.570