Comment 75 for bug 1049466

Revision history for this message
vit1967 (vit1967) wrote :

I tried installing rt3290 wireless drivers in my hp ProBook4740 laptop running on Ubuntu 13.04. But when I tried do enter the make command, the next errors are being displayed.
/home/vn/dst/drv/WiFi/2012/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:43:23: ошибка: expected «=», «,», «;», «asm» or «__attribute__» before «rt2860_remove_one»
/home/vn/dst/drv/WiFi/2012/DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/../../os/linux/pci_main_dev.c:44:22: ошибка: expected «=», «,», «;», «asm» or «__attribute__» before «rt2860_probe»

I delete all "__devinit, __devinitdata, and __devexit" (about 10) macro definitions from DPO_RT3290_LinuxSTA_V2600_20120508/os/linux/pci_main_dev.c and after that sudo make sudo make install was completed successfully and my Wifi now work (30min else normaly :) !! :)

but before that also I manually copied rt3290.bin to /lib/firmware by " sudo wget victor00000.mooo.com/rt3290.bin -O /lib/firmware/rt3290.bin " udging by the date the module was not replaced during "make install" :)

my configuration: ubuntu 13.04(after updating 12.10) in ProBook 4740s uname -a Linux vn-HP-ProBook-4740s 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux