hello all, the problem im having is with a modified driver i managed to secure from looking at the ubuntu forums.
here's my wifi info...
vendor id: 0xbda (Realtek Semiconductor)
product id: 0x8189
back in 7.10 i would run a ./makedrv to ready the driver, and then another command included in the package to get it going... but since i updated to 8.04 the following happens when i run the ./makedrv command to get the driver going, hence i have no wifi...
elmaxx@Snort:~/drivers/modified$ sudo ./makedrv
rm -fr *.mod.c *.mod *.o .*.cmd *.mod.* *.ko *.o *~
make -C /lib/modules/2.6.24-16-generic/build M=/home/elmaxx/.local/share/Trash/files/modified/ieee80211 CC=gcc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:46: *** CFLAGS was changed in "/home/elmaxx/.local/share/Trash/files/modified/ieee80211/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
make[1]: *** [_module_/home/elmaxx/.local/share/Trash/files/modified/ieee80211] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [modules] Error 2
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
make -C /lib/modules/2.6.24-16-generic/build M=/home/elmaxx/.local/share/Trash/files/modified/rtl8187 CC=gcc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:46: *** CFLAGS was changed in "/home/elmaxx/.local/share/Trash/files/modified/rtl8187/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
make[1]: *** [_module_/home/elmaxx/.local/share/Trash/files/modified/rtl8187] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [modules] Error 2
Any help solving this will be greatly apreciated, thanks!
here's my wifi info...
vendor id: 0xbda (Realtek Semiconductor)
product id: 0x8189
back in 7.10 i would run a ./makedrv to ready the driver, and then another command included in the package to get it going... but since i updated to 8.04 the following happens when i run the ./makedrv command to get the driver going, hence i have no wifi...
elmaxx@Snort:~/drivers/modified$ sudo ./makedrv
rm -fr *.mod.c *.mod *.o .*.cmd *.mod.* *.ko *.o *~
make -C /lib/modules/2.6.24-16-generic/build M=/home/elmaxx/.local/share/Trash/files/modified/ieee80211 CC=gcc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:46: *** CFLAGS was changed in "/home/elmaxx/.local/share/Trash/files/modified/ieee80211/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
make[1]: *** [_module_/home/elmaxx/.local/share/Trash/files/modified/ieee80211] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [modules] Error 2
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
make -C /lib/modules/2.6.24-16-generic/build M=/home/elmaxx/.local/share/Trash/files/modified/rtl8187 CC=gcc modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic'
scripts/Makefile.build:46: *** CFLAGS was changed in "/home/elmaxx/.local/share/Trash/files/modified/rtl8187/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
make[1]: *** [_module_/home/elmaxx/.local/share/Trash/files/modified/rtl8187] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [modules] Error 2
Any help solving this will be greatly apreciated, thanks!
Comment