Login (generic cert)
Logout

Debian Squeeze with OpenBox

Debian GNU/Linux - Squeeze with OpenBox
Guests 22
If you can walk and chew gum at the same time, you can run GNU/Linux
Blog Pushes

debian tutorials
debiantutorials.org is built on and runs on Debian.

 

Creative Commons License
Get your webcam, video, and wireless rolling quickly on Debian Lenny Print E-mail
Written by machiner   
Saturday, 16 August 2008 02:59

EDIT - 25 Feb 2009: Lenny was released a couple weeks ago and this tutorial is no longer how these things get done. Sure, you can, but it's even easier now, if you can believe it. When I wrote this quick tutorial up it was just to get something out there for folks until Lenny was released. Furthermore, should you require assistance with wireless from a net install, I got you covered.


Let's set up our wireless firmware (or drivers) our video drivers and our webcam (web cam) drivers right now. It's a whole lot easier than you may have heard, like when my Dad told me that landscaping was hard. Pffft. What a softie he was ;)

We're in the command line for this quick task. Relax, it's a whole lot easier than trying to get cozy with that ravishing beauty at the end of the bar.

Don't forget to add non-free to your repository addresses, like:

# <editor> /etc/apt/sources.list

deb http://ftp.us.debian.org/debian/ lenny main contrib non-free 
deb-src http://ftp.us.debian.org/debian/ lenny main contrib non-free 

We're using module-assistant a lot here because it's just so sweet. If you don't have it installed, go ahead and install it llike this: # apt-get install module-assistant. After it's installed, get it ready like this:

# m-a prepare
# m-a update

Go on, we'll wait...

Wireless

$ lspci (to ascertain manufacturer which will let you learn which driver)

for Atheros: madwifi (also see This)

# m-a a-i madwifi
# modprobe ath_pci

for Broadcom: b43-fwcutter

# apt-get install b43-fwcutter
# modprobe b43

for Intel : firmware-iwlwifi

# apt-get install firmware-iwlwifi
# modprobe iwl4965

To get your wireless connection up and running after installing the right firmware or drivers I like to use wicd. Add the following repository to your /etc/apt/sources.list:

deb http://apt.wicd.net/ debian extras

# apt-get install wicd

Check out the following screenshots of wicd, it's a snap to use and wpa is effortless.

wicd

For webcams try the following:

linux-uvc For HP webcams, for example

# m-a a-i linux-uvc
# aptitude install libpt-1.11.2-plugins-v4l2
# modprobe uvcvideo linux-uvc

gspca For just about all the rest

# m-a a-i gspca
# modprobe gspca

Let's get nvidia, ATI, or the right driver for your detected video system by using this most excellent and handy Sidux script: sgfxi

Run the following as root: #

cd /usr/local/bin;wget -Nc techpatterns.com/sgfxi;chmod +x sgfxi;sgfxi -h

Read the descriptions for each option; wicked easy

BONUS: Thanks developers; if you bought one of those Triple-E-PC bad-boys, Debian has all you need, badda-bing. Search for eeepc in aptitude, apt-get, synaptic, whatever. I think the only issue is the web cam, not positive.

--machiner, 16aug08

Remember, comments are not for support issues, for that kind of thing please check the forum. It's handy, low-key, and a valuable resource. Rock on.

Comments
Add New
+/-
Write comment
Name:
Email:
 
Website:
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly:
:dry::lol::kiss::D:pinch::(:shock:
:X:side::):P:unsure::woohoo::huh:
:whistle:;):s:!::?::idea::arrow:
 
Kishore Chalakkal  - Broadcom: b43-fwcutter   |87.17.176.xxx |2009-02-15 10:29:32
Tnx for your indictions, n i did the following

as root:

apt-get install b43-fwcutter
modprobe
b43
/usr/share/b43-fwcutter/install_bcm43xx_firmwa re.sh

This installed the missing components and card
started sensing wireless networks!

p.s. WICD is marvellous! tnx 4 letting me know it...
Kishore  - a bit more...   |87.7.182.xxx |2009-05-08 08:32:38
fogot to add how to get the gpg key of wicd

wget -q http://apt.wicd.net/wicd.gpg -O - | apt-key add -

For
Ralink i used the lenny repository drivers. works nice ;-)

hi to machiner
Mark Smith  - Still no wireless   |68.50.232.xxx |2009-12-04 06:37:30
I have tried all of the steps above from the top down and wicd still reports no wireless network found. Any
suggestions would be greatly appreciated. I am running a Dell Inspiron 1525 with a Broadcom wireless card.
moradjr   |192.251.226.xxx |2010-07-29 00:58:36
Great. I had been waiting for such solutions to install the firmware for my debian system till
i came across debiantutorialswebsite.I can use my wireless card now. Thanks so much for this great solutions.

Moradjr-Morocco

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated on Saturday, 28 February 2009 11:36