LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Trouble getting X working + networking troubles (https://www.linuxquestions.org/questions/linux-hardware-18/trouble-getting-x-working-networking-troubles-243762/)

outwardlymobile 10-17-2004 10:18 AM

Trouble getting X working + networking troubles
 
Hi All,

I am currently trying to get X working on my new computer. I have an Athlon64 and am using Debian Woody. This comes with kernel 2.2.20 which I have replaced with kernel 2.6.8.1

My graphics card is a ATI Radeon 9800SE. I have downloaded the driver from ATIs website in RPM format. When I try and extract them I get a lot of dependency errors (mainly libc.so.6 is needed and /bin/sh is needed). I have not used RPM before, does anybody know how to fix these and get X working properly?

I also am looking to find out which files I need to append to to get networking running. During the debian install you normally can set the IP address, nameservers etc. However my network card's driver was not in the providied modules. I have compiled the 2.6.8.1 kernel with the correct drivers for my card and can bring it up manually but cannot find which files to edit to get debian to bring it up on startup, could anyone give me pointers on how to get this working successfully?



Thanks,

Chris

m00t00 10-17-2004 10:48 AM

when you use rpm, use rpm --nodeps (I think thats it anyways, try man rpm if Im wrong..). The problem is, is that because debian is not rpm-based, it never logs that it installed libc, or /bin/sh, etc. So when rpm checks for it, it only sees rpms that you have installed. which is none. =]. If it doesnt work, (IE it installs but doesnt run), most likely one of those dependencies you _dont_ have, in which case you need to look it over more carefully.

celejar 10-17-2004 10:58 AM

For networking under Debian: edit /etc/network/interfaces ('man /etc/network/interfaces' for help


All times are GMT -5. The time now is 11:26 AM.