Sponsored Content
Operating Systems BSD FreeBSD and realtek wifi controllers...? Post 302639721 by bsdforme on Sunday 13th of May 2012 12:28:36 AM
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?
 

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
UBSA(4) 						   BSD Kernel Interfaces Manual 						   UBSA(4)

NAME
ubsa -- USB support for Belkin serial adapters SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ubsa device ucom Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): ubsa_load="YES" DESCRIPTION
The ubsa driver provides support for the USB-to-RS232 Bridge chip used by a variety of serial adapters from Belkin and other vendors. The device is accessed through the ucom(4) driver which makes it behave like a tty(4). HARDWARE
The ubsa driver supports the following adapters: o AnyData ADU-500A EV-DO modem o AnyData ADU-E100A (no EV-DO mode support) o Belkin F5U103 o Belkin F5U120 o e-Tek Labs Kwik232 o GoHubs GoCOM232 o Peracom single port serial adapter SEE ALSO
tty(4), ucom(4), usb(4) HISTORY
The ubsa driver appeared in FreeBSD 5.0. The uplcom(4) manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002 and modified for the ubsa driver by Alexander Kabaev <kan@FreeBSD.org> in October 2002. AUTHORS
The ubsa driver was written by Alexander Kabaev <kan@FreeBSD.org>. BSD
March 28, 2008 BSD
All times are GMT -4. The time now is 12:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy