You are not logged in.
Hello I have a Jensen Scandinavia 54mbs usb card. It worked flawlessly in Ubuntu without installing anything, I have read the wiki but I have no idea how i could get it running in arch with my IBM T21 laptop. Can someone please help me? cheers
Offline
Google seems to think that ndiswrapper will work for your card.
The wiki is actually missing two pieces of information:
- To get the Windows driver (.inf file) for your card, get it off the CD that came with your device. You should be able to view some folders on the CD and find an .inf file.
- You should also copy the .sys file corresponding to your .inf file into the same directory as the .inf file.
However, if Ubuntu got it automatically, it probably doesn't need ndiswrapper. Do you have hal and dbus installed and running, and is your user allowed to use them? See the Archwiki :: HAL article to see how to do that. I imagine that loading the hal daemon for your user should let you simply plug in and go, but if not, try ndiswrapper.
Offline
You need to identify the chipset used in the device - use the details provided by lsusb as your starting point. Once you've done that, look for the linux driver for that chipset. Arch has packages for all of them.
Offline
It says ZyDAS 802.11b/g USB2 WiFi
Offline
Should be support in the kernel, what do I have to do :S
Offline
Ok I have installed drivers, now and the connection is cladded eth1, I added eth1="dhcp" to rc.conf, but i get a timeout during bootup, what now ?
Offline
As you already said, the driver is in the kernel, so I'm not sure what you installed. Did you get the firmware package? Check dmesg for related messages.
Offline
I installed a firmware package yes. 1211.zydas-firmware or sometihing.
dmesg:
zd1211rw 1-1:1.0: firmawe version 4605
zd1211rw 1-1:1.0: zd1211 chip 0ace:1211 v4802........
zd1211rw 1-1:1.0: eth1
Last edited by Tigertailz (2007-09-16 13:54:07)
Offline
Im getting so desperate right now ![]()
Ok it seems to work with these commands
ifconfig eth1 up
iwconfig eth1 essid blahblah
dhcpcd eth1
now where should I put them so it will autostart when I start the laptop up.
Last edited by Tigertailz (2007-09-17 16:53:31)
Offline
Normally you put wireless specific config info in /etc/conf.d/wireless. The rest of the config is in rc.conf, but...
...there are different ways you could do it: standard arch network scripts, network profiles, networkmanager, wicd, autowifi scripts and so on and so forth...
Wiki is _always_ a good starting point: http://wiki.archlinux.org/index.php/Wir … k_settings
Offline
But cant you help me with that, how should it look in my rc.conf and my conf.d/wireless file ?
Offline
[sigh] ![]()
in rc.conf (just the relevant lines, leave everything else as is):
lo="lo 127.0.0.1"
eth1="dhcp"
INTERFACES=(lo eth1)
#
#
gateway="default gw 192.168.1.1"
ROUTES=(!gateway)in /etc/conf.d/wireless:
wlan_eth1="eth1 essid ***** key ****************"
WLAN_INTERFACES=(eth1)or something like that...
You can restart network configuration with
/etc/rc.d/network restartas root. It should start automatically on computer boot as long as you have "network" in the daemons array in rc.conf.
BTW, reading wiki and trying to figure stuff out by yourself is good for you - you learn much more that way. Arch Linux, IMO, is the kind of distro where lots of reading is required, and if you're not willing to go through the ordeal then you're likely to have problems with Arch and you're probably better off with a distro like Ubuntu. There - my pedagogical instinct appeased ![]()
Offline
Your answer is almost perfect, fwojciec, but I'd suggest a minor change in similar future circumstances: put the lecture at the top.
Given the OP's apparent aversion to reading, there's a very good chance he stopped when he got to
/etc/rc.d/network restart![]()
Offline
Your answer is almost perfect, fwojciec, but I'd suggest a minor change in similar future circumstances: put the lecture at the top.
Given the OP's apparent aversion to reading, there's a very good chance he stopped when he got to
/etc/rc.d/network restart
![]()
I'll keep that in mind...
Offline
Thank you very much and yeas I have learned alot on reading
I did exactly as you posted and it aint working -:/
Last edited by Tigertailz (2007-09-17 20:25:55)
Offline
Please elaborate - "it aint working" is a bit vague.
Also, post /etc/rc.conf and /etc/conf.d/wireless as they are now.
Offline
What isnt working is that i get a time out on eth1 on boot, when I do iwconfig it says "acess point invalid"
My settings look like this
rc.conf
lo="lo 127.0.0.1"
eth0="dhcp"
eth1="dhcp"
INTERFACES=(lo eth0 eth1)
#
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)I also use ifplugd.
conf.d/wireless
wlan_eth1="essid krika"
WLAN_INTERFACES=(eth1)Thank you guys for your support
Offline
When you comment out "eth0="dhcp"" in rc.conf and delete "eth0" from "INTERFACES=(lo eth0 eth1)" so it reads "INTERFACES=(lo eth1)" you also get that message? Basically at this moment the network scripts try to connect to both eth0 and eth1, so it could be that the eth0 connection is failing for some reason. I'm assuming that your wireless network (krika) is completely open with no encryption, right?
Offline
Yes its completley open,
No that doesnt work either unfortunatly ![]()
Offline
Oh I see the mistake now:
wlan_eth1="essid krika"should be
wlan_eth1="eth1 essid krika"Offline
its my misstake, i justed typed it wrong when i wrote it on the forum, its correct in my wireless config, so no luck there ![]()
Offline
OK I had just tried using my instructions on my system, that is I had commented out my current settings and copy and pasted the info from my post above and just changed the interface from eth1 to ath0 everywhere + entered the details of my wireless network (essid and key) and... it works perfectly.
So either you're doing something wrong, or there is something strange about your setup/configuration that makes it somehow different than mine and requires some non-standard configuration. Maybe someone else has better ideas. Good luck anyways.
Offline
Tigertailz;
Perhaps in /etc/mkinitcpio.conf "hooks" you may need to add....usb and usbinput...
Just a thought...
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
Darn that didn't work either, bug in the zd1211 firmware?
Offline