{"id":690,"date":"2008-04-21T02:03:36","date_gmt":"2008-04-20T20:33:36","guid":{"rendered":"https:\/\/www.suramya.com\/blog\/?p=690"},"modified":"2022-06-16T15:21:33","modified_gmt":"2022-06-16T09:51:33","slug":"getting-my-wireless-card-working-in-debian","status":"publish","type":"post","link":"https:\/\/www.suramya.com\/blog\/2008\/04\/getting-my-wireless-card-working-in-debian\/","title":{"rendered":"Getting my wireless card working in Debian"},"content":{"rendered":"<p>As promised here are the steps that I followed to get my wireless card working on my Comaq Presario V3000 in Debian:<\/p>\n<p><b>1. Install ndiswrapper<\/b><\/p>\n<p>In my case I allready had the ndis wrapper installed. If thats not the case with your system run the following command as root to install it: <\/p>\n<p><code>apt-get install ndiswrapper-common ndiswrapper-utils ndisgtk<\/code><\/p>\n<p><strong>2. Disable the &#8220;bcm43xx&#8221; driver on your system<\/strong><\/p>\n<p>Run the following command at a command prompt as root :<\/p>\n<p><code>echo 'blacklist bcm43xx' | sudo tee -a \/etc\/modprobe.d\/blacklist<\/code><\/p>\n<p><strong>3. Download the Windows driver for your card<\/strong><\/p>\n<p>My system uses the Broadcom Corporation BCM4310 card and I had to download the Windows driver for it from the Dell site. For some reason the driver I found at the Compaq site refused to work. You can download it from <a href=\"http:\/\/support.dell.com\/support\/downloads\/download.aspx?c=us&#038;cs=12&#038;l=en&#038;s=bsdv&#038;releaseid=R174291&#038;SystemID=VOS_N_1500&#038;servicetag=&#038;os=WW1&#038;osl=en&#038;deviceid=9805&#038;devlib=0&#038;typecnt=0&#038;vercnt=4&#038;catid=5&#038;impid=-1&#038;formatcnt=1&#038;libid=5&#038;fileid=236819\">here<\/a>.<\/p>\n<p>Save this in the \/tmp directory cd into the \/tmp directory, and unzip the Windows driver package:<\/p>\n<p><code>cd \/tmp<br \/>\nunzip R123456.EXE   (or whatever the name of the download is)<br \/>\n<\/code><\/p>\n<p><strong>4. Install the Windows driver with ndiswrapper<\/strong><\/p>\n<p>To load the driver you need to run the following command as root:<\/p>\n<p><code> ndiswrapper -i \/tmp\/DRIVER\/bcmwl5.inf<\/code><\/p>\n<p>The you should verify that the driver has been successfully loaded<\/p>\n<p><code>ndiswrapper -l<\/code><\/p>\n<p>The output of this command should look like the following if it is loaded correctly<\/p>\n<p>Installed ndis drivers:<br \/>\n{name of driver}  driver present, hardware present<\/p>\n<p>or<\/p>\n<p>{name of driver} : driver installed<br \/>\n device ({Chipset ID}) present<\/p>\n<p><strong>5. Load the ndiswrapper module<\/strong><\/p>\n<p>You now need to load the ndiswrapper module. Run the following steps at a command prompt as root:<\/p>\n<p><code>depmod -a<br \/>\nmodprobe ndiswrapper<\/code><\/p>\n<p>if the above commands don&#8217;t give any errors then the drivers have been successfully installed. <\/p>\n<p><b>6. Configure the wireless card<\/b><\/p>\n<p>I have found the &#8216;netcardconfig&#8217; command the easiest to use when configuring a new card. Run it as root and answer the questions it asks and it will configure the card for you.<\/p>\n<p><b>7. Set the ndiswrapper module to automatically load at boot<\/b><\/p>\n<p>ndiswrapper is not started by default when the system starts up so you must configure your system to load the ndiswrapper module at system startup. To do this, edit \/etc\/modules file as root to add an entry for ndiswrapper at the end of the file. <\/p>\n<p><code>vi \/etc\/modules<\/code><\/p>\n<p>Add &#8216;ndiswrapper&#8217; (without the quotes) to the end of the file in a new line. Save and exit.<\/p>\n<p>Now the module will be loaded when the system next starts up.<br \/>\n&#8212;-<\/p>\n<p>A special thanks to JamesGu from the <a href=\"http:\/\/backports.ubuntuforums.com\">UbuntuForums<\/a> for figuring out the solution and posting it there.<\/p>\n<p>Hope you find this useful. I certainly did. \ud83d\ude09<\/p>\n<p>Will post about my sound card next.<\/p>\n<p>&#8211; Suramya<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As promised here are the steps that I followed to get my wireless card working on my Comaq Presario V3000 in Debian: 1. Install ndiswrapper In my case I allready had the ndis wrapper installed. If thats not the case with your system run the following command as root to install it: apt-get install ndiswrapper-common [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[9,24,13,2],"tags":[],"class_list":["post-690","post","type-post","status-publish","format-standard","hentry","category-computer-hintstips","category-knowledgebase","category-linuxunix-related","category-techie-stuff"],"_links":{"self":[{"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/posts\/690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/comments?post=690"}],"version-history":[{"count":1,"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/posts\/690\/revisions"}],"predecessor-version":[{"id":5100,"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/posts\/690\/revisions\/5100"}],"wp:attachment":[{"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/media?parent=690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/categories?post=690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.suramya.com\/blog\/wp-json\/wp\/v2\/tags?post=690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}