Sponsored Content
Full Discussion: wifi in linux problem
Top Forums UNIX for Dummies Questions & Answers wifi in linux problem Post 302277263 by Swathe on Thursday 15th of January 2009 09:29:46 PM
Old 01-15-2009
look into NDISwrapper to recompile the windows wifi drivers
 

9 More Discussions You Might Find Interesting

1. IP Networking

WiFi

Can 2 computers be connected (FreeBSD and notebook with WinXP) via WiFi if both have WiFi net cards? (9 Replies)
Discussion started by: Hitori
9 Replies

2. IP Networking

WiFi Help through shell

So as a graduation gift (:D) I was given a laptop... But not just a laptop a OLPC (laptop.org) and I'm trying to access my local LAN but because of security issues and compatibility issues I opted to drop the wpa and wep for a hidden SSID (I monitor it closely and change the SSID regularly). So... (0 Replies)
Discussion started by: VRoemer
0 Replies

3. UNIX for Dummies Questions & Answers

Configure wifi throught console problem, GUI is OK

Hi gurus, I am trying to connect to wifi access point with terminal, I set up my own access point (no encryption or MAC filters) I ran followings commands $ sudo iwlist eth1 scanning eth1 Scan completed : Cell 01 - Address: 00:11:2F:A2:99:1C ... (1 Reply)
Discussion started by: wakatana
1 Replies

4. Solaris

Solaris 11 and wifi?

I'm running the 64bit Solaris 11 liveCD and I am having problems with my wifi adapter. It appears to be recognized by the system, but does not show up with dladm, ifconfig, or under the graphical network management icon. I can see my device listed under the driver program on the desktop as... (1 Reply)
Discussion started by: bsdforme
1 Replies

5. Ubuntu

wifi issues

Having Issues with wifi in BlackBuntu on my Asus U52F-BBG6 it doesn't see any wifi networks in my neighborhood even though I know they are there. I can connect on my BackTrack 5 R1 side but not on my BlackBuntu side. I have the same network manager Wicd on both my backtrack and blackbuntu but... (1 Reply)
Discussion started by: stephen45ss
1 Replies

6. Ubuntu

Wifi Could Not Connect

Hi, I already install bcwl kernel. I can see list of wifi AP. When i try connect, i said wrong password. When i test on windows, can connect. What i miss? Thanks. (0 Replies)
Discussion started by: mzainal
0 Replies

7. Debian

Problem with Wifi driver on Debian Jessie

Hi, I am Konrad , I am a new user of this forum. I am from Poland, so my English isn't good enough. So please be forgiving for me. I read about Bits club or something like that, So I don't know, that I am allowed to write here. But nevertheless I have faced with small problem with wifi driver on... (4 Replies)
Discussion started by: kondziorek
4 Replies

8. Hardware

Problem with Broadcom BCM43225 wifi interface on an Acer Aspire laptop

Hi This is a question about Broadcom BCM43225 wifi interface on an Acer Aspire laptop I just had a fresh install of ubuntu 16.04 on my acer aspire laptop and I am having a difficult issue with my wifi connection. Every time I restart my laptop I get the wifi connection working, but after a... (0 Replies)
Discussion started by: faizlo
0 Replies

9. Hardware

HP notebook PC wifi card whitelist problem

I have hp dv6 and dv7 notebook pcs on which I want to upgrade the wifi cards but when I install the new cards and boot them, the they won't even boot to the bios and they both give me the same error: "104-Unsupported wireless network device detected. System Halted. Remove device and restart." When... (1 Reply)
Discussion started by: milhan
1 Replies
ddi_dma_numwin(9F)					   Kernel Functions for Drivers 					ddi_dma_numwin(9F)

NAME
ddi_dma_numwin - retrieve number of DMA windows SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> int ddi_dma_numwin(ddi_dma_handle_t handle, uint_t *nwinp); PARAMETERS
handle The DMA handle previously allocated by a call to ddi_dma_alloc_handle(9F). nwinp Upon a successful return, nwinp will contain the number of DMA windows for this object. INTERFACE LEVEL
Solaris DDI specific (Solaris DDI). DESCRIPTION
ddi_dma_numwin() returns the number of DMA windows for a DMA object if partial resource allocation was permitted. RETURN VALUES
ddi_dma_numwin() returns: DDI_SUCCESS Successfully filled in the number of DMA windows. DDI_FAILURE DMA windows are not activated. CONTEXT
ddi_dma_numwin() can be called from user, kernel, or interrupt context. SEE ALSO
ddi_dma_addr_bind_handle(9F), ddi_dma_alloc_handle(9F), ddi_dma_buf_bind_handle(9F), ddi_dma_unbind_handle(9F) Writing Device Drivers SunOS 5.10 29 Sep 1994 ddi_dma_numwin(9F)
All times are GMT -4. The time now is 08:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy