FreeBSD and realtek wifi controllers...?


 
Thread Tools Search this Thread
Operating Systems BSD FreeBSD and realtek wifi controllers...?
# 1  
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..
# 2  
Old 05-13-2012
I tried ndisgen according to the steps in the freebsd handbook and still no luck.

Code:
# ndisgen /path/to/rtl8192su.INF /path/to/rtl8192su.SYS

Code:
# kldload ./rtl8192su_sys.ko

Code:
# kldload ndis 
# kldload if_ndis

copied rtl8192su_sys.ko driver to /boot/modules and updated /boot/loader.conf with
Code:
rtl8192su_sys_load="YES"

ndis0 does not show up with ifconfig. dmesg shows the Belkin adapter as ugen0 so it recognizes that it is a usb device, but won't recognize it as a wifi controller. Is there a FreeBSD version that supports the Belkin F9L1001v1 USB adapter with the RTL8192SU chipset?

Any ideas why ndis doesn't work with it?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question