mjbeverley / inxi

Automatically exported from code.google.com/p/inxi
0 stars 0 forks source link

Not recognizes network card on RaspberryPi #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ inxi -Nn
Network:   Card: Failed to Detect Network Card!

Real network card on usb:

$ lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. LAN9500 Ethernet 
10/100 Adapter

You can see full lsusb -vvv on fpaste 
http://paste.fedoraproject.org/33530/37702258

Original issue reported on code.google.com by vasc...@gmail.com on 20 Aug 2013 at 6:17

GoogleCodeExporter commented 9 years ago
This issue was valid, and has been corrected in 1.9.14.

Amazingly, inxi had never searched for the simple Ethernet.*Adapter in the usb 
strings, I think because almost all issue reports and user data sets were about 
wifi, not ethernet devices.

Thank you for the issue report, I though it would be something hard to figure 
out, but it turns out to just be a simple and quite blatant oversight on my 
part.

Update inxi with: inxi -U and confirm the issue is resolved, it should be.

Original comment by inxi-...@techpatterns.com on 20 Aug 2013 at 7:31