Sponsored Content
Operating Systems BSD FreeBSD and realtek wifi controllers...? Post 302632169 by bsdforme on Sunday 29th of April 2012 10:21:34 PM
Old 04-29-2012
FreeBSD and realtek wifi controllers...?

Hi. I have been running OpenBSD(4.9) and it recognizes my Belkin wireless adapter and I don't have issues with it very often. I prefer FreeBSD over OpenBSD, but FreeBSD(7.4) doesnt recognize my USB wifi card. Under OpenBSD ifconfig shows my card as rsu0 so I tried adding the following to /boot/loader.conf, but to no avail:

Code:
 
rsu_load="YES"

What am I missing? Is there a way to get FreeBSD to support this card?


Edit: The chipset in this Belkin is RTL8192SU.

---------- Post updated at 10:21 PM ---------- Previous update was at 11:33 AM ----------

I downloaded the drivers from the Realtek website for this chipset. The only listing for a *nix compatible driver didn't install on my system. I have enabled linux binary compatibility, but still no joy. I have decided to simply buy a different wireless adapter that is supported. I'm also going to roll-back to an earlier stable version of FreeBSD... One that supports my other wifi adapter!

Last edited by bsdforme; 04-29-2012 at 02:06 PM..
 

10 More Discussions You Might Find Interesting

1. IP Networking

realtek card

hello dear friends I install Solaris (Binary free Program for x86 PC) and my network board have problems with the configuration. My network board is realtek and the chipset is rtl8139, solaris have support for my network board. when I ping my ip address , i din't have aswer. Solaris 8 see my... (1 Reply)
Discussion started by: themask
1 Replies

2. UNIX for Dummies Questions & Answers

command to know disk controllers in a machine

Hi!! I am these days working on a project, where I need to know about the disk controllers available in a machine (e.g., 3ware,IBM,etc). Please, let me know the command by which I can get the information. thnx, priyanka (3 Replies)
Discussion started by: reply2priyanka
3 Replies

3. UNIX and Linux Applications

HSZ70 controllers and formatting disks

Hi I am trying to format all the disks in several of my old dec-alphas and unix boxes. I have connected to the hsz70 controller and used "run hsutil" command but when i select the "format" option, the response i get is "no available unattached devices to format" Does anyone know how I can... (0 Replies)
Discussion started by: petergrivas
0 Replies

4. Solaris

Problems With Realtek HD audion on Pavillion a6230n

Last night i installed Solaris on my hp pailliion a6230n Desktop. How ever I noticed that The RealTek HD audio chipset wasn't recognized, i have three options are A:) Disable the chip audio card via the bios and install a Creative labs Sound Blaster 24bt PCI card, or Be live with oput sound,... (1 Reply)
Discussion started by: FloridaBSD
1 Replies

5. IP Networking

Connecting to DHCP network with Realtek interface

I have a Realtek 8139 interface in one of my machines and it will not connect to the network. /etc/rc.conf contains ifconfig_rl0="DHCP" and "rl0" was obtained from a dmesg. A network interface restart yields the following: # /etc/rc.d/netif restart Stopping network: lo0 rl0 fwe0 plip0. rl0: no... (3 Replies)
Discussion started by: figaro
3 Replies

6. Solaris

Need description on System Controllers

Hi , I am new into solaris , need to know what a system Controller is , what it exactly does. Is it available in all Sun boxes or only on High end servers. Is it similar to the Linux console in AIX boxes . Thanks !!! (7 Replies)
Discussion started by: mpics66
7 Replies

7. Red Hat

Realtek driver alteration needed

Hi, I am studying Linux device driver . I got a sample code of Reltek driver which doing basic functionality. Can u help me what modification i can do so that i can make it more good. Please help me with very useful functionality i can make.. Industrial oriented (2 Replies)
Discussion started by: sijithjp
2 Replies

8. Solaris

Why do controllers differ between physical and logical names

When I look at format I can see the following info: AVAILABLE DISK SELECTIONS: 0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> /pci@1c,600000/scsi@2/sd@0,0 1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424> /pci@1c,600000/scsi@2/sd@1,0 Can anyone tell me... (2 Replies)
Discussion started by: James_UK
2 Replies

9. Hardware

HP raid Controllers enabled but drives not detected

I'm getting this message using hpacucli in HP ProLiant BL460c G6. Raid controller is already enabled: # hpacucli HP Array Configuration Utility CLI 8.35-7.0 Detecting Controllers...Done. Type "help" for a list of supported commands. Type "exit" to close the console. => ctrl all show... (0 Replies)
Discussion started by: linuxgeek
0 Replies

10. Solaris

Different disk size on different controllers

Hi folks, I just recently build myself a NAS with Oracle Solaris 11 Express. MOBO: Asus M4N68T-M LE V2 nForce 630a AM3 PCI-e Controller: 2x Exsys EX-3503 with Sil3132 Chipset (latest FW) HDD: 7x 2000GB Samsung EcoGreen F4 HD204UI 32MB 3.5" (latest FW) OS: SunOS zaruba 5.11 snv_151a i86pc... (4 Replies)
Discussion started by: Garter
4 Replies
URTW(4) 						   BSD Kernel Interfaces Manual 						   URTW(4)

NAME
urtw -- Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ehci device uhci device ohci device usb device urtw device wlan Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_urtw_load="YES" DESCRIPTION
The urtw driver supports USB 802.11b/g wireless adapters based on the Realtek RTL8187B/L. urtw supports station and monitor mode operation. Only one virtual interface may be configured at any time. For more information on config- uring this device, see ifconfig(8). HARDWARE
The urtw driver supports Realtek RTL8187B/L based wireless network devices, including: Card Radio Bus Belkin F5D7050E RTL8225 USB Linksys WUSB54GCv2 RTL8225 USB Netgear WG111v2 RTL8225 USB Netgear WG111v3 RTL8225 USB Safehome WLG-1500SMA5 RTL8225 USB Shuttle XPC Accessory PN20 RTL8225 USB Sitecom WL168v1 RTL8225 USB Sitecom WL168v4 RTL8225 USB SureCom EP-9001-g(2A) RTL8225 USB TRENDnet TEW-424UB V3.xR RTL8225 USB EXAMPLES
Join an existing BSS network (i.e., connect to an access point): ifconfig wlan create wlandev urtw0 inet 192.168.0.20 netmask 0xffffff00 Join a specific BSS network with network name ``my_net'': ifconfig wlan create wlandev urtw0 ssid my_net up Join a specific BSS network with 64-bit WEP encryption: ifconfig wlan create wlandev urtw0 ssid my_net wepmode on wepkey 0x1234567890 weptxkey 1 up SEE ALSO
intro(4), netintro(4), usb(4), wlan(4), wlan_ccmp(4), wlan_tkip(4), wlan_wep(4), ifconfig(8), wpa_supplicant(8) Realtek, http://www.realtek.com.tw. HISTORY
The urtw device driver first appeared in FreeBSD 8.0. AUTHORS
The urtw driver was written by Weongyo Jeong <weongyo@FreeBSD.org>. BSD
October 17, 2009 BSD
All times are GMT -4. The time now is 11:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy