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

NAME
ndis -- NDIS miniport driver wrapper SYNOPSIS
options NDISAPI device ndis device wlan DESCRIPTION
The ndis driver is a wrapper designed to allow binary Windows(R) NDIS miniport network drivers to be used with FreeBSD. The ndis driver is provided in source code form and must be combined with the Windows(R) driver supplied with your network adapter. The ndis driver uses the ndisapi kernel subsystem to relocate and link the Windows(R) binary so that it can be used in conjunction with native code. The ndisapi sub- system provides an interface between the NDIS API and the FreeBSD networking infrastructure. The Windows(R) driver is essentially fooled into thinking it is running on Windows(R). Note that this means the ndis driver is only useful on x86 machines. To build a functional driver, the user must have a copy of the driver distribution media for his or her card. From this distribution, the user must extract two files: the .SYS file containing the driver binary code, and its companion .INF file, which contains the definitions for driver-specific registry keys and other installation data such as device identifiers. These two files can be converted into a kernel module file using the ndisgen(8) utility. This file contains a binary image of the driver plus registry key data. When the ndis driver loads, it will create sysctl(3) nodes for each registry key extracted from the .INF file. The ndis driver is designed to support mainly Ethernet and wireless network devices with PCI, PCMCIA and USB bus attachments. (Cardbus devices are also supported as a subset of PCI.) It can support many different media types and speeds. One limitation however, is that there is no consistent way to learn if an Ethernet device is operating in full or half duplex mode. The NDIS API allows for a generic means for determining link state and speed, but not the duplex setting. There may be driver-specific registry keys to control the media setting which can be configured via the sysctl(8) command. DIAGNOSTICS
ndis%d: watchdog timeout A packet was queued for transmission and a transmit command was issued, however the device failed to acknowledge the transmission before a timeout expired. SEE ALSO
altq(4), arp(4), netintro(4), ng_ether(4), ifconfig(8), ndis_events(8), ndiscvt(8), ndisgen(8), wpa_supplicant(8) NDIS 5.1 specification, http://www.microsoft.com. HISTORY
The ndis device driver first appeared in FreeBSD 5.3. AUTHORS
The ndis driver was written by Bill Paul <wpaul@windriver.com>. BSD
March 14, 2010 BSD
All times are GMT -4. The time now is 06:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy