EAK Just Debian Guru Page :) Just another Linux weblog

22Nov/09Off

How to install the NVIDIA 3D drivers, the Debian way.

Methods

There are four different methods for installing the kernel module.

Use module-assistant

This method is easy, and should work with most stock or custom kernels. For a custom kernel, you need to have its Linux headers installed.

It needs module-assistant and nvidia-kernel-common. To install them with apt-get:

# apt-get install module-assistant nvidia-kernel-common

Filed under: Donanim Continue reading
2Jun/09Off

Installing the NVIDIA driver On Centos 5

The nvidia driver is not included with CentOS/RHEL 5 so we will need to use a 3rd party repository. Here we will be using the ATrpms repository.

1. Load up a terminal window if you are in the graphic interface.

2. Switch to the root user by entering the command “su -” (without the quotes) and typing in your root password

3. Edit the file /etc/yum.conf. Using nano we type the command “nano -w /etc/yum.conf”

4. If you have already configured yum to use the ATrpms repository then append “*nvidia-graphics*” to the end of the “includepkgs” line and skip the next setup. Otherwise continue on.

5. Add the following to the bottom of this file:

[atrpms]
name=EL $releasever - $basearch - ATrpms
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1
enabled=1
exclude=*kmdl*i586*
includepkgs=*nvidia-graphics*

6. Save the file. In nano you press Ctrl-X, answer yes to the “Save modified buffer” question and then press enter on the file name to write.

7. If you have not previously setup ATrpms execute the following command:

rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms

8. Now execute the following command:

yum install nvidia-graphics169.07 nvidia-graphics169.07-kmdl-`uname -r`

9. Reboot your system and you will be using the nvidia driver.
Troubleshooting

Normally after installing the nvidia driver with the steps above your xorg.conf file should have automatically been updates to use the newer driver. If this did not happen or for some reason it has reverted then, as root, enter the following command:

nvidia-xconfig

This will switch you back to the nvidia driver.

Kaynak :http://www.linlap.com/wiki/configuring+a+nvidia+graphics+chip+for+centos+and+rhel+5

Filed under: Donanim Comments Off
22Jan/091

Attansic L1 Gigabit Ethernet driver for Debian Etch

Basliktanda anlasildigi uzere direk konuya giriyorum , Debianin etc kurulumlarinda installer Attansic L1 Gigabit ethernet kartini gormuyor bunun icin yapmamiz gereken  kulum listesi ekranina gecerek execute shell ile komut satirina gecerek bu adimlari sirayla yapmamiz yeterli

Oncelikle “atl1.ko for 2.6.18-4-486″ modulumuzu indirip cd yada usp yada disketeimize kopyaliyalim ardindan dmesg grep 2 lisini kullanarak usbbellegimizi gorup gormedigine bakalim  bende sdb1 idi daha sonrada

mount -t vfat /dev/sdb1 /mnt

cp /mnt/atl1.ko /temp

insmod /temp/atl1.ko  ilede modulu yukluyoruz ardindan exit diyerek kuruluma detect network driver kismindan tekrar basliyoruz :)

[ad#ad-1]

Filed under: Donanim 1 Comment
9Jan/090

ATI’s drivers are in the free area of Debian

 sonunda oyun oynamak icin ekran kartimida tanittim  asamalari su sekilde yapacaz
 fazlaliklari kaldirip sirayla sunlari yapmamiz yeterli...
sudo apt-get update
sudo apt-get install module-assistant fglrx-driver fglrx-kernel-src
sudo module-assistant auto-install fglrx-kernel-src
daha sonrada bunlari yapiyoruz
sudo aticonfig --initial
ve ardindan reboot cekelim :D 

[ad#ad-1]

Filed under: Donanim No Comments
4Jan/090

Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection

Bu islem icin oncelikle /etc/apt/sources.list dosyamiza nonfree depolarini ekliyoruz

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

apt-get install firmware-iwlwifi

Lenny kuruldugunda hemen hemen tum donanimi taniyor fakat tanimasina ragmen sorunlar olabiliyor.
[ad#ad-1]

Filed under: Donanim No Comments
1Jan/090

Intel Corporation 82801H (ICH8 Family) HD Audio Controller

Evvet sonunda uzun ugraslar sonucu uzun suredir sesini duyamadigim Asus F3S imin sesini duydum:) Gelelim islem basamaklarina oncelikle  /etc/modutils/alsa dosyamizi olustuuryoruz varsa eger icerigini kontrol edelim asagidaki gibi olmasi lazim

alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
options snd-hda-intel model=lenovo

# OSS/Free
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

bu islemleri yaptiktan sonra /etc/modprobe.d/alsa-base; dosyasinin icine asagidaki satiri ekliyoruz ve reboot cekiyoruz.

#The most important is the line:
options snd-hda-intel model=lenovo
Tum bu islemlerden sonra eglenmenize bakin:D
[ad#ad-1]

Filed under: Donanim No Comments