Newbie cant Use PCMCIA (LAN) on Toshiba Satelite
Hello. I am a newbie. I installed Knoppix 3.2 (v.07.25-de) on my Notebook Toshiba Satelite 4100XCDT on HD. I enjoy it verry much. By and large all works fine. But there is one important Question/Problem:
How can I use (install) my PCMCIA (LAN)?
It is a CNet, Single Point 16 bit. The Notebook gots a simple i82365 PCMCIA Controller. In Bios I suppose the option "PCIC Compatible" is the right on.
I can`t find a special Driver from CNet.
Did I have to compile the Core?
On other Notebooks like myne It works with SUSE:
http://homepages.compuserve.de/hbuen...a_sat4080.html
In my german Book of "Debian Linux Guide" it is written to use "dbootstrap" while installing (?).
Question: Can I use ist also after Installing on HD? Where is dbootstrap and how can I start it?
Moreover there is something described with:
"... or use manually insmod and rmmod...." WHATs THAT?
My aim for the short next time beeing in Internet without MS. I have to go out over my Router (DHCP).
Wat should I do? Compile or use a tool? (Or something else?)
THX for help. -Greets, mike
My learnings from a Toshiba TE2000
I managed to get some kind of PCMCIA services working on a Toshiba TE2000, here's what I had to do.
Boot with nopcmcia (otherwise it would hang) and noddc (to get a full 1024x768 XWindows), then I could experiment with PCMCIA at a useful prompt.
As root, doing "insmod pcmcia_core" worked, but following with "insmod i82365" would cause a hang. However, doing "insmod i82365 do_scan=0" would work. Follow that with "insmod ds" and "cardmgr" to get a pcmcia presence in "cat /proc/devices".
I put in a Cisco Aironet 350 card, and it detected it correctly, but I had further problems that I assume were un-related to the PCMCIA setup.
I've got my Knoppix install running from the hard-disk, so I edited the /etc/init.d/knoppix-autoconfig script to add the "do_scan=0" bit in the right place, then took out the nopcmcia from my lilo.conf, redid lilo, and it boots fine. Still have "noddc" though. :)
This was easier tweaking than my previous attempts at a Linux install, so Knoppix does make like slightly easier!
Andrew Scott