Привет ребята!
У меня появилась проблема с MEDIATEK Corp. MT7630e wifi адаптером.
Я скачал драйвера с их офф сайта, и на протяжении 2 месяцев грузил драйвера после бута с помощью скрипта, который они же и дали load.sh:
insmod /lib/modules/$(uname -r)/kernel/drivers/misc/eeprom/eeprom.koinsmod /lib/modules/$(uname -r)/kernel/drivers/misc/eeprom/eeprom_93cx6.ko
insmod /lib/modules/$(uname -r)/kernel/lib/crc-ccitt.ko
insmod /lib/modules/$(uname -r)/kernel/net/wireless/cfg80211.ko
insmod /lib/modules/$(uname -r)/kernel/net/mac80211/mac80211.ko
insmod ./rt2x00lib.ko;
insmod ./rt2x00pci.ko;
insmod ./rt2800pci.ko;
insmod ./rt2x00mmio.ko;
insmod ./rt2800lib.ko;
Почему то сейчас начала вылазить ошибка :
insmod: ERROR: could not insert module ./rt2800pci.ko: Unknown symbol in module
Вот полный вывод после bash load.sh:
insmod: ERROR: could not load module /lib/modules/3.13.0-24-generic/kernel/drivers/misc/eeprom/eeprom.ko: No such file or directoryinsmod: ERROR: could not load module /lib/modules/3.13.0-24-generic/kernel/drivers/misc/eeprom/eeprom_93cx6.ko: No such file or directory
insmod: ERROR: could not insert module /lib/modules/3.13.0-24-generic/kernel/lib/crc-ccitt.ko: File exists
insmod: ERROR: could not insert module /lib/modules/3.13.0-24-generic/kernel/net/wireless/cfg80211.ko: File exists
insmod: ERROR: could not insert module /lib/modules/3.13.0-24-generic/kernel/net/mac80211/mac80211.ko: File exists
insmod: ERROR: could not insert module ./rt2x00lib.ko: File exists
insmod: ERROR: could not insert module ./rt2x00pci.ko: File exists
insmod: ERROR: could not insert module ./rt2800pci.ko: Unknown symbol in module
insmod: ERROR: could not insert module ./rt2x00mmio.ko: File exists
insmod: ERROR: could not insert module ./rt2800lib.ko: File exists
У меня 3.13.0-24-generic ядро.
Пробовал другие методы
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1220146/comments/125 и
http://community.linuxmint.com/tutorial/view/1796, но ошибка та же самая вылазит
Кто-нибудь может подсказать как это решить? А то без вайфая на ноуте очень плохо.
Пользователь решил продолжить мысль 09 Ноября 2014, 06:40:51:
dmesg выдает вот это:
[ 46.584925] input: Logitech Gaming Mouse G400 as /devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/input/input23
[ 46.586139] hid-generic 0003:046D:C245.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech Gaming Mouse G400] on usb-0000:00:14.0-1/input0
[ 46.586675] hid-generic 0003:046D:C245.0003: hiddev0,hidraw2: USB HID v1.10 Device [Logitech Gaming Mouse G400] on usb-0000:00:14.0-1/input1
[ 80.214475] rt2800pci: Unknown symbol eeprom_93cx6_multiread (err 0)
[ 90.815473] rt2800pci: Unknown symbol eeprom_93cx6_multiread (err 0)