[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#550562: Blob firmware loader corrupts filesystem



On Sat, Feb 6, 2010 at 12:02 AM, Ben Wong <bugs.debian.org@wongs.net> wrote:

> Next I tried copying the entire driver/gpu/drm/radeon directory from
> Ubuntu and compiled that kernel module under Debian.  I was surprised
> to find that the bug still manifested using that kernel module as
> well.

Just for completeness, here are the steps I followed to compile
Ubuntu's radeon driver under Debian:

$ sudo aptitude install linux-source-2.6.32 linux-headers-2.6.32-trunk-686
$ sudo aptitude build-dep linux-source-2.6.32
$ sudo mount /dev/sda7 /mnt
$ grep Ubuntu /mnt/etc/issue
$ cp -a /mnt/usr/src/linux-source-2.6.31/drivers/gpu/drm/radeon ubunturadeon
$ cd ubunturadeon/
$ make -C /usr/src/linux-headers-2.6.32-trunk-686/ M=`pwd` modules
$ sudo insmod radeon.ko

--Ben



Reply to: