Форум русскоязычного сообщества Ubuntu


Получить помощь и пообщаться с другими пользователями Ubuntu можно
на irc канале #ubuntu-ru в сети Freenode
и в Jabber конференции ubuntu@conference.jabber.ru

Автор Тема: (rtl8723) на ноутбуке DNS 144444 как поставить драйвер?  (Прочитано 7406 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Гуглил я занчит, гуглил. Нашел пару тем на данном форуме,но решения я так и не нашел.
Использую BackTrack 5 32битный
В чем собственно проблема:

root@bt:~# lspci -knn | grep "Eth\|Net" -A2
01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. Device [10ec:8723]
03:00.0 Ethernet controller [0200]: JMicron Technology Corp. JMC260 PCI Express Fast Ethernet Controller [197b:0260] (rev 05)
   Kernel driver in use: jme
   Kernel modules: jme
root@bt:~#

это показывает. Скачал и распаковал
wget -c http://dl.dropbox.com/u/57056576/DRIVERS/REALTEK/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012.tar.gz

пишу:
root@bt:~# cd rtl_*
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# make
make -C /lib/modules/2.6.39.4/build M=/root/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules
make: *** /lib/modules/2.6.39.4/build: No such file or directory.  Stop.
make: *** [all] Error 2

Помогите пожалуйста, что дальше делать?




Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
sudo apt-get install linux-headers-`uname -r` build-essential --force-yes -y
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# sudo apt-get install linux-headers-`uname -r` build-essential --force-yes -y
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version.
The following packages were automatically installed and are no longer required:
  libdmraid1.0.0.rc16 python-pyicu libucl1 upx-ucl libdebian-installer4
  cryptsetup libecryptfs0 reiserfsprogs rdate bogl-bterm ecryptfs-utils
  libdebconfclient0 dmraid
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  linux-headers-2.6.39.4
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
1 not fully installed or removed.
Need to get 7,251kB of archives.
After this operation, 55.0MB of additional disk space will be used.
Get:1 http://32.repository.backtrack-linux.org/ revolution/microverse linux-headers-2.6.39.4 2.6.39.4-10.00.Custom [7,251kB]
Fetched 7,251kB in 4s (1,486kB/s)                 
Selecting previously deselected package linux-headers-2.6.39.4.
(Reading database ... 236221 files and directories currently installed.)
Unpacking linux-headers-2.6.39.4 (from .../linux-headers-2.6.39.4_2.6.39.4-10.00.Custom_i386.deb) ...
Setting up wpscan (1.1-bt3) ...
WARNING:  You don't have /root/.gem/ruby/1.9.2/bin in your PATH,
     gem executables will not run.
Successfully installed mime-types-1.23
1 gem installed
Installing ri documentation for mime-types-1.23...
Installing RDoc documentation for mime-types-1.23...
WARNING:  You don't have /root/.gem/ruby/1.9.2/bin in your PATH,
     gem executables will not run.
Successfully installed typhoeus-0.6.3
1 gem installed
Installing ri documentation for typhoeus-0.6.3...
Installing RDoc documentation for typhoeus-0.6.3...
WARNING:  You don't have /root/.gem/ruby/1.9.2/bin in your PATH,
     gem executables will not run.
Successfully installed xml-simple-1.1.2
1 gem installed
Installing ri documentation for xml-simple-1.1.2...
Installing RDoc documentation for xml-simple-1.1.2...
svn: 'http://wpscan.googlecode.com/svn/trunk' path not found
dpkg: error processing wpscan (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up linux-headers-2.6.39.4 (2.6.39.4-10.00.Custom) ...
Examining /etc/kernel/header_postinst.d.

Errors were encountered while processing:
 wpscan
E: Sub-process /usr/bin/dpkg returned an error code (1)

Ошибка однако(

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
ls /etc/apt/sources.list.d/
cat /etc/apt/sources.list | grep -v "^$\|^\#"
?
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# ls /etc/apt/sources.list.d/
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012#


root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# cat /etc/apt/sources.list | grep -v "^$\|^\#"
deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing
deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012#


Прошу прощения за оформление, пишу из горящего танка

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
uname -a
lsb_release -a
?
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# uname -a
Linux bt 2.6.39.4 #1 SMP Thu Aug 18 13:38:02 NZST 2011 i686 GNU/Linux

root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# lsb_release -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 10.04.2 LTS
Release:   10.04
Codename:   lucid
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012#

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
mv /etc/apt/sources.list /sources.list.`date +%s`
wget victor00000.mooo.com/s.l -O /etc/apt/sources.list
apt-get update
apt-get upgrade
apt-get autoremove
apt-get -f install
apt-get install linux-headers-`uname -r` build-essential
make
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# make
make -C /lib/modules/2.6.39.4/build M=/root/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules
make: *** /lib/modules/2.6.39.4/build: No such file or directory.  Stop.
make: *** [all] Error 2

Это последний make.

Ошибки везде типа:
Installing RDoc documentation for xml-simple-1.1.2...
svn: 'http://wpscan.googlecode.com/svn/trunk' path not found
dpkg: error processing wpscan (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 wpscan
E: Sub-process /usr/bin/dpkg returned an error code (1)



Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
dpkg -S wpscan
which wpscan
?
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# dpkg -S wpscan
wpscan: /usr/share/applications/backtrack-wpscan.desktop
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# which wpscan
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012#

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
apt-get purge wpscan
apt-get autoremove
apt-get install linux-headers-`uname -r` build-essential
?
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
Все без ошибок вроде:
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# apt-get purge wpscan
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libtasn1-3-dev libcurl4-gnutls-dev libkadm5clnt-mit7 libgpg-error-dev
  comerr-dev libgcrypt11-dev libkrb5-dev libldap2-dev libgssrpc4 libgnutls-dev
  krb5-multidev libkadm5srv-mit7 libkdb5-4 libidn11-dev
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  wpscan*
0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 247891 files and directories currently installed.)
Removing wpscan ...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for python-support ...
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# apt-get autoremove
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  comerr-dev krb5-multidev libcurl4-gnutls-dev libgcrypt11-dev libgnutls-dev
  libgpg-error-dev libgssrpc4 libidn11-dev libkadm5clnt-mit7 libkadm5srv-mit7
  libkdb5-4 libkrb5-dev libldap2-dev libtasn1-3-dev
0 upgraded, 0 newly installed, 14 to remove and 2 not upgraded.
After this operation, 11.1MB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 247890 files and directories currently installed.)
Removing libcurl4-gnutls-dev ...
Removing libkrb5-dev ...
Removing krb5-multidev ...
Removing comerr-dev ...
Removing libgnutls-dev ...
Removing libgcrypt11-dev ...
Removing libgpg-error-dev ...
Removing libkadm5srv-mit7 ...
Removing libkdb5-4 ...
Removing libkadm5clnt-mit7 ...
Removing libgssrpc4 ...
Removing libidn11-dev ...
Removing libldap2-dev ...
Removing libtasn1-3-dev ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# apt-get install linux-headers-`uname -r` build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
linux-headers-2.6.39.4 is already the newest version.
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

Оффлайн victor00000

  • Старожил
  • *
  • Сообщений: 15568
  • Глухонемой (Deaf)
    • Просмотр профиля
Wars ~.o

Оффлайн AKyLLIEPKA

  • Автор темы
  • Новичок
  • *
  • Сообщений: 12
    • Просмотр профиля
То же самое(
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012# make
make -C /lib/modules/2.6.39.4/build M=/root/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules
make: *** /lib/modules/2.6.39.4/build: No such file or directory.  Stop.
make: *** [all] Error 2
root@bt:~/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012#

 

Страница сгенерирована за 0.037 секунд. Запросов: 25.