Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have an HP Pavilion dv6645eo with Debian 5.0 on. It runs as it should, except for certain drivers.
I don't have the Nvidia driver, so graphics are very low, and I alså need Broadcom driver, so therefore I have not wirelessly.
Before I had Ubuntu and there was something with "Hardware Drivers", where I just had to put the checkmark and reboot, but in Debian it is obviously more technical.
Some will help me installing Nvidia driver version 173 and the Broadcom driver?
I have an HP Pavilion dv6645eo with Debian 5.0 on. It runs as it should, except for certain drivers.
I don't have the Nvidia driver, so graphics are very low, and I alså need Broadcom driver, so therefore I have not wirelessly.
Before I had Ubuntu and there was something with "Hardware Drivers", where I just had to put the checkmark and reboot, but in Debian it is obviously more technical.
Some will help me installing Nvidia driver version 173 and the Broadcom driver?
The Nvidia driver should be accessable in the Debian repositories through synaptic. Installing it will pull in the kernel headers and a few other packages. As for the Broadcom wireless, I am not sure how to set that up. If there is no Linux driver, you may have to set up a wrapper like ndiswrapper and run a Windows driver in Linux. Others may be able to help you with that.
Ubuntu IS Debian, but Debian unstable with Ubuntu specific changes so you should be able to get things working. The difference, as you may have found out already, is that Ubuntu holds your hand through everything and Debian does not, but it's a great way to learn.
I can post back with the specific packages I installed for the Nvidia drivers this evening when I get home.
OpenFWWF 5.1 opensource firmware for the following Broadcom AirForce 802.11b/g wireless cards:
apt-get install openfwwf
* BCM4306
* BCM4311 revision 1
* BCM4318
* BCM4320
Open firmware for Broadcom BCM43xx (b43) wlan devices
This package contains the open source firmware alternative for Broadcom
AirForce BCM43xx wireless lan chipsets, which can be used in combination
with the in-kernel b43 module of kernel 2.6.30 or above. .
Known supported boards:
* BCM4306
* BCM4311/1
* BCM4318
* BCM4320
Homepage: http://www.ing.unibs.it/openfwwf/
Can I just install some Nvidia packages in Synaptic?
The second option looks to be unnecessary and burdensome out.
Dansk
Yes - although the steps outlined above work fine, the fact the drivers and all needed packages are in the repositories makes this process seem a bit cumbersome in comparison. You will still need to know your kernel version though because the Nvidia drivers are built for the kernel packages in the repositories. You can find out your kernel version by running
the m-a update , m-a prepare steps will automatically handle downloading and installing the necessary kernel headers for compiling the drivers.. just fyi..
Repo: Thanks for you help with the Wireless.
Sargek: Thanks for your help. it was you who put me on the trail of the wizard. : D
Glad you got it working!
farslayer - that last one was funny! I was a a bit taken aback the first time I ran the install that way too because it is much more involved than even doing it on Gentoo, but it's all good.
Could you tell me the purpose of "m-a update" and "m-a prepare" within this script? They don't seem to do anything since it's a foreign package. At least I've never run them when installing an NVIDIA driver from nvidia.com. All I do is run the .run file.
I'm just using module assistant to go grab and install the current kernel header packages needed to compile the module. the commands are short and quick to type and everything is handled automatically. (by automatic I just mean that I don't have to remember $(uname -r) or go manually lookup my current kernel with uname)
the alternate method (what most people do) is to use aptitude to install the specific kernel header package for your running kernel. something like:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.