Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Newbie
Reload this Page Driver for DELL Latitue D630
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Newbie If you're new to the wonderful world of Linux, start here!

Reply
 
Thread Tools Display Modes
Old 07-05-2008   #1 (permalink)
Just Joined!
 
Join Date: Jul 2008
Posts: 4
Driver for DELL Latitue D630

hi every body!!!
I install Fedora core 8. but I have not Driver for devices such as : VGA(NVIDIA Quadro NVS 135M), LAN(Broadcom NetXtreme 57xx Gigabit) DELL wireless 1490.... i need driver for my OS.
thks EveryBody!!
Good Luck to You.
0312385 is offline   Reply With Quote
Old 07-05-2008   #2 (permalink)
Linux Newbie
 
objuan's Avatar
 
Join Date: Jul 2006
Location: california
Posts: 217
Hello

Go to dell.com and go to support click the drivers and software link and put your dell service tag number that is on the computer into the service tag box and submit it. when the next page comes up change the OS from windows to red hat. then there should be a hole list of drivers and software available for your computer.
__________________
--------------------------
Linux is the FORCE
objuan is offline   Reply With Quote
Old 07-06-2008   #3 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
That's a neat trick, objuan! Unfortunately it doesn't work with all Dell PC's, it didn't work for me, anyway.

The OP may need to do it the old fashion way. First identify the components, and then find the drivers. We'll start with the graphics driver.

Fedora (and Linux in general) has an open source driver that should work for the QUADRO cards. It is simply called nv. If you can, go in the menu and run the Display program, or start it from a terminal:
Code:
/usr/bin/system-config-display
Under the Hardware tab, select Video Card-->Configure. Scroll down to the nv driver. select it and close the program. You now need to reload the graphics driver. There are several ways to do this, but for a newbie the easiest way is to just reboot.

If this doesn't work, or if you don't have the desktop loading, you will need to manually edit the graphics driver configuration file.

To get a terminal screen, press these keys together: Ctrl+Alt+F1. Login as root, then you will use the vi text editor to edit the file /etc/X11/xorg.conf:
Code:
vi /etc/X11/xorg.conf
The X in X11 is a capitol letter. Use the down arrow key to scroll down until you find where the driver is listed. It may look something like this:
Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "vga"
EndSection
It may not list "vga" as the driver, I just used that as an example. To change this to "nv", with the quotes, navigate to the driver listed, and put the cursor under the driver name ("vga"). Now hit the x key to delete a letter, do this for the entire driver listed. To enter the new driver, hit the i key (i = insert). Type in "nv", then hit the Escape key to exit the insert mode. Now save and exit by using Shift+ ZZ (hit Z twice while holding down the shift key).

Once you have this up and running, I highly recommend installing the nVidia Linux drver from the nVidia web site, but that is for another time.

EDIT IMPORTANT!
: You really should make a backup copy of the xorg.conf file first, before changing anything. To do this enter this command, as root:
Code:
cp /etc/X11/xorg.conf  /etc/X11/xorg.conf.bak
__________________
Paul
waterhead is offline   Reply With Quote
Old 07-06-2008   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 1,509
Now to tackle the network cards.

In Linux, the drivers are written for the specific chips on the hardware, so the manufacturer's name is not always a reliable way to identify the correct driver for a piece of hardware. To find the specifics about any internal hardware, use this command (and post the output here, please):
Code:
/sbin/lspci -nn
This will give the information needed to determine the correct drivers that you should be using.

Also, to see a list of the driver modules that the system is currently loading, enter this command, and post the output here too:
Code:
lsmod
It may be possible that you just need to configure the network cards, to get them to work. Run the Network program from the menu, and configure the cards to connect to your router. The wireless is a little more complicated, so the output of the lspci command is still needed.

I gave you a lot to chew on here, so ask if you need some clarification or explaining.
__________________
Paul
waterhead is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:37 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0