Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Help with Belkin wireless USB
Date: Mon, 23 Oct 2006 16:00:44
Message-Id: 200610231655.19496.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Help with Belkin wireless USB by Mick
1 Also, this is what dmesg shows:
2
3 =======================================
4 ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
5 Loading module: rt73usb - CVS (N/A) by http://rt2x00.serialmonkey.com.
6 wmaster0: Failed to select rate control algorithm
7 wmaster0: Failed to initialize rate control algorithm
8 rt73usb->rt73usb_alloc_dev: Error - Failed to initialize device.
9 rt73usb->rt73usb_probe: Error - Failed to allocate device.
10 usbcore: registered new driver rt73usb
11 =======================================
12
13 On Monday 23 October 2006 14:20, Mick wrote:
14 > Hi All,
15 >
16 > A friend gave me a Belkin F5D7050 USB wifi adaptor which I am struggling to
17 > get going. I checked the Wiki which describes how to use ndiswrapper but
18 > it also mentions that there are drivers in portage for this purpose.
19 >
20 > http://gentoo-wiki.com/Belkin_F5D7050
21 >
22 > I opted for the latter, set the rt73usb USE flag and emerged the rt2x00
23 > drivers.
24 >
25 > However I still cannot see my new device as a network interface. Can you
26 > help?
27 >
28 > Supporting info below:
29 > ===============================================
30 > Bus 002 Device 003: ID 050d:7050 Belkin Components F5D7050 ver 1000 WiFi
31 > Device Descriptor:
32 > bLength 18
33 > bDescriptorType 1
34 > bcdUSB 2.00
35 > bDeviceClass 0 (Defined at Interface level)
36 > bDeviceSubClass 0
37 > bDeviceProtocol 0
38 > bMaxPacketSize0 64
39 > idVendor 0x050d Belkin Components
40 > idProduct 0x7050 F5D7050 ver 1000 WiFi
41 > bcdDevice 0.01
42 > iManufacturer 1 Belkin
43 > iProduct 2 Belkin 54g USB Network Adapter
44 > iSerial 0
45 > bNumConfigurations 1
46 > Configuration Descriptor:
47 > bLength 9
48 > bDescriptorType 2
49 > wTotalLength 32
50 > bNumInterfaces 1
51 > bConfigurationValue 1
52 > iConfiguration 0
53 > bmAttributes 0x80
54 > MaxPower 300mA
55 > Interface Descriptor:
56 > bLength 9
57 > bDescriptorType 4
58 > bInterfaceNumber 0
59 > bAlternateSetting 0
60 > bNumEndpoints 2
61 > bInterfaceClass 255 Vendor Specific Class
62 > bInterfaceSubClass 255 Vendor Specific Subclass
63 > bInterfaceProtocol 255 Vendor Specific Protocol
64 > iInterface 0
65 > Endpoint Descriptor:
66 > bLength 7
67 > bDescriptorType 5
68 > bEndpointAddress 0x81 EP 1 IN
69 > bmAttributes 2
70 > Transfer Type Bulk
71 > Synch Type None
72 > Usage Type Data
73 > wMaxPacketSize 0x0040 1x 64 bytes
74 > bInterval 0
75 > Endpoint Descriptor:
76 > bLength 7
77 > bDescriptorType 5
78 > bEndpointAddress 0x01 EP 1 OUT
79 > bmAttributes 2
80 > Transfer Type Bulk
81 > Synch Type None
82 > Usage Type Data
83 > wMaxPacketSize 0x0040 1x 64 bytes
84 > bInterval 0
85 > Device Qualifier (for other device speed):
86 > bLength 10
87 > bDescriptorType 6
88 > bcdUSB 2.00
89 > bDeviceClass 0 (Defined at Interface level)
90 > bDeviceSubClass 0
91 > bDeviceProtocol 0
92 > bMaxPacketSize0 64
93 > bNumConfigurations 1
94 > ===============================================
95 >
96 > ===============================================
97 > # ifconfig -a
98 > dummy0 Link encap:Ethernet HWaddr 3A:6B:52:36:4D:99
99 > BROADCAST NOARP MTU:1500 Metric:1
100 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0
101 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
102 > collisions:0 txqueuelen:0
103 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
104 >
105 > eth0 Link encap:Ethernet HWaddr 00:02:A5:B6:A1:8F
106 > UP BROADCAST MULTICAST MTU:1500 Metric:1
107 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0
108 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
109 > collisions:0 txqueuelen:1000
110 > RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
111 >
112 > lo Link encap:Local Loopback
113 > inet addr:127.0.0.1 Mask:255.0.0.0
114 > UP LOOPBACK RUNNING MTU:16436 Metric:1
115 > RX packets:8 errors:0 dropped:0 overruns:0 frame:0
116 > TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
117 > collisions:0 txqueuelen:0
118 > RX bytes:400 (400.0 b) TX bytes:400 (400.0 b)
119 > ===============================================
120 >
121 > PS. The eth0 above is my NIC not the Belkin adaptor.
122
123 --
124 Regards,
125 Mick

Replies

Subject Author
[gentoo-user] Re: Help with Belkin wireless USB Mick <michaelkintzios@×××××.com>