naraku9333

Members
  • Content Count

    298
  • Joined

  • Last visited

Everything posted by naraku9333

  1. Did you load the module with modprobe ndiswrapper if so you should see ndiswrapper listed in the output of lsmod. Also, just adding the driver wont just make the connection work. You need to edit /etc/network/interfaces so it looks like this auto lo auto wlan0 iface lo inet loopback iface wlan0 inet dhcp network 192.168.1.0 gateway 192.168.1.1 netmask 255.255.255.0 wireless_essid linksys wireless_key xxxxxxxxxxxxxxxxxxxx wireless_channel 6 Your card may not be recognized as wlan0. Type ifconfig on the left it should have lo, and hopefully wlan0 as well. If your card is recognized run sud
  2. Try changing /mnt/floppy to /media/floppy0 in what iccaros gave you.
  3. What errors are you getting? Try not to get too frustrated, it can be very hard at first but you'll get the hang of things.
  4. Did you? modprobe ndiswrapper
  5. you mean one of the cds failed, or named them incorrecty? <{POST_SNAPBACK}> It error'd out about halfway through renaming the tracks, I forgot to copy the error to post.
  6. I ripped a few more disc's and aside from not renaming all the tracks on one, it seems to be doing its job.
  7. I did have that problem at first, but after emerge cddb-py that cleared up.
  8. Yes, I tested it on my Ubuntu VM. The with-gaim tells it where to install the plugin. Are you getting an error running ./configure? I needed to install gaim-dev to get it to work, try: sudo apt-get install gaim-dev before ./configure.
  9. go back into the gaim-xfire directory and run: ./configure --with-gaim=/usr/lib/gaim --prefix=/usr make make install
  10. Heres the error on Gentoo64: pythonrip-0.2 (August 25, 2005) (C) 2005 Shane Lindberg Report bugs to [email protected] Please insert your music cd, and press return to continue. reading the cd and looking up song data from the CDDB, this may take some time please wait..... Traceback (most recent call last): File "./pythonrip.py", line 511, in ? main() File "./pythonrip.py", line 456, in main cdrom = DiscID.open() File "/home/tmp/pythonrip-0.2/DiscID.py", line 31, in open return cdrom.open() cdrom.error: (6, 'No such device or address') It's probably not y
  11. If this is after I had you kill the X server that would explain it, logging out closed the (gui)session but you where still logged in at the term. Normally system>log out>shutdown will shutdown the computer, but in this case after the server dies type halt or shutdown -t 3 now will do it.
  12. What is the model number of your mother board?
  13. Dont be affraid to break your system, im always trying to find new ways to bork my system up. The biggest mistakes ive made when I first got into 'nix was reinstallng at the drop of a hat. Looking back, im sure all of those situations could have been corrected easily.
  14. It's working in my gentooVM (32 bit), but not on my 64 bit host. edit: It ripped the album, but error'd out before recoding. I have all tracks as trackx.cdda.wav. Here is the error: Traceback (most recent call last): File "/home/naraku/tmp/pythonrip-0.2/pythonrip.py", line 511, in ? main() File "/home/naraku/tmp/pythonrip-0.2/pythonrip.py", line 501, in main generic_song_list = compresser(installed_progs, comp_choice) File "/home/naraku/tmp/pythonrip-0.2/pythonrip.py", line 382, in compresser toolame = v_installed_progs['toolame'] KeyError: 'toolame'
  15. Most important thing to do is become as comfortable with a terminal as possible. Learn to use man pages and other docs that are already on your system. Again a terminal is your best friend, many problems can be fixed within X, all (or at least close to it) can be just as easily fixed with a shell. Just play around, you will learn alot.
  16. In my opinion, the best thing about it is the learning experience. Being able to learn alittle more everyday far out weighs the price as a selling point.
  17. naraku9333

    Linux!

    Can you post the display section of your xog.conf file? To change back to the original: sudo rm /etc/X11/xorg.conf sudo mv /path/to/backup /etc/X11/xorg.conf
  18. sudo apt-get install gcc installs the binaries(no need to compile it). You can also use apt tp install the nvidia drivers apt-get install nvidia-kernels-common then nvidia-glx, but the one's from nvidia.com will (probably) be newer.
  19. I think you just need the kernel sources, try this in a terminal: sudo apt-get install linux-headers-2.6.10-5 linux-headers-2.6.10-5-386 build-essential. You may also need to install gcc (compiler).
  20. naraku9333

    Linux!

    Kill the X server with ctrl+alt+backspace, log back in and type startx. Changes should then take place. What web browser are you using?
  21. naraku9333

    Linux!

    Sudo is a command that allows you to run certain commands as root. sudo nano /etc/X11/xorg.conf will open the file as root. Change nano to whatever text editor you want to use.
  22. naraku9333

    Linux!

    Ubuntu disables root by default, use sudo with your password if prompted. Backup the file before changing it (precaution).
  23. naraku9333

    Linux!

    1. You may need to add the modes your display supports in xorg.cof/xf86conf(I forget the actuall name of the file) 2. Xinerama (needs to be enabled in the same config file i believe) 3. Me too
  24. Maybe testdisk will work, I've never used this program but it looks like it may do the trick.