I've just installed Xubuntu (totally new to Linux) with success straight off the alternative installation disk on an old PII tower I've cobbled together. It is running like a dream despite the size of the system and seems to be making good use of all the hardware currently in the box. Except the wireless network adapters.
Now, assuming I can't connect via physical ethernet to the router I'm using (A DLink DSL-G604T with WPA-PSK security running) I have 2 wifi devices plugged in - a Belkin F5D7000 PCI card and a DLink DWL-G122 usb wifi adapter, both of which are in working order.
With both in the machine, my os is recognising them inasmuch as I have, in my network settings window, options for "wireless connection eth0" when my pci card alone is in, and "wireless connection rausb0" as well when I add the usb adapter and reboot.
I appreciate that WPA isn't a tweakable option in the networking window and that I have to fiddle with the /etc/network/interfaces file, by going into terminal and typing gksudo(which apparently allows me to change system things) mousepad /etc/network/interfaces and that brings up a text editor with the file loaded, that I can save post-editing which I couldn;t do opening the file through the browser window.
Now, I've added the following:
Quote:
auto ra0
iface ra0 inet dhcp
pre-up ifconfig ra0 up
pre-up ifconfig ra0 down
pre-up ifconfig ra0 up
pre-up ifconfig ra0 down
pre-up iwconfig ra0 essid "myssid"
pre-up iwconfig ra0 mode Managed
pre-up iwpriv ra0 set AuthMode=WPAPSK
pre-up iwpriv ra0 set EncrypType=TKIP
pre-up iwpriv ra0 set WPAPSK="A shared key"
pre-up ifconfig ra0 up
|
replacing ra0 with eth0 and againrepeating the script with rausb0. Then I've saved and in the command line "entered sudo ifup rausb0" (and also eth0) and nothing has happened. Then rebooted with the changes in the interfaces file saved and again, no change, no flicker of life from the leds on my adapters, still showing in the network window though and no hint as to where to go from there.
I'm guessing I'm not adding the right things to the script, but I've reached the limit of my understanding.
Also, lspci tells me the PCI wifi adapter is a BroadcomBCM4306. Says Belkin on the card and the box. Very odd.
So.... HELP!!!111 and all that. Thanks.
/apparently yes, it is the BCM4306.