ubuntu help NdisWrapper


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers ubuntu help NdisWrapper
# 1  
Old 02-23-2005
Error ubuntu help NdisWrapper

yes im new to linux and i have red insturctions on how to install ndis wrapper for a lot of distributions and ubuntu was suposed to be debian based but just in case can someone provide detaleled instructions on how to install this program(im am an absolute novise so dont use to many terms) thanks in advance, josh
# 2  
Old 02-28-2005
...i believe that ndiswrapper allows windows drivers to be used in Linux for wireless cards. This became necessary as various vendors (eg Broadcom) refuse to release the code to their hardware.

Dont quote me - but if your using a Debian distro you may be able to just 'apt-get' it.

for example

apt-get install ndiswrapper


running the above command may just install it for you. You will have to copy the .inf windows drivers to a directory on your linux box - then install them with ndiswrapper like this

<snip>

ndiswrapper -i filename.inf

This copies all necessary files to /etc/ndiswrapper and creates the config files for your card.

After installing you can run

ndiswrapper -l

to see the status of your installed drivers. If you have installed the correct driver you should see something like this

Installed ndis drivers
bcmwl5 driver present, hardware present

Where "present" means that you have a card that can be used with the driver installed. In this case, broadcom driver bcmwl5 is used.

<snip>

the above section was copied from

http://ndiswrapper.sourceforge.net/p...p/Installation

any problems drop me a line back

good luck
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

[OpenSolaris.org] backup of Ndiswrapper

Is anyone able to provide me this file URL:www.opensolaris.org/os/community/laptop/wireless/ndis/ndis-$VERSION.tar.gz ? It seems that it is unavailable, and cannot find it anywhere. If anyone has it, or knows where can I get it, please tell me. $VERSION - is a version suitable for OpenSolaris... (2 Replies)
Discussion started by: anapplegeek
2 Replies

2. Solaris

Error at ndiswrapper build

Today I tried to generate ndis Solaris driver. Problem is when I try to compile ndiswapper following instructions on opensolaris site. ndis wrapper (Community Group laptop.ndis) - XWiki My version of Solaris $ uname -a SunOS pc001 5.10 Generic_142910-17 i86pc i386 i86pc ... (0 Replies)
Discussion started by: solaris_user
0 Replies

3. Ubuntu

[UBUNTU] mount.nfs fails in Ubuntu / Works on Red Hat!!!

Gurus, I want log in locally to my Lucid (10.04) workstation and have my code saved over the network on my samba account At work, all developers have samba user ids and when we were running Red Hat, we went thru the following procedure to get setup. * open a shell session to NFS server... (2 Replies)
Discussion started by: alan
2 Replies

4. Ubuntu

Ubuntu / Ubuntu File Manager / Config

I am using Ubuntu 9.10 with Gnome 2.28. I use the default Nautilus File Manager to view / manage files. Is there a way to add icons or customize the icons that are above the location bar and below the menus? There is a bar that has icons for "Back" "Forward" "Parent" above the location bar. I... (6 Replies)
Discussion started by: drewk
6 Replies

5. UNIX for Dummies Questions & Answers

Would like to install x86 desktop Ubuntu over AMD64 Ubuntu server

My intention was to build a dual boot XP Pro 64 and Ubuntu media server. I had installed the AMD64 version of Ubuntu 8.10 server and thought that I would be able to install Apache server. I need a GUI to work in. I tried to boot and install Mythbuntu 32 bit 8.10, but my machine now won't recognize... (0 Replies)
Discussion started by: docflyboy
0 Replies

6. Solaris

trying to install ndiswrapper in opensolaris

Hello, I have recently installed opensolaris onto a dell dimesion 8200 with Broadcom wireless. that wireless driver isn't working so ive to aquire a matching driver and ndiswrapper.tar.bz2 (its something like that) problem is: i have no idea how to install this ndiswrapper and i dont see a readme... (1 Reply)
Discussion started by: old noob
1 Replies
Login or Register to Ask a Question