Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello i need some help for my new PCMCIA wireless card from SMC 2635W. Inside the card the chip is from ADMtek: ADM8211.
I compiled my kernel last week :2.4.21 .Every is fine while i compil by myself the Wireless_tools_25 (with Wireless_extention 15) AND the module for the card , i get my 8211.o, insmod succed in loading the module.
however depmod tell me that i have unresolved link in my module 8211.o and iwconfig doesn't work: i can't set iwconfig setting, all values like ESSID or CHANNEL keep their default value....
I think that all my issues comes from the missing link of my module......
Does someone have any idea???
just another fact: kwifimanager tell me that i have compiled my module with wireless_extension 15 but i am using verzion 14 of wireless_extension.
thanks for any help
Greetings, I saw your other post, but thought this would be the best place to get back to you.
I get the unresolved symbols also with the 8211 module, yet it works for me both in slack 9 and mandrake 9. I haven't had to anything weird with the cardbus card on mandrake, with the pci card on slackware, I ended up using these commands:
ifconfig eth0 192.168.2.6 (use your eth device name in place of eth0 and a valid address for your network, use this line even if you plan to use dhcp, the address will be short-lived in that case)
iwconfig eth0 mode managed rate 11M
sleep 2
iwconfig eth0 channel 8
sleep 2
iwconfig eth0 key xxxx-xxxx-xx
sleep 2
iwconfig eth0 essid myessidname
route add default gw 192.168.2.1 eth0 (use you access point's ip address, or if you're using dhcp, skip this line)
#if using dhcp:
dhclient eth0
You can leave out the "sleep " lines if you're just typing this in at the command line, put them in if you're creating a script. it seems the pci card is slow to process iwconfig directives, and the order seems to also make a difference, the above works for me, see if it helps.
First of all , thank you for your help...
I have compiled my kernel
I am suspecting my modules not to work properly.... with the other module like tell me lsmod
Module used by
pcmcia_core ! 0 ! [ds yenta socket]
yenta_socket 2
ds 2
8211 1
I heard of an module.autoload.... do you know where i can find it on my mandrake distrib???
I think that i have well configured my network setting.... ip, mask, etc... but i heard that autoloadis important??? and should be OFF???
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.