LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   pcmcia ethernet card (https://www.linuxquestions.org/questions/linux-software-2/pcmcia-ethernet-card-10156/)

athenerx 12-16-2001 09:54 AM

pcmcia ethernet card
 
I have a pcmcia ethernet card which I believe has the modem integrade in it. when I type: cat /proc/pci I see the ethernet card and the modem use the same IRQ 10, but different I/O number.
I believe the modem is a hardware modem because when I try to connect to the internet, it respond" the modem is busy" for ttyS2, ttyS3
so I would like to know how can I configure the modem to use a different port such as, IRQ 9, 11, or 15.
please help me

finegan 12-17-2001 11:14 AM

I've never had option to fiddle with one of these things, so I might be a little foggy. If this the 2-way ethernet/modem put out by 3com, then there is hope of getting it set-up. The problem is going to be getting the carbus driver to recognize and load the proper modules for it, and then hopefully they'll bind it to the hardware. Since you have interrupts and an output in /proc/pci doesn't mean that pcmcia services saw it.

This may sound silly, but when you insert the card does the notebook do the 2 equal beeps, or 1 loud beep and a dull bonk tone?

Second, what's the output from lspci and lsmod. Also, what is the output from /var/lib/pcmcia/stab (this varies per system, so you might have to poke around) In that file is what Cardmgr sees and tries to bind with info from /etc/pcmcia/config.opts.

Lastly, what's the distro as there is some funkiness after kernel 2.4.5 when they started migrating nearly everything to in-kernel pcmcia. Luckily a few distros are still using pcmcia-cs as it works with nearly everything.

Cheers,

Finegan


All times are GMT -5. The time now is 05:47 AM.