![]() ![]() |
Mar 25 2009, 01:04 PM
Post
#1
|
|
|
Group: Members Posts: 23 Joined: 11-March 09 Member No.: 33,360 |
Can anybody tell me how they are connecting to the internet with zubuntu, Ive got the linksys wcf11 compact flash card but im having no luck at the moment. Any other ideas i would be interested in.
Regards Whykick |
|
|
|
Mar 25 2009, 10:53 PM
Post
#2
|
|
|
Group: Members Posts: 1,141 Joined: 22-April 04 From: Belgium Member No.: 2,962 |
Can anybody tell me how they are connecting to the internet with zubuntu, Ive got the linksys wcf11 compact flash card but im having no luck at the moment. Any other ideas i would be interested in. Regards Whykick do a "dmesg" in a terminal right after inserting the card, then post the last 10 lines over here. That might give us a clue about what's going on. Are there any lights flashing on the card ? |
|
|
|
Mar 26 2009, 01:47 PM
Post
#3
|
|
|
Group: Members Posts: 23 Joined: 11-March 09 Member No.: 33,360 |
this is what comes up after i install the card and do a "dmesg".
The cards light flashing all the time and its WEP im tring to connect to with a encrytion key, so im not sure what im doing wrong, Is there a good program i can install on the zubuntu to get connected with or can i run a command through the shell to connect to my router. hostap_cs: Registered netdevice wifi0 pcmcia: request for exclusive IRQ could not be fullfilled. pcmcia: the driver needs updating to supported shared IRQ lines. hostap_cs: index 0x01: , irq 169, io 0xc4840000-0xc484003f prism2_hw_init: initialized in 210 ms wifi0: NIC: id=0x800c v1.0.0 wifi0: PRI: id=0x15 v1.0.7 wifi0: STA: id=0x1f v1.3.5 wifi0: defaulting to bogus WDS frame as a workaround for firmware bug in Host AP mode WDS wifi0: registered netdevice wlan0 Regards whykick |
|
|
|
Mar 26 2009, 11:53 PM
Post
#4
|
|
|
Group: Members Posts: 1,141 Joined: 22-April 04 From: Belgium Member No.: 2,962 |
The card is recognised and the interface "wlan0" is created.
Now you need to configure "wlan0" For this you can edit your "/etc/network/interfaces" file. More help on what to put in there can be found on the ubuntu forums. You can also configure it manually by using "iwconfig" (use "iwconfig --help" to check the options), but you'd have to do this each time you want to use it. If you have an open system (no security at all) using dhcp and you know the name (essid) of the access point, you could simply go for : setup the cards wireless options : "iwconfig wlan0 essid <name goes here> mode managed" followed by "ifup wlan0" Tip : What is your system on NAND ? I'm using Angstrom there. I simply set up my wifi using the gui when running Angstrom and then copied over /etc/network/interfaces to my zubuntu card. Now all I have to do is "ifup wlan0" and I'm connected. Chero. |
|
|
|
Mar 30 2009, 01:19 PM
Post
#5
|
|
|
Group: Members Posts: 23 Joined: 11-March 09 Member No.: 33,360 |
thanks for that chero, im using the trisoft one, When i type "ifup wlan0" this is the the error message that i am getting, "ignoring unknown interface wlan0=wlan0"
Any body got any ideas with this one,or is there an easy way to connect zubuntu to the internet????? Regards WHykick |
|
|
|
Apr 1 2009, 02:59 PM
Post
#6
|
|
![]() Group: Admin Posts: 3,277 Joined: 29-July 04 From: Cambridge, England Member No.: 4,149 |
at command prompt, try this...
# cd /etc/network # more interfaces you should see something like this: CODE iface wlan0 inet dhcp wireless-essid myessid wpa-driver hostap wpa-ap-scan 2 wpa-key-mgmt WPA-PSK wpa-psk "some secret passphrase here" if it were a WEP access point, instead CODE iface wlan0 inet dhcp wireless-mode ad-hoc wireless-channel 1 wireless-essid SOME-AD-HOC-ESSID wireless-key xxxxxxxxxxxxxxxxxxxxxxxxxxx HTH Paul |
|
|
|
Jul 2 2009, 01:19 PM
Post
#7
|
|
|
Group: Members Posts: 57 Joined: 5-February 06 Member No.: 9,077 |
at command prompt, try this... # cd /etc/network # more interfaces you should see something like this: CODE iface wlan0 inet dhcp wireless-essid myessid wpa-driver hostap wpa-ap-scan 2 wpa-key-mgmt WPA-PSK wpa-psk "some secret passphrase here" if it were a WEP access point, instead CODE iface wlan0 inet dhcp wireless-mode ad-hoc wireless-channel 1 wireless-essid SOME-AD-HOC-ESSID wireless-key xxxxxxxxxxxxxxxxxxxxxxxxxxx HTH Paul my interfaces file: CODE auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet dhcp pre-up /sbin/pccardctl resume 1 pre-up /bin/sleep 2 post-down /sbin/pccardctl suspend 1 allow-hotplug wlan0 iface wlan0 inet static wpa-psk my_pass wpa_ssid my_id address 10.0.0.20 gateway 10.0.0.1 netmask 255.255.255.0 how should i reconfigure it for connection? my wifi card wifi0 too |
|
|
|
Jul 6 2009, 11:26 AM
Post
#8
|
|
|
Group: Members Posts: 27 Joined: 12-September 04 From: Eastern Oregon USA Member No.: 4,560 |
This is how I setup my prism chip cf card to work in zubuntu RC1 OmegaMoon 8.04
Zubnutu wifi lsmod and see if pxa2xx_cs is loaded. this module controls the CF slot if not loaded then modprobe pxa2xx_cs then iwconfig should return wlan0, if nothing is returned, do a modprobe hostap_cs if module is not present in lsmod Try running "dmesg | tail" to see if your CF is recognized now. edit etc/modules and add to file pxa2xx_cs hostap_cs create file in etc/modprobe.d/blacklist_hostap blacklist orinoco_plx blacklist orinoco_cs blacklist orinoco_pci blacklist hermes remove /etc/udev/rules.d/70-persistent-net.rules edit /etc/network/interfaces allow-hotplug wlan0 iface wlan0 inet static wireless_essid xxxxxxxxxx wireless_mode managed wireless_key s:xxxxxxxxxx address xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx netmask 255.255.255.0 if you are using static ips, then you will need to edit /etc/resolv.conf and add your dns server addresses in this format: nameserver 208.67.222.222 nameserver 208.67.220.220 ensure dhcp is running properly by changing the 102 and 103 entries for dhcp in /etc/passwd to 0 reboot open terminal ifup wlan0 This is what I came up with by reading every post. Once working I did a fresh install and this worked for me. YMMV |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 02:47 AM |