You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device ID: lsusb didn'r have mediatek in it's output... pasted it below....
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b40a Chicony Electronics Co., Ltd
Bus 001 Device 003: ID 0489:e069 Foxconn / Hon Hai
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 046d:c52f Logitech, Inc. Unifying Receiver
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
#block starts
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
#block ends
What didn't work?
I added exec permision to install file (sudo chmod +x install)
then run
sudo ./install
It gave below messages,....
make -C /lib/modules/3.13.0-105-generic/build M=/home/keshanna/Desktop/java app dev with hana/MT7630E-release/rt2x00 modules
make[1]: Entering directory /usr/src/linux-headers-3.13.0-105-generic' /usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile:111: CONFIG_X86_X32 enabled but no binutils support Makefile:614: Cannot use CONFIG_CC_STACKPROTECTOR: -fstack-protector not supported by compiler make[1]: *** No rule to make target app'. Stop.
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-105-generic'
make: *** [all] Error 2
I verified my kernel headers are up to date...
sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-3.13.0-105-generic is already the newest version.
What did you try?
tried to run install
checked kernel header files, found they are up to date, no more updates to it...
Error code:
#block starts
make -C /lib/modules/3.13.0-105-generic/build M=/home/keshanna/Desktop/java app dev with hana/MT7630E-release/rt2x00 modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-105-generic'
/usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile:111: CONFIG_X86_X32 enabled but no binutils support
Makefile:614: Cannot use CONFIG_CC_STACKPROTECTOR: -fstack-protector not supported by compiler
make[1]: *** No rule to make target `app'. Stop.
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-105-generic'
make: *** [all] Error 2
#block ends
My actions: ....
make file at /usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile was pointing to the fie at location
linux-headers-3.13.0-105/arch/x86/Makefile
was throwing the error.
Attaching that Makefile & pasting the code gragment which throws the Warning..
System info
Devince info
Device ID: lsusb didn'r have mediatek in it's output... pasted it below....
General info:
Bluetooth stats:
What didn't work?
I added exec permision to install file (sudo chmod +x install)
then run
sudo ./install
It gave below messages,....
make -C /lib/modules/3.13.0-105-generic/build M=/home/keshanna/Desktop/java app dev with hana/MT7630E-release/rt2x00 modules
make[1]: Entering directory
/usr/src/linux-headers-3.13.0-105-generic' /usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile:111: CONFIG_X86_X32 enabled but no binutils support Makefile:614: Cannot use CONFIG_CC_STACKPROTECTOR: -fstack-protector not supported by compiler make[1]: *** No rule to make target
app'. Stop.make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-105-generic'
make: *** [all] Error 2
I verified my kernel headers are up to date...
sudo apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-3.13.0-105-generic is already the newest version.
What did you try?
tried to run install
checked kernel header files, found they are up to date, no more updates to it...
Error code:
My actions: ....
make file at /usr/src/linux-headers-3.13.0-105-generic/arch/x86/Makefile was pointing to the fie at location
linux-headers-3.13.0-105/arch/x86/Makefile
was throwing the error.
Attaching that Makefile & pasting the code gragment which throws the Warning..
Makefile.txt
makefile....
100 ifdef CONFIG_X86_X32$(CC) $ (KBUILD_AFLAGS) -c -x assembler -o "$$TMP" - && $(OBJCOPY) -O elf32-x86-64 "$ $TMP" "$$TMPO" && $(LD) -m elf32_x86_64 "$ $TMPO" -o "$$TMP",y,n)
101 x32_ld_ok := $(call try-run,
102 /bin/echo -e '1: .quad 1b' |
103
104
105
106 ifeq ($(x32_ld_ok),y)
107 CONFIG_X86_X32_ABI := y
108 KBUILD_AFLAGS += -DCONFIG_X86_X32_ABI
109 KBUILD_CFLAGS += -DCONFIG_X86_X32_ABI
110 else
111 $(warning CONFIG_X86_X32 enabled but no binutils support)
112 endif
warning from line 111 is being thrown, because x32_ld_ok is not y...
couldn't get the meaning of lines 102 to 105.....
Help needed from you...
I checked gcc
GCC Details .... Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
I checked /lib/modules folder..
cd /lib/modules | ls
i found many folders....
3.13.0-105-generic/ 3.13.0-62-generic/ 3.13.0-66-generic/
3.13.0-24-generic/ 3.13.0-63-generic/ 3.13.0-71-generic/
3.13.0-61-generic/ 3.13.0-65-generic/ 3.13.0-93-generic/
I just left it alike, afraid to touch them...
The text was updated successfully, but these errors were encountered: