Rafter613 wrote:
Okay, here's the thing, I'm using 8.1, and ,my windows driver cannot be read. The troubleshooting tells me to install NDISwrapper from the install disk, but my "install disk" is on my flash drive (I have no CD drive), so when I try to install the updates synaptic manager tries to read from the cd and gives an error message and ceases to function.
What type of wireless do you have? if you don't know, open the terminal and type
Code:
lspci
. It will then list a bunch of stuff out, look for Network Controller and tell us what it says. It's probably on the bottom
You need to tell the computer to stop looking at cd or flash drive for updates. Open terminal and type in
Code:
nano /etc/apt/sources.list
You need to put a
# in front of the deb cdrom part like below
Code:
# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
your should look somewhat similar
_________________
I hereby accuse the North American empire of being the biggest menace to our planet.