Gentoo Archives: gentoo-user

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

Replies

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