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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1049466 Title: Need support of Ralink RT3290 wifi support To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1049466/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
