Networking Forums

Networking Forums > Computer Networking > Linux Networking > 8139-based Airlink ASOHORL PCI network card not working under 2.6?

Reply
Thread Tools Display Modes

8139-based Airlink ASOHORL PCI network card not working under 2.6?

 
 
vmontressor@yahoo.com
Guest
Posts: n/a

 
      11-26-2006, 06:57 AM
I'm using Ubuntu 5.10 (x86) and just popped in a cheap Airlink ASOHORL
10/100 PCI network card, which I bought because it was something like
$5 and promised Linux compatibility on the box. The card is based on
the RTL-8139C chipset (according to rtl8139-diag). However, when I add
the card to /etc/network/interfaces and try to ifup it, I get these
errors:

SIOCSIFADDR: No such device
eth2: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth2: ERROR while getting interface flags: No such device
Failed to bring up eth2.

(Yes, it's the third network card in this box.) I looked at the driver
diskette and they provide drivers for 2.2.x and 2.4.x, but not 2.6.x
(I'm running 2.6.12-10-386). Foo.

Using the 8139too module with debugging turned on says this:

8139too Fast Ethernet driver 0.9.27
ACPI: PCI Interrupt 0000:00:0c.0[A] -> Link [LNKA] -> GSI 10 (level,
low) -> IRQ 10
PCI: Unable to reserve I/O region #1:100@de00 for device 0000:00:0c.0
Trying to free nonexistent resource <0000de00-0000deff>
Trying to free nonexistent resource <efffff00-efffffff>
8139too: probe of 0000:00:0c.0 failed with error -16

and I likewise get errors from 8139cp.

lspci -vv -n says this:

0000:00:0c.0 0200: 10ec:8139 (rev 10)
Subsystem: 1259:c10f
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR-

Latency: 64 (8000ns min, 16000ns max)
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at de00 [size=256]
Region 1: Memory at efffff00 (32-bit, non-prefetchable)
[size=256]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

or, without the -n:

0000:00:0c.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Allied Telesyn International: Unknown device c10f
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort- <TAbort- <MAbort- >SERR- <PERR-

Latency: 64 (8000ns min, 16000ns max)
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at de00 [size=256]
Region 1: Memory at efffff00 (32-bit, non-prefetchable)
[size=256]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1+,D2+,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

I glanced at the source for the 8139too driver and I see 10ec:8139
listed there, so I'd think this would work, but clearly it doesn't. I
suspect the root cause is that it can't reserve the I/O region, and
that this isn't really 8139-driver-specific -- I just don't have a good
idea how to go about fixing that. Any suggestions?

 
Reply With Quote
 
 
 
 
steve_schefter@hotmail.com
Guest
Posts: n/a

 
      11-27-2006, 02:04 PM
(E-Mail Removed) wrote:
> PCI: Unable to reserve I/O region #1:100@de00 for device 0000:00:0c.0
> Trying to free nonexistent resource <0000de00-0000deff>
> Trying to free nonexistent resource <efffff00-efffffff>
> 8139too: probe of 0000:00:0c.0 failed with error -16


<snip>

> I
> suspect the root cause is that it can't reserve the I/O region, and
> that this isn't really 8139-driver-specific


Agreed. If you look at /proc/ioports, you should see what
has beaten the driver to that region.

Steve

 
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
help: 8139 network card TheRG Linux Networking 2 10-09-2006 05:47 PM
airlink 101 usb wireless ethernet card gavino Linux Networking 1 08-28-2006 08:11 AM
airlink 101 usb wireless ethernet card gavino Wireless Internet 0 08-27-2006 11:26 AM
AirLink 802.11B PCMCIA Card Robert R. Wireless Internet 1 10-17-2003 12:20 AM
RedHat Linux8.0 giving problem with RealTek 8139 Ethernet card Delip Singh Linux Networking 0 06-27-2003 10:47 PM



1 2 3 4 5 6 7 8 9 10 11