[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
driver 8.8.25 with kernel-headers on Samsung P30 Radeon 9200 fails
- From: t dot fries at t-online dot de (Thomas Fries)
- Date: Fri, 21 Jan 2005 21:06:05 +0100
Hello,
parallel to Georgs Samsung P35 (Radeon 9700) I tried to install the
8.8.25 driver on
Samsung P30 /Centrino with ATI Mobility Radeon 9200,
but the installation failed.
The installation procedures are the same like georgs procedures
Sitting next to him I tried also to install for Debian the [fglrx] driver.
<common_installation_procedures_P30_and_P35>
It's also the first time at all, that I built packages.
I started from an official snapshot of Sarge, dated 2004-11-06, kernel
2.4.27, installed without any kernel-sources.
apt-get install kernel-headers-2.4.27-1-386
vi /etc/apt/sources.list
deb http://www.stanchina.net/~flavio/debian/ ./
deb-src http://www.stanchina.net/~flavio/debian/ ./
apt-get update
apt-get install fglrx-driver
apt-get install fglrx-kernel-src
Now I had to look for the packages and found them here :
dpkg -i /var/cache/apt/archives/fglrx-driver_8.8.25-1_i386.deb
dpkg -i /var/cache/apt/archives/fglrx-kernel-src_8.8.25-1_i386.deb
cd /usr/src/
tar xzvf fglrx-kernel-src.tar.gz
cd kernel-headers-2.4.27-1-386
make-kpkg append-to-version "-1-386" --added-modules fglrx-kernel-src
modules_image
cd /usr/src
dpkg -i /usr/src/fglrx-kernel-2.4.27_8.8.25-1+2.4.27-2_i386.deb
</common_installation_procedures_P30_and_P35>
But now the command
modprobe fglrx
failed on the P30 with the Radeon 9200
with the Error message:
[fglrx:firegl_stub_register] *error* Fire GL kernel module has to be loaded
prior to any other module DRM kernel module!
lib/muodules/2.4.27-1-386/misc/fglrx.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO and IRQ parameters.
The same command
modprobe fglrx
succeded on the P30
Has someone an idea, what causes this error ?
Regards Thomas