 |
 |
 |
 |
| Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc. |

12th June 2011, 07:28 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Monoprice 802.11n Adapter
Hey guys,
I bought this wireless usb adapter from monoprice.com but Im having issues getting fedora to use it. Here is the link to the actual product:
http://www.monoprice.com/products/pr...seq=1&format=2
I tried dmesg and this what I got:
Code:
[ 100.237615] usb 1-4.1: USB disconnect, address 4
[ 102.452165] usb 1-4.1: new high speed USB device using ehci_hcd and address 6
[ 102.527796] usb 1-4.1: New USB device found, idVendor=0bda, idProduct=8178
[ 102.527802] usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 102.527806] usb 1-4.1: Product: 802.11n WLAN Adapter
[ 102.527809] usb 1-4.1: Manufacturer: 802.11n WLAN Adapter
[ 102.527811] usb 1-4.1: SerialNumber: 00e04c000001
lsusb -v:
Code:
Bus 001 Device 006: ID 0bda:8178 Realtek Semiconductor Corp.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x0bda Realtek Semiconductor Corp.
idProduct 0x8178
bcdDevice 2.00
iManufacturer 1 802.11n WLAN Adapter
iProduct 2 802.11n WLAN Adapter
iSerial 3 00e04c000001
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 46
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 4
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x84 EP 4 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0040 1x 64 bytes
bInterval 1
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
Ive searched the forum and other forums but I havent been able to find any solutions. Thanks guys.
|

12th June 2011, 07:55 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Location: Denver, Colorado
Posts: 547

|
|
|
Re: Monoprice 802.11n Adapter
What does iwconfig show?
|

12th June 2011, 07:57 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Re: Monoprice 802.11n Adapter
It doesn't even show up with iwconfig or ifconfig
|

12th June 2011, 08:10 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Location: Denver, Colorado
Posts: 547

|
|
|
Re: Monoprice 802.11n Adapter
Well here's a linux driver.
|

12th June 2011, 11:25 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Re: Monoprice 802.11n Adapter
having problems instalingl the linux driver. I have installed gcc, kernel-devel, automake, autoconf, when I run the "install.sh" script at the end I get:
Code:
make: *** /lib/modules/2.6.38.6-27.fc15.i686.PAE/build: No such file or directory. STOP.
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg
|

13th June 2011, 01:54 AM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Monoprice 802.11n Adapter
If you're using kernel-PAE, then you need to install the kernel-PAE-devel package.
|

13th June 2011, 01:24 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Re: Monoprice 802.11n Adapter
I installed the kernel-PAE-devel package, it did get farther but then it ended up with this
Code:
/home/andy/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1212.20101208/driver/rtl8192CU_linux_v2.0.1212.20101208/os_dep/osdep_service.c:292:2: error: implicit declaration of function ‘init_MUTEX’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[2]: *** [/home/andy/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1212.20101208/driver/rtl8192CU_linux_v2.0.1212.20101208/os_dep/osdep_service.o] Error 1
make[1]: *** [_module_/home/andy/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.1212.20101208/driver/rtl8192CU_linux_v2.0.1212.20101208] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.38.7-30.fc15.i686.PAE'
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg
|

13th June 2011, 01:38 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Monoprice 802.11n Adapter
I have no suggestion on how to resolve the error you posted above.
|

13th June 2011, 01:40 PM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Re: Monoprice 802.11n Adapter
I even installed the "Developer Tools" from the yum repos and still nothing  what else I could be missing?
|

13th June 2011, 02:40 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Monoprice 802.11n Adapter
Well, one suggestion: make sure you have compat-gcc-34 and compat-gcc-34-c++ installed.
I have no idea if that will help or not.
---------- Post added at 09:40 AM ---------- Previous post was at 09:01 AM ----------
I'm running 32 bit F12 and gcc-4.4.4-10.fc12.i686. I downloaded the Linux driver from the link you posted.
After unzipping the file and then changing into the top directory, as a regular user, in my user home directory, I ran the install.sh script. An immediate "Permission denied" ensued.
I looked at the install.sh script, did a "cd driver", then extracted the *.tar.gz there. Another "cd" into the top directory created after that, then did "make". It compiled without complaint and spit out a completed "8192cu.ko" kernel module. There was no error when hitting the "..../rtl8192CU_linux_v2.0.1212.20101208/os_dep/osdep_service" during the build.
It's possible whatever newer version of gcc your running has an incompatibility with the source code for this driver, but I really can't say that for sure, rather than "missing something" that isn't installed.
|

13th June 2011, 04:07 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Location: Denver, Colorado
Posts: 547

|
|
|
Re: Monoprice 802.11n Adapter
You need the kernel header package.
|

13th June 2011, 06:21 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: Monoprice 802.11n Adapter
Quote:
Originally Posted by RHamel
You need the kernel header package.
|
Good call RHamel, and you're probably right.
Code:
yum install kernel-headers
Note: there is no "kernel-PAE-headers", "kernel-headers" works for both PAE and non-PAE kernel installs.
---------- Post added at 01:21 PM ---------- Previous post was at 11:21 AM ----------
I don't know what's causing that error on your system. You said you already did a groupinstall of "Development Tools". You could do the same for the "Development Libraries" group, which will bring in way more than you'll ever ever ever need, but if you can spare the disk space, there's the possibility that could bring in something that is "missing" and causing that error during make.
|

14th June 2011, 04:30 AM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Re: Monoprice 802.11n Adapter
I am still having no luck guys I have no idea what is it... maybe the fact that Im running fedora 15?
|

14th June 2011, 05:52 PM
|
|
Registered User
|
|
Join Date: Sep 2004
Location: Denver, Colorado
Posts: 547

|
|
|
Re: Monoprice 802.11n Adapter
|

16th June 2011, 12:20 AM
|
|
Registered User
|
|
Join Date: Mar 2010
Posts: 17

|
|
|
Re: Monoprice 802.11n Adapter
thank you guys!!! the drivers from that site worked perfectly, compiled the driver no problem thanks guys you rock! 
---------- Post added at 07:20 PM ---------- Previous post was at 03:51 PM ----------
alright as I have been using this adapter, it seems that it cuts off the wifi from the router and all my computers get disconnected from the router. What could be causing the problem?
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:05 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|