Networking Forums

Networking Forums > Computer Networking > Linux Networking > Driver required for PCMCIA Ehternet Card

Reply
Thread Tools Display Modes

Driver required for PCMCIA Ehternet Card

 
 
NewFKbie
Guest
Posts: n/a

 
      09-03-2006, 12:39 PM
I have a 10M Ethernet PC Card (10BaseT) with the name Aztel printed on
it.

I have done a search but am unable to find a driver for it for Linux.

Does anybody have an idea what I can use or where I can find a driver?

Thanks

 
Reply With Quote
 
 
 
 
Grant
Guest
Posts: n/a

 
      09-03-2006, 12:52 PM
On 3 Sep 2006 05:39:48 -0700, "NewFKbie" <(E-Mail Removed)> wrote:

>I have a 10M Ethernet PC Card (10BaseT) with the name Aztel printed on
>it.
>
>I have done a search but am unable to find a driver for it for Linux.
>
>Does anybody have an idea what I can use or where I can find a driver?


What does dmesg say?

For example, with 2.4.33.3 I get:

Linux Kernel Card Services 3.1.22
options: [pci] [pm]
Intel ISA PCIC probe:
Intel i82365sl B step ISA-to-PCMCIA at port 0x3e0 ofs 0x00, 2 sockets
host opts [0]: none
host opts [1]: none
ISA irqs (scanned) = 3,4,7,9,10,11,12,15 status change on irq 15
cs: IO port probe 0x0100-0x03af: excluding 0x220-0x22f 0x268-0x26f 0x330-0x337 0x388-0x38f
cs: IO port probe 0x03e0-0x04ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x0820-0x08ff: clean.
cs: IO port probe 0x0c00-0x0cf7: clean.
cs: IO port probe 0x0a00-0x0aff: excluding 0xa20-0xa2f 0xa68-0xa6f
cs: memory probe 0x0d0000-0x0dffff: clean.
xirc2ps_cs.c 1.31 1998/12/09 19:32:55 (dd9jn+kvh)
eth0: Xircom: port 0x300, irq 3, hwaddr 00:10:A4:11:05:35
eth0: MII link partner: 45e1
eth0: MII selected
eth0: media 100BaseT, silicon revision 4

With 2.6.17.11 I get:
Intel ISA PCIC probe:
Intel i82365sl B step ISA-to-PCMCIA at port 0x3e0 ofs 0x00, 2 sockets
host opts [0]: none
host opts [1]: none
ISA irqs (scanned) = 3,4,7,9,10,11,15 status change on irq 15
pcmcia: Detected deprecated PCMCIA ioctl usage from process: cardmgr.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linux/util...ia/pcmcia.html for details.
cs: IO port probe 0x100-0x3af: excluding 0x220-0x22f 0x268-0x26f 0x330-0x337 0x388-0x38f
cs: IO port probe 0x100-0x3af: excluding 0x220-0x22f 0x268-0x26f 0x330-0x337 0x388-0x38f
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0x820-0x8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: excluding 0xa20-0xa2f 0xa68-0xa6f
cs: IO port probe 0xa00-0xaff: excluding 0xa20-0xa2f 0xa68-0xa6f
pccard: PCMCIA card inserted into slot 1
cs: memory probe 0x0d0000-0x0dffff: clean.
pcmcia: registering new device pcmcia1.0
eth0: Xircom: port 0x300, irq 3, hwaddr 00:10:A4:11:05:35
eth0: MII link partner: 45e1
eth0: MII selected
eth0: media 100BaseT, silicon revision 4

Grant.
--
http://bugsplatter.mine.nu/
 
Reply With Quote
 
yong
Guest
Posts: n/a

 
      09-03-2006, 01:04 PM
"NewFKbie" <(E-Mail Removed)> writes:

> I have a 10M Ethernet PC Card (10BaseT) with the name Aztel printed on
> it.
>
> I have done a search but am unable to find a driver for it for Linux.
>
> Does anybody have an idea what I can use or where I can find a driver?
>
> Thanks
>


You can get the hardware detail by using the command "lspci -v"



--
My Personal Website:

http://www.twinbee.info
 
Reply With Quote
 
Grant
Guest
Posts: n/a

 
      09-03-2006, 02:44 PM
On Sun, 03 Sep 2006 21:04:02 +0800, yong <(E-Mail Removed)> wrote:

>"NewFKbie" <(E-Mail Removed)> writes:
>
>> I have a 10M Ethernet PC Card (10BaseT) with the name Aztel printed on
>> it.
>>
>> I have done a search but am unable to find a driver for it for Linux.
>>
>> Does anybody have an idea what I can use or where I can find a driver?
>>
>> Thanks
>>

>
>You can get the hardware detail by using the command "lspci -v"


Not for 16-bit pcmcia...

Grant.
--
http://bugsplatter.mine.nu/
 
Reply With Quote
 
yong
Guest
Posts: n/a

 
      09-03-2006, 02:51 PM
Grant <(E-Mail Removed)> writes:

> On Sun, 03 Sep 2006 21:04:02 +0800, yong <(E-Mail Removed)> wrote:
>
>>"NewFKbie" <(E-Mail Removed)> writes:
>>
>>> I have a 10M Ethernet PC Card (10BaseT) with the name Aztel printed on
>>> it.
>>>
>>> I have done a search but am unable to find a driver for it for Linux.
>>>
>>> Does anybody have an idea what I can use or where I can find a driver?
>>>
>>> Thanks
>>>

>>
>>You can get the hardware detail by using the command "lspci -v"

>
> Not for 16-bit pcmcia...
>
> Grant.
> --


Or use "lspcmcia"


--
My Personal Website:

http://www.twinbee.info
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
No Win98 No Cry - no driver no pcmcia response... Dwiz Wireless Internet 3 12-08-2006 03:32 AM
Switch 10 Mb/s to 100 Mb/s with sis900 Ehternet Card Andreas Paul Linux Networking 7 11-16-2004 03:40 PM
driver prob wlan 11g PCMCIA Soes Wireless Internet 0 08-16-2004 01:57 PM
Driver required for Etec PT-3812 ADSL modem/router Peter Hucker Broadband 4 06-26-2004 12:33 PM
Ovislink ether PCMCIA card driver HELP Bob Linux Networking 2 10-25-2003 03:58 PM



1 2 3 4 5 6 7 8 9 10 11