?
?
?
Please show:
Add the installation CD/DVD to the software sources and install the package "build-essential" from there.Code:uname -a iwconfig lsmod
i think that the cd / dvd installtion is already marked up as a source. but i don't know where to find what you called "build-essential". i didn't find a place where i can install specificlly from the cd .
bare in mind that the rt2800 is blacklisted now, the results of the commands u gave me are:
uname -a
-------------
Linux lightfile-PH67A-UD3 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux
iwconfig
--------------
lo no wireless extensions.
eth0 no wireless extensions.
lsmod
---------------------------------
Module Size Used by
parport_pc 32114 0
ppdev 12849 0
bnep 17923 2
rfcomm 38408 4
bluetooth 148839 10 bnep,rfcomm
snd_hda_codec_hdmi 31426 4
snd_hda_codec_realtek 254125 1
snd_hda_intel 24262 5
snd_hda_codec 91754 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel
snd_hwdep 13276 1 snd_hda_codec
snd_pcm 80468 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_seq_midi 13132 0
snd_rawmidi 25241 1 snd_seq_midi
snd_seq_midi_event 14475 1 snd_seq_midi
snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
snd_timer 28932 2 snd_pcm,snd_seq
snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
nouveau 663211 2
snd 55902 20 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,s nd_seq,snd_timer,snd_seq_device
ttm 65224 1 nouveau
drm_kms_helper 32889 1 nouveau
drm 192226 4 nouveau,ttm,drm_kms_helper
mei 36466 0
i2c_algo_bit 13199 1 nouveau
mxm_wmi 12859 1 nouveau
wmi 18744 1 mxm_wmi
video 18908 1 nouveau
serio_raw 12990 0
soundcore 12600 1 snd
snd_page_alloc 14115 2 snd_hda_intel,snd_pcm
lp 17455 0
parport 40930 3 parport_pc,ppdev,lp
usbhid 41905 0
hid 77367 1 usbhid
floppy 60310 0
r8169 43104 0
xhci_hcd 72915 0
Ok, try to install the package:
and install the kernel headers by double clicking:Code:sudo apt-get install build-essential
http://de.archive.ubuntu.com/ubuntu/...12.20_i386.deb
http://de.archive.ubuntu.com/ubuntu/...-12.20_all.deb
After that download the driver from
http://media.cdn.ubuntu-de.org/forum...repared.tar.gz
and compile it as described
sudo apt-get install build-essential
--------------------------------------
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package build-essential is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'build-essential' has no installation candidate
the header kernel (which i downloaded when i was logged in windows 7) , i tried to install , nothing happened , but i can see from the system , that they are already installed.
Please show:
Code:cat /etc/apt/sources.list
cat /etc/apt/sources.list
-----------------------------------
deb cdrom:[Xubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://il.archive.ubuntu.com/ubuntu/ oneiric main restricted
deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric restricted main multiverse universe #Added by software-properties
## Major bug fix updates produced after the final release of the
## distribution.
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted
deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-updates restricted main multiverse universe #Added by software-properties
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://il.archive.ubuntu.com/ubuntu/ oneiric universe
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://il.archive.ubuntu.com/ubuntu/ oneiric multiverse
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse
deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-backports main restricted universe multiverse #Added by software-properties
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-security main restricted
deb-src http://il.archive.ubuntu.com/ubuntu/ oneiric-security restricted main multiverse universe #Added by software-properties
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-security universe
deb http://il.archive.ubuntu.com/ubuntu/ oneiric-security multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu oneiric partner
deb-src http://archive.canonical.com/ubuntu oneiric partner
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu oneiric main
deb-src http://extras.ubuntu.com/ubuntu oneiric main
Try the following: Save this file:
Create a new one:Code:sudo mv /etc/apt/sources.list /etc/apt/sources.bak
Insert:Code:gksu gedit /etc/apt/sources.list
save, close the editor and:Code:deb cdrom:[Xubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted
If it works, compile the driver as decribed and copy the file back:Code:sudo apt-get update sudo apt-get install build-essential
Code:sudo mv /etc/apt/sources.bak /etc/apt/sources.list sudo apt-get update
how to compile?
Bookmarks