Problem with USB - Ethernet Converter of FC5 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora Core Release 5 (https://www.linux-noob.com/forums/forum-43.html) +---- Thread: Problem with USB - Ethernet Converter of FC5 (/thread-1687.html) |
Problem with USB - Ethernet Converter of FC5 - linuxnewbie82 - 2006-12-14 Hi I have a ADM8511 Pegasus II USB Ethernet Converter. I have Fedora Core5 running on my System. The problem is I can see my device listed under Hardware, but get the following error when I try & add it as a new device under the devices menu. pegasus device eth2 does not seem to be present, delaying initialization. The following is the Output of lsusb command : [root@localhost ~]# lsusb Bus 002 Device 001: ID 0000:0000 Bus 002 Device 002: ID 1267:0201 Logic3 / SpectraVideo plc A4Tech SWOP-3 Mouse Bus 005 Device 001: ID 0000:0000 Bus 004 Device 001: ID 0000:0000 Bus 003 Device 002: ID 07a6:8511 ADMtek, Inc. ADM8511 Pegasus II Ethernet Bus 003 Device 001: ID 0000:0000 Bus 001 Device 001: ID 0000:0000 My Kernel Version is : 2.6.15-1.2054_FC5 The lsusb detects the device as shown above, but the device is not detected under the /dev directory. I'm lost. How can I fix this ??? The device works perfectly under Windows XP regards krish. Problem with USB - Ethernet Converter of FC5 - anyweb - 2006-12-14 you'll need to use ndiswrapper to get it to work here's a guide for configuring ndiswrapper [/url][url=<___base_url___>/index.php?showtopic=2098][/url][url=<___base_url___>/index.php?showtopic=2098]https://www.linux-noob.com/forums/index.php?showtopic=2098 cheers anyweb Problem with USB - Ethernet Converter of FC5 - znx - 2006-12-14 I see that its support with the "pegasus" module. Try this for me: Code: # modprobe pegasus And paste the results in the forum. Problem with USB - Ethernet Converter of FC5 - linuxnewbie82 - 2006-12-15 Quote:I see that its support with the "pegasus" module. Try this for me: Hi this is the result of the errand you asked me to carry out : [root@localhost /]# modprobe pegasus [root@localhost /]# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:16:36:25:C8:B2 inet addr:192.168.10.2 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::216:36ff:fe25:c8b2/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:34844 errors:0 dropped:0 overruns:0 frame:0 TX packets:18447 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:14935015 (14.2 MiB) TX bytes:5471062 (5.2 MiB) Interrupt:20 Base address:0x6000 eth1 Link encap:Ethernet HWaddr 00:00:E8:00:11:45 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2201 errors:0 dropped:0 overruns:0 frame:0 TX packets:2201 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:2632641 (2.5 MiB) TX bytes:2632641 (2.5 MiB) sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) regards Krish |