Unrecognized Ethernet-Card Listings (PCI/PCIe/Onboard)

Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware
Goto page 1, 2, 3 ... 9, 10, 11  Next
Author Message
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 929
Location: WV, USA

PostPosted: Tue Nov 14, 2006 23:35    Post subject: Unrecognized Ethernet-Card Listings (PCI/PCIe/Onboard) Reply with quote
by MOD

give us

Code:
lspci -v -h

lspci -v

and a
Code:
dmesg

for propper detection

-------------------------------------------------------

It might me a good idea to make this thread sticky, so people can list Unrecognized cards lspci outputs in their own place. I'll start with this one:

This card is an old Linksys LNE100TX
00:0a.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)

Brainslayer: *solved*
Sponsor
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 929
Location: WV, USA

PostPosted: Tue Nov 14, 2006 23:43    Post subject: Reply with quote
Here's another one:

00:0a.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)

Brainslayer: *solved*
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Wed Nov 15, 2006 0:29    Post subject: Reply with quote
i will write a comment like *solved* to the post so far i implemented the card
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
hansvm
DD-WRT Novice


Joined: 20 Nov 2006
Posts: 5

PostPosted: Wed Nov 22, 2006 10:32    Post subject: Reply with quote
I'm trying to install the X86 version on a nokia ip130. It seems to work, only it gives a failure with loading the 3 intel e100 ethernet interfaces:

==========
PCI: Found IRQ 10 for device 0000:00:0e.0
IRQ routing conflict for 0000:00:0e.0, have irq 11, want irq 10
e100: 0000:00:0e.0: e100_eeprom_load: EEPROM corrupted (stored: e6bc,
calc'ed: 54cf)
e100: eth0: e100_probe: addr 0x80100000, irq 11, MAC addr 00:A0:8E:22:xx:xx
PCI: Found IRQ 11 for device 0000:00:0f.0
IRQ routing conflict for 0000:00:0f.0, have irq 10, want irq 11
e100: 0000:00:0f.0: e100_eeprom_load: EEPROM corrupted (stored: d9cc,
calc'ed: 53cf)
e100: eth1: e100_probe: addr 0x80300000, irq 10, MAC addr 00:A0:8E:22:xx:xx
PCI: Found IRQ 10 for device 0000:00:10.0
IRQ routing conflict for 0000:00:10.0, have irq 5, want irq 10
e100: 0000:00:10.0: e100_eeprom_load: EEPROM corrupted (stored: d95a,
calc'ed: 52cf)
e100: eth2: e100_probe: addr 0x80500000, irq 5, MAC addr 00:A0:8E:22:xx:xx
==========

I've tryed on 3 ip130's, but all gave the same error.
I've searched with google and found that many different brands using the intel e100 and that many of these are giving problems with kernel 2.6
The solution should be patching it.
Mayby this gives some more info: http://lkml.org/lkml/2006/7/9/55

==========
DD-WRT VeryBusyBox v1.2.2 (2006.11.15-04:25+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ # lspci
00:00.0 Host briCyrix Corporation PCI Master
00:0d.0 Co-processor: Broadcom Corporation: Unknown device 5802 (rev 01)
00:0e.0 Ethernet controller: Intel Corporation 8255xER/82551IT Fast Ethernet Controller (rev 10)
00:0f.0 Ethernet controller: Intel Corporation 8255xER/82551IT Fast Ethernet Controller (rev 10)
00:10.0 Ethernet controller: Intel Corporation 8255xER/82551IT Fast Ethernet Controller (rev 10)
00:12.0 ISA bridge: Cyrix Corporation 5530 Legacy [Kahlua] (rev 30)
00:12.1 Bridge: Cyrix Corporation 5530 SMI [Kahlua]
00:12.2 IDE interface: Cyrix Corporation 5530 IDE [Kahlua]
00:12.3 Multimedia audio controller: Cyrix Corporation 5530 Audio [Kahlua]
~ #
==========

Is it possible to solve this problem? I think more people can get this problem, because the intel e100 is many used nic.
I'm ready to help/test with this problem.
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Wed Nov 22, 2006 14:59    Post subject: Reply with quote
the e100 works perfectly. but you have another problem which is caused by your bios or something else. the irq mapping in your computer looks like faulty. this can be a acpi problem
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
lexridge
DD-WRT Guru


Joined: 07 Jun 2006
Posts: 929
Location: WV, USA

PostPosted: Wed Nov 22, 2006 16:25    Post subject: Reply with quote
Try entering your BIOS and "Reset Configuration Data". This should remap the IRQs. If not, try moving the cards around in the slots.
hansvm
DD-WRT Novice


Joined: 20 Nov 2006
Posts: 5

PostPosted: Mon Nov 27, 2006 12:11    Post subject: Reply with quote
~ # lsmod
Module Size Used by
ip_nat_pptp 4740 0
ip_conntrack_pptp 8848 1
ipv6 201056 14
e100 30084 0

~ # rmmod e100
~ # insmod eepro100
~ # ifconfig eth0 up
~ # ifconfig eth1 up
~ # ifconfig eth2 up
~ # rc restart

and now are the 3 NIC's working fine Smile

But these changes aren't saved at a reboot.
How can save these changes?


PS the bios is not editable in this device Wink
BrainSlayer
Site Admin


Joined: 06 Jun 2006
Posts: 7463
Location: Dresden, Germany

PostPosted: Mon Nov 27, 2006 13:36    Post subject: Reply with quote
i fixed it now by adding this driver to the detection list. never knewed that there is a second pro 100 driver
_________________
"So you tried to use the computer and it started smoking? Sounds like a Mac to me.." - Louis Rossmann https://www.youtube.com/watch?v=eL_5YDRWqGE&t=60s
hansvm
DD-WRT Novice


Joined: 20 Nov 2006
Posts: 5

PostPosted: Mon Nov 27, 2006 14:28    Post subject: Reply with quote
Ok thanks Very Happy
i'll test it today Smile

Is it fixed in de version you uploaded today?
hansvm
DD-WRT Novice


Joined: 20 Nov 2006
Posts: 5

PostPosted: Wed Nov 29, 2006 19:29    Post subject: Reply with quote
I've tested it with the 28-11 version en it's working Laughing
great work Very Happy
Eko
DD-WRT Developer/Maintainer


Joined: 07 Jun 2006
Posts: 5771

PostPosted: Mon Dec 11, 2006 21:58    Post subject: Reply with quote
Moved here...
hermanb wrote:
Hi all, I stumbled into this x86 version of DD-WRT, because of this I started digging. And ran into some of my older router systems which I still had doing nothing (for 4+ years i think).

This Digital Multia (pizabox systems) (socket5 system @133Mhz).
I put (for now) 32Megs of ram in the box, 1 old ~800Meg 2.5Inch HDD (yeah,4200RPM but it still works after all those years!).

Managed to get the DDWRT x86 on it , and I was able to boot it. On the console.

The onboard nic is not detected, same for the PCMCIA slots (2) in this machine.

I managed to get one 3com board working, and I was able to log in via the network. (3c905 still rox Wink )

The onboard card, DEC21040 (quite comon, works under almost every linux distri)

The lspci I extracted on this system:
00:00.0 Host bridge: Intel Corporation 430FX - 82437FX TSC [Triton I] (rev 01)
00:06.0 Non-VGA unclassified device: LSI Logic / Symbios Logic 53c810 (rev 01)
00:07.0 ISA bridge: Intel Corporation 82371FB PIIX ISA [Triton I] (rev 02)
00:07.1 IDE interface: Intel Corporation 82371FB PIIX IDE [Triton I] (rev 02)
00:08.0 Ethernet controller: Digital Equipment Corporation DECchip 21040 [Tulip] (rev 23)
00:0b.0 VGA compatible controller: S3 Inc. 86c968 [Vision 968 VRAM] rev 0
00:0c.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)

Next I will try the Soekris 4521 Wink and see what this will do...
NevSA
DD-WRT Novice


Joined: 13 Jun 2006
Posts: 16

PostPosted: Thu Dec 14, 2006 4:40    Post subject: Reply with quote
Is this list only for wired NICs?

If not, I'd like to add this to the list..

01:00.0 Network controller: Texas Instruments ACX 111 54Mbps Wireless Interface
hebeda
DD-WRT User


Joined: 18 Sep 2006
Posts: 456
Location: Leipzig, Germany

PostPosted: Thu Dec 14, 2006 10:18    Post subject: Reply with quote
only atheros wireless NICS work with dd-wrt x86 , this has to do with the poor driver support for most other wireless chipsets , in your case texas instruments ...
NevSA
DD-WRT Novice


Joined: 13 Jun 2006
Posts: 16

PostPosted: Fri Dec 15, 2006 7:42    Post subject: Reply with quote
Thanks hebeda,

I'm now using a TP-Link branded Atheros-based card, and it's working well. (Uses AR5212 chipset)

Nev


[/quote]
electric
DD-WRT Novice


Joined: 22 Dec 2006
Posts: 1
Location: Texas, USA

PostPosted: Sat Dec 23, 2006 8:23    Post subject: Is Senao NL2511MP Atheros? Reply with quote
My Wifi card is a Senao NL2511MP. I have used it with great success on m0nowall and pfsense.

Now I'm trying it with DD-WRT X86 Registered.
System reports the following:

00:00.0 Host bridge: VIA Technologies, Inc. VT8623 [Apollo CLE266]
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:08.0 Network controller: Intersil Corporation Prism 2.5 Wavelan chipset (rev 01)
00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: VIA Technologies, Inc. VT8623 [Apollo CLE266] integrated CastleRock graphics (rev 03)

~ # cat /proc/interrupts
CPU0
0: 507979 XT-PIC timer
1: 541 XT-PIC i8042
2: 0 XT-PIC cascade
8: 0 XT-PIC rtc
9: 0 XT-PIC acpi
10: 41546 XT-PIC eth0
11: 4975 XT-PIC eth1
14: 4365 XT-PIC ide0
NMI: 0
ERR: 0

Console screen get errors like this A LOT!
SIOCGIFFLAGS: No Such Device (over and over while booting...)


CPU is CPU
CPU Model - VIA Samuel 2
CPU Clock - 796.180 MHz
It is a PCChips M789CG which I use for all of my experiments. Runs ddwrt-x86-reg perfectly. I am anxious to see how well it runs in production with ddwrt-x86-reg.

I have no No eth2. Is all the above basically telling me my Senao NL2511MP is not compatible? Not Atheros? Is this fixable? Do I need to supply more info? Do I need to get a new wifi card? Wink
Richard

DD Rules... Cool
Goto page 1, 2, 3 ... 9, 10, 11  Next Display posts from previous:    Page 1 of 11
Post new topic   Reply to topic    DD-WRT Forum Index -> X86 based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum