OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Ubuntu => Topic started by: nontrivial on January 01, 2009, 11:13:23 pm
-
I am having some trouble getting the network connected. I have a Socket CF wifi card, a sandisk connect plus CF card, and a D-Link DCF-660W CF wifi card and I can't get any of them to work. So my question is, how are people getting connected with zubuntu? At this point I am open to pretty much anything including usb and blutooth (but not a modem).
James
-
I am having some trouble getting the network connected. I have a Socket CF wifi card, a sandisk connect plus CF card, and a D-Link DCF-660W CF wifi card and I can't get any of them to work. So my question is, how are people getting connected with zubuntu? At this point I am open to pretty much anything including usb and blutooth (but not a modem).
James
firstly, you need to identify the card with "pccardctl ident", info and status. it's a prism, card, IIRC. then you blacklist the orinoco drivers as mentioned, reboot,
after that it's regular ubuntu stuff... create the appropriate entries in /etc/network/interfaces. just go google for "ubuntu interfaces wpa" or something.
-
Also note that dhclient doesn't work with the 2.6.26-omegamoon kernel. That'll likely cause a headache.
It's fairly easy to fix by using the Angstrom kernel, though (you need to do a "depmod -a" after untarring the modules for it to really work, though).
-
My Pretec Wifi works after:
1. blacklist orinoco & orinoco_cs
2. manually setup wlan0 with static ip
3. manually bring up the interface with ifup wlan0. The interface doesn't come up automatically after card insert.
-
The interface doesn't come up automatically after card insert.
Did you add
auto wlan0
allow-hotplug wlan0
to /etc/network/interfaces? That works for me.
-
Well, I'm spent a few hours now on getting one of my wifi cards working without any luck. The annoying thing is I boot into Angstrom and they work just fine. I have a D-Link DCF-660W and a SanDisk ConnectPlus. The orinoco module never gets loaded for me, so blacklisting them has no effect. I decided to try and get hostap working so installed hostap-utils_0.4.0-1_arm.deb, switched to the Angstrom kernel, copied over the firmware from the Angstrom distribution, and tried to figure out the scripts that seem to make Angstom work (/lib/udev/prism-fw.sh and /etc/udev/rules.d/hostap.rules).
So I guess back to my original post, can people please post the make and model of the cards that work so I can add to my growing collection?
James
-
I resorted to using wifi-radar. It needs a static ip, netmask, dns, gateway, and domain configured in it's GUI.
I'll attach it here. All dependencies are already installed in zubuntu
I almost forgot, I use Ambicom WL1100C-CF Wifi card and have blacklisted orinoco
-
I have a D-Link DCF-660W and a SanDisk ConnectPlus
post the manfid etc from "pccardctl info", status, etc. my guess is that the cards are slightly different and you'll have to put them into the correct pcmcia data files. just search the forum for manfid and the codes and hopefully something will turn up.
-
auto wlan0
to /etc/network/interfaces? That works for me.
Added and the interface will come up automatically when insert.
Thank you.
-
auto wlan0
to /etc/network/interfaces? That works for me.
Added and the interface will come up automatically when insert.
Thank you.
Not a problem. Glad to have helped.