LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cant find my PCMCIA Netcard (https://www.linuxquestions.org/questions/linux-newbie-8/cant-find-my-pcmcia-netcard-149098/)

araldit 02-22-2004 07:44 AM

Cant find my PCMCIA Netcard
 
Hey
Im new to linux, but manage to install mandrake 9.2, without any problems.
however when i boot into linux, my netcard isn't detected, not even in the list of found hardware.

The card is the type: IBM Etherjet 10BaseT PC card, and doring my search on the web, i found out that it probably is tulip_cs driver thats supposed to work with it.
How do i install this driver??

Best regards
Ole

My computer is:
IBM Thinkpad 770x.

michaelk 02-22-2004 09:11 AM

The first step is to verify that the pcmcia module is loading.
/sbin/lsmod
Do you have a pcmcia-core?

What happens when you run:
cardctl

araldit 02-22-2004 12:16 PM

When i run cardctl ident: it says
Socket 0:
Product info: "IBM", "Etherjet PC Card", "Version U11", "Card assy part Number
- 85H4801"
manfid: 0x00a4, 0x003f
function: 6 (network)

WOW, so it seems it has been found, right?

what will next step be?

michaelk 02-22-2004 01:48 PM

Try loading the module:
modprobe tulip_cs

araldit 02-22-2004 02:07 PM

ok tried that, now an erorror message comes..

can't locate module tulib_cs.

i will try to see if i can download this file from somewhere, but in which folder should i put it..

araldit 02-22-2004 02:13 PM

sorry tuilip with a p ofcouse.

araldit 02-22-2004 03:41 PM

If its of any help, when i type: cardctl version
it says 3.2.4. The linux kernel i use i version. 2.4.22

michaelk 02-22-2004 07:05 PM

This site indicates the modules is tulip_cb

http://tuxmobil.org/pcmcia_ci10130.html

araldit 02-23-2004 03:56 AM

Thanks, i dont think its the one, couse the manfid didnt match, but this does: http://tuxmobil.org/pcmcia_ci10131.html,but they havent got it to work... not good. well, i can try editing the config database.
The config file i am editing is /etc/pcmcia/config.opts is this right.. and the thing i add is:
product info: "IBM", "Ether Jet PC Card", "Version U11", " [..] Number -85H4801"
manfid: 0x00a4, 0x003f
function: 6 network
bind "tulip_cs" /should this line be added too you think???

araldit 02-23-2004 04:32 AM

now i have tried with and without the "bind tuplip_cs" line, but with no luck.
if i in the consol enters cardmgr and hits enter, it says that theres an error in options file line 56, which is the first line i entered:
product info: "IBM", "Ether Jet PC Card", "Version U11", " [..] Number -85H4801"
What would you do now?? Im lost.

jis2sexxxy 06-08-2004 10:23 PM

I just went though this with redhats Fedora Core 2, it would find the card but never start the card up,

"lsmod" should show you "pcmcia_core"
which should have (ds, yenta_socket, and your cards driver)

I had to add "modprobe yenta_socket" to /etc/rc.d/init.d/pcmcia
then
change the boot order so that pcmcia boots before network
this is all based on what runlevel you are booting into,

example
in rc5.d
S24pcmcia
S25network

S00 - S99 Network will probably be S10network and Pcmcia will probably be S24pcmcia, think of the "S" numbers as the order of which the services will load. and change accordingly.

hope this helps.


All times are GMT -5. The time now is 04:36 PM.