DebianThis forum is for the discussion of Debian 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.
I have tryed to get this to work, some links are dead so I went ahead and used the debian laptop disks ( I do not have cdrom and I want to do an ftp install) and got the base system on and it boots fine, the problem is the pcmcia slot.
I have 3 pcmcia cards, netgear wifi (wg511) generic t10/10 and a trust t10/100 all 32 bit (same as my slot)
The disks (network and pcmcia ) that you use after the root disks install dont pic up my card (any all tryed) or find the pcmcia slot.
desperatly nead to get this running. If anyone knows how this can be sorted, or if you have had other similar problems please get contact.
Well, 2.2.20 is an extremely old kernel (2.2.26 came out in February of 2004, and the 2.6 branch is going to have a LOT more drivers and features!). I don't know anything about your specific laptop, but the first thing I would try is upgrading to a 2.6-grade kernel. Try "apt-get install kernel-image-2.6.8-2-686", and make sure you set it to boot from that (may involve editing grub's config file, or /etc/lilo.conf, or maybe it will ask you when you install the package, I don't use debian's precompiled kernels). You'll have to reboot to get into the new kernel, and make sure "uname -r" says 2.6.8 (preferably), or if you're in unstable 2.6.10 is probably available.
If you reboot and it still doesn't work, it might just be a matter of loading the appropriate module, although I don't have any idea which one to load. Try going to /lib/modules/(kernel version)/kernel/drivers/pcmcia and modprobe'ing everything you see in there (you don't have to include the ".ko" at the end), and try /lib/modules/(kernel version)/kernel/drivers/net and loading everything you see there as well. If you find one that works, add the name of the module to "/etc/modules" - when you put it in that file, leave out the "modprobe" at the beginning and the ".ko" at the end.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.