<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EAK Just Debian Guru Page :) &#187; Donanim</title>
	<atom:link href="http://eakcorp.com/category/donanim/feed/" rel="self" type="application/rss+xml" />
	<link>http://eakcorp.com</link>
	<description>Just another Linux weblog</description>
	<lastBuildDate>Wed, 24 Mar 2010 08:31:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install the NVIDIA 3D drivers, the Debian way.</title>
		<link>http://eakcorp.com/2009/11/how-to-install-the-nvidia-3d-drivers-the-debian-way/</link>
		<comments>http://eakcorp.com/2009/11/how-to-install-the-nvidia-3d-drivers-the-debian-way/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 10:55:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donanim]]></category>

		<guid isPermaLink="false">http://eakcorp.com/?p=160</guid>
		<description><![CDATA[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

Run the following command:
# m-a auto-install nvidia-kernel${VERSION}-source
And that's [...]]]></description>
			<content:encoded><![CDATA[<p>Methods</p>
<p>There are four different methods for installing the kernel module.</p>
<p>Use module-assistant</p>
<p>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.</p>
<p>It needs module-assistant and nvidia-kernel-common. To install them with apt-get:</p>
<p># apt-get install module-assistant nvidia-kernel-common<br />
<span id="more-160"></span><br />
Run the following command:</p>
<p># m-a auto-install nvidia-kernel${VERSION}-source</p>
<p>And that's it. If all went well, your nvidia kernel module is now built and installed; you may proceed to step 3. If not, read the rest of this section.</p>
<p>You must use the same version of gcc to build your nvidia kernel module as was used to build your kernel. This might be a problem if you are running a stock kernel. If module-assistant fails, read its log output and look for messages suggesting that you need, for example, gcc-4.0 instead of gcc-4.1. Then install the corresponding package and retry auto-install.</p>
<p>You also might have problems if a previous (failed) attempt at building the nvidia kernel module has left stuff at /usr/src/modules/nvidia-kernel/</p>
<p>If this happens, you can try removing the old files:</p>
<p># rm -r /usr/src/modules/nvidia-kernel/</p>
<p>and running "auto-install" again.</p>
<p>    *</p>
<p>      This issue should be confirmed. If this solution helped you, please tell the maintainer. 2009-07-04 </p>
<p>The auto-install step is the biggest step of the procedure, and is the most likely to fail. auto-install can be divided in smaller module-assistant steps, which can help debugging:</p>
<p>    *</p>
<p>      get<br />
    *</p>
<p>      build<br />
    *</p>
<p>      install </p>
<p>If # m-a get nvidia; fails, try installing the nvidia-kernel-source package. If APT fails to install nvidia-kernel-source, you should go back to step 0 and make sure you didn't miss something.</p>
<p>If you are unable to install the module using module-assistant, try installing a pre-built module if you use a stock kernel or try to build manually, with a custom kernel. </p>
<p>http://wiki.debian.org/NvidiaGraphicsDrivers#Usemodule-assistant</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/11/how-to-install-the-nvidia-3d-drivers-the-debian-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the NVIDIA driver On Centos 5</title>
		<link>http://eakcorp.com/2009/06/installing-the-nvidia-driver/</link>
		<comments>http://eakcorp.com/2009/06/installing-the-nvidia-driver/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:36:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donanim]]></category>

		<guid isPermaLink="false">http://linux.eakcorp.net/?p=144</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>1. Load up a terminal window if you are in the graphic interface.</p>
<p>2. Switch to the root user by entering the command “su -” (without the quotes) and typing in your root password</p>
<p>3. Edit the file /etc/yum.conf. Using nano we type the command “nano -w /etc/yum.conf”</p>
<p>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.</p>
<p>5. Add the following to the bottom of this file:</p>
<p>[atrpms]<br />
name=EL $releasever - $basearch - ATrpms<br />
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable<br />
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms<br />
gpgcheck=1<br />
enabled=1<br />
exclude=*kmdl*i586*<br />
includepkgs=*nvidia-graphics*</p>
<p>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.</p>
<p>7. If you have not previously setup ATrpms execute the following command:</p>
<p>rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms</p>
<p>8. Now execute the following command:</p>
<p>yum install nvidia-graphics169.07 nvidia-graphics169.07-kmdl-`uname -r`</p>
<p>9. Reboot your system and you will be using the nvidia driver.<br />
Troubleshooting</p>
<p>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:</p>
<p>nvidia-xconfig</p>
<p>This will switch you back to the nvidia driver.</p>
<p>Kaynak :http://www.linlap.com/wiki/configuring+a+nvidia+graphics+chip+for+centos+and+rhel+5</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/06/installing-the-nvidia-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attansic L1 Gigabit Ethernet driver for Debian Etch</title>
		<link>http://eakcorp.com/2009/01/attansic-l1-gigabit-ethernet-driver-for-debian-etch/</link>
		<comments>http://eakcorp.com/2009/01/attansic-l1-gigabit-ethernet-driver-for-debian-etch/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:10:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donanim]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=68</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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</p>
<p>Oncelikle <a href="http://javier.rodriguez.org.mx/download/atl1/2.6.18-4-486/atl1.ko">“atl1.ko for 2.6.18-4-486″</a> modulumuzu indirip cd yada usp yada disketeimize kopyaliyalim ardindan dmesg grep 2 lisini kullanarak usbbellegimizi gorup gormedigine bakalim  bende sdb1 idi daha sonrada</p>
<p>mount -t vfat /dev/sdb1 /mnt</p>
<p>cp /mnt/atl1.ko /temp</p>
<p>insmod /temp/atl1.ko  ilede modulu yukluyoruz ardindan exit diyerek kuruluma detect network driver kismindan tekrar basliyoruz <img src='http://eakcorp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[ad#ad-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/01/attansic-l1-gigabit-ethernet-driver-for-debian-etch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ATI&#8217;s drivers are in the free area of Debian</title>
		<link>http://eakcorp.com/2009/01/atis-drivers-are-in-the-non-free-area-of-debian/</link>
		<comments>http://eakcorp.com/2009/01/atis-drivers-are-in-the-non-free-area-of-debian/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 15:13:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donanim]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=55</guid>
		<description><![CDATA[ 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  
[ad#ad-1]
]]></description>
			<content:encoded><![CDATA[<pre> 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 <img src='http://eakcorp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </pre>
<p>[ad#ad-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/01/atis-drivers-are-in-the-non-free-area-of-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Corporation PRO/Wireless 4965 AG or AGN Network Connection</title>
		<link>http://eakcorp.com/2009/01/intel-corporation-prowireless-4965-ag-or-agn-network-connection/</link>
		<comments>http://eakcorp.com/2009/01/intel-corporation-prowireless-4965-ag-or-agn-network-connection/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 11:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donanim]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=37</guid>
		<description><![CDATA[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]
]]></description>
			<content:encoded><![CDATA[<p>Bu islem icin oncelikle /etc/apt/sources.list dosyamiza nonfree depolarini ekliyoruz</p>
<p>deb http://ftp.debian.org/debian/ lenny main contrib non-free</p>
<p>apt-get install firmware-iwlwifi</p>
<p>Lenny kuruldugunda hemen hemen tum donanimi taniyor fakat tanimasina ragmen sorunlar olabiliyor.<br />
[ad#ad-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/01/intel-corporation-prowireless-4965-ag-or-agn-network-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel Corporation 82801H (ICH8 Family) HD Audio Controller</title>
		<link>http://eakcorp.com/2009/01/intel-corporation-82801h-ich8-family-hd-audio-controller/</link>
		<comments>http://eakcorp.com/2009/01/intel-corporation-82801h-ich8-family-hd-audio-controller/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 18:08:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Donanim]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=7</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>Evvet sonunda uzun ugraslar sonucu uzun suredir sesini duyamadigim Asus F3S imin sesini duydum:) Gelelim islem basamaklarina oncelikle  <strong>/etc/modutils/alsa </strong> dosyamizi olustuuryoruz varsa eger icerigini kontrol edelim asagidaki gibi olmasi lazim</p>
<p>alias char-major-116 snd<br />
alias snd-card-0 snd-hda-intel<br />
# module options should go here<br />
options snd-hda-intel model=lenovo</p>
<p># OSS/Free<br />
alias char-major-14 soundcore<br />
alias sound-slot-0 snd-card-0</p>
<p># card #1<br />
alias sound-service-0-0 snd-mixer-oss<br />
alias sound-service-0-1 snd-seq-oss<br />
alias sound-service-0-3 snd-pcm-oss<br />
alias sound-service-0-8 snd-seq-oss<br />
alias sound-service-0-12 snd-pcm-oss</p>
<p>bu islemleri yaptiktan sonra<strong></strong> <strong>/etc/modprobe.d/alsa-base</strong>; dosyasinin icine asagidaki satiri ekliyoruz ve reboot cekiyoruz.</p>
<p>#The most important is the line:<br />
options snd-hda-intel model=lenovo<br />
Tum bu islemlerden sonra eglenmenize bakin:D<br />
[ad#ad-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/01/intel-corporation-82801h-ich8-family-hd-audio-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
