Kernel 2.6.12 patches for the ATI Driver
I just found kernel 2.6.12 patches for the ATI driver ....I'll give them a shot... and report the results.... hopefully the 2.6.12 kernel cleans up some of the remaining problems with the 4005.
)| but i have a question -> the inbuild wlan-card seem to have poor linux support but instead of replacing it could you just buy a pcmcia card? for example a prism card -> for aircrack support... would this be possible? |
|
Originally Posted by benji
great howto, i'll try it as soon as i get my ferrari.
(monday i hope, the post is so slow here in austria )but i have a question -> the inbuild wlan-card seem to have poor linux support but instead of replacing it could you just buy a pcmcia card? for example a prism card -> for aircrack support... would this be possible? |

|
Originally Posted by wazoo42
xp-64 drivers are now on acer's website.
http://www.acerpanam.com/synapse/for...d=3394#results Perhaps these, along with the ndis wrapper, will allow the wireless to work. |



|
Originally Posted by ComPas
Hi!
I'm not really new in Linux/Unix, but never touch kernel. Pls, help! Where I can download kernel (from www.kernel.org ? ) And how I continue from there.... ![]() |
|
Originally Posted by Lissimore
|

Same story with 3dRage.|
Originally Posted by ComPas
Sorry for silly questions, as I wrote - no experience with kernel compilation at all .
Couldn't find the rpm. from which mirrow ? There is no "staff" directory in 'people". ![]() Same story with 3dRage.Could you , pls, write links? Thanks. |
out of luck.
2.6.13-rc3 was put up today 
when installed ...rpm -ivh kernel-default-2.6.13_rc3_git4-20050721142817.x86_64.rpm
rpm -ivh kernel-source-2.6.13_rc3_git4-20050721142817.x86_64.rpm
rpm -ivh kernel-default-nongpl-2.6.13_rc3_git4-20050721142817.x86_64.rpm
.... now the fun beginscd /usr/src/linux-2.6.13-rc3-20050721142817
rm -f .config
make cloneconfig
make
make modules_install
make install
.... you'll see a 2.6.13 kernel listed in your grub boot menuvi /boot/grub/menu.lst
...TOkernel /boot/vmlinuz-2.6.13-rc3-20050713072121-default root=/dev/hda3
If you don't know even the basic vi commands ... rethink installing an unsupported kernel until you do know the commands.kernel /boot/vmlinuz-2.6.13-rc3-20050713072121-default no_timer_check root=/dev/hda3
|
Originally Posted by zanzida
Thanks Lissimore for your guidlines.
One favor to ask though, if you found any DSDT table/hack for ACPI that works for Ferrari 4000 please let me know. I;'m too dumb to make my own even though i've followed everything in the documentation. |
|
Originally Posted by Lissimore
....
when installed ... start a kernel recompile ... the 2.6.13 series being put up on the mirrors is compiled with gcc-4 ... odds are you only have gcc-3 installed ... so .... |
|
Originally Posted by Lissimore
In fact the only recurring message I get now is ....
Jul 21 21:48:46 linux kernel: ACPI-0362: *** Error: Looking up [Z00I] in namespace, AE_NOT_FOUND Jul 21 21:48:46 linux kernel: search_node ffff810037d32dc0 start_node ffff810037d32dc0 return_node 0000000000000000 Jul 21 21:48:46 linux kernel: ACPI-1172: *** Error: Method execution failed [\_SB_.BAT1._BST] (Node ffff810037d32c40), AE_ and that message is from a 2.6.13-rc3 rpm as described above ... |