• Home
  • Reviews
  • Articles
  • News
  • Tools
  • GamingHeaven
  • Forums
  • Network
 

Go Back   DriverHeaven.net > Forums > Software / Tools > Linux Operating Systems

Notices

Reply
 
LinkBack Thread Tools
Old Apr 16, 2006, 08:00 PM   #1
I'm dangerous but cute...
 
cozumel's Avatar
 
Join Date: Apr 2006
Location: Under the waves...
Posts: 3,283
cozumel has a spectacular aura aboutcozumel has a spectacular aura about
System Specs

New Linux user - hlp!!!

Just burnt a LiveCD with PCLinux OS. She boots fine except for 2 USB problems. (I only have to USB devices!!)

HP Officejet all-in-one detected ok. Fax and printer drivers ok. Scanner failed. Can live with this for time being. Don't often need it.

Main problem is router. Can't get onto internet. Is a real pain. Cannot 'Google' or go to any knowledge base whilst running Linux to find out cause and remedy.

On the device manager, this USB device is listed as unknown. Router is a BT Voyager 205 provided free by my ISP. I only have it for about 10 more days 'till I get paid then I am upgrading with different router and will connect via ethernet. I don't like securty with wifi.

But I am impatient. I've been told that Linux is not resource hungry, is quick and much better security. So I am considering changing from XP to Linux lock, stock and barrel. I am going to search knowledge base on PCLinuxOS but was wondering if anyone else out there could shed some light?

Although I am getting a new router it is fundamental that I learn the basics (including how to set up my old router and officejet) so that I can being to have some fun with Linux. Never used any UNIX based system before.

Help....pls...

cozumel is offline   Reply With Quote
Old Apr 17, 2006, 04:06 PM   #2
Freedom is a feature.
 
RIV@NVX's Avatar
 
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,404
RIV@NVX is on a distinguished road
System Specs

Quote:
Originally Posted by cozumel
On the device manager, this USB device is listed as unknown. Router is a BT Voyager 205 provided free by my ISP. I only have it for about 10 more days 'till I get paid then I am upgrading with different router and will connect via ethernet. I don't like securty with wifi.
Go to terminal, type "lsusb -v", and copy the output here. Maybe we can make something of it.

Quote:
But I am impatient. I've been told that Linux is not resource hungry, is quick and much better security. So I am considering changing from XP to Linux lock, stock and barrel. I am going to search knowledge base on PCLinuxOS but was wondering if anyone else out there could shed some light?

Although I am getting a new router it is fundamental that I learn the basics (including how to set up my old router and officejet) so that I can being to have some fun with Linux. Never used any UNIX based system before.

Help....pls...
The thing with Linux is - if you really want to use it, you will find a way to fix or workaround everything. Believe me, I experienced it many times.
RIV@NVX is offline   Reply With Quote
Old Apr 18, 2006, 02:52 PM   #3
I'm dangerous but cute...
 
cozumel's Avatar
 
Join Date: Apr 2006
Location: Under the waves...
Posts: 3,283
cozumel has a spectacular aura aboutcozumel has a spectacular aura about
System Specs

Quote:
Originally Posted by RIV@NVX
Go to terminal, type "lsusb -v", and copy the output here. Maybe we can make something of it.


The thing with Linux is - if you really want to use it, you will find a way to fix or workaround everything. Believe me, I experienced it many times.
Will do, just got to sort out cooling problem first - temps too high.
cozumel is offline   Reply With Quote
Old Apr 19, 2006, 06:57 PM   #4
I'm dangerous but cute...
 
cozumel's Avatar
 
Join Date: Apr 2006
Location: Under the waves...
Posts: 3,283
cozumel has a spectacular aura aboutcozumel has a spectacular aura about
System Specs

USB routers no good on Linux

I typed "Isusb -v" but terminal said bad command.

Went onto a forum on PCLinuxOS and a thread on there advised that routers connected by USB were designed for Windows and will nearly always fail with Linux.

Shutdown. Re-connected router by LAN. Powered up and enable LAN on BIOS. Hey Presto!!! I'm typing this post using Linux. Problem solved.
Now to work on my SANE problem......

By the way, temps are down by 7c
cozumel is offline   Reply With Quote
Old Apr 20, 2006, 08:36 AM   #5
A Legend in Underwear
 
UberLord's Avatar
 
Join Date: May 2002
Location: Unknown
Posts: 5,256
UberLord is on a distinguished road

Quote:
Originally Posted by cozumel
I typed "Isusb -v" but terminal said bad command.

lsusb -v

l is a small l as in lama, not I as in Indigo
UberLord is offline   Reply With Quote
Old Apr 20, 2006, 02:19 PM   #6
I'm dangerous but cute...
 
cozumel's Avatar
 
Join Date: Apr 2006
Location: Under the waves...
Posts: 3,283
cozumel has a spectacular aura aboutcozumel has a spectacular aura about
System Specs

Quote:
Originally Posted by UberLord
lsusb -v

l is a small l as in lama, not I as in Indigo
I actually tried, if I remember correctly, 5 different combinations. I did both small and capitals for both "i" and "l". Also tried "1".

Going to switch back to Linux to check I did it correctly. Also to make sure I am using terminal correctly.

By the way, could you explain the command lsusb -v please. Does it mean 'ls' as in list and usb as in.... Basically list usb devices?? What does "-v" do? I am going to download full command list to pdf or something so that I can start exploring command line. Haven't really used any command line since DOS 5.0 and I do kinda miss it!!!

Also gonna surf to HP to see whether linux drivers for all-in-one resolve SANE failed install.
cozumel is offline   Reply With Quote
Old Apr 20, 2006, 04:52 PM   #7
Freedom is a feature.
 
RIV@NVX's Avatar
 
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,404
RIV@NVX is on a distinguished road
System Specs

Quote:
Originally Posted by cozumel
I actually tried, if I remember correctly, 5 different combinations. I did both small and capitals for both "i" and "l". Also tried "1".

Going to switch back to Linux to check I did it correctly. Also to make sure I am using terminal correctly.
Maybe running /sbin/lsusb -v as root will do the trick?

Quote:
By the way, could you explain the command lsusb -v please. Does it mean 'ls' as in list and usb as in.... Basically list usb devices?? What does "-v" do? I am going to download full command list to pdf or something so that I can start exploring command line. Haven't really used any command line since DOS 5.0 and I do kinda miss it!!!
lsusb lists usb devices / usb ports on computer, and -v is for verbose output.
RIV@NVX is offline   Reply With Quote
Old Apr 21, 2006, 11:15 AM   #8
A Legend in Underwear
 
UberLord's Avatar
 
Join Date: May 2002
Location: Unknown
Posts: 5,256
UberLord is on a distinguished road

Maybe he doesn't have lsusb installed (it's part of the usbutils package)
UberLord is offline   Reply With Quote
Old Apr 21, 2006, 01:20 PM   #9
Freedom is a feature.
 
RIV@NVX's Avatar
 
Join Date: Jul 2002
Location: Croatia, Rijeka
Posts: 4,404
RIV@NVX is on a distinguished road
System Specs

Quote:
Originally Posted by UberLord
Maybe he doesn't have lsusb installed (it's part of the usbutils package)
Well, it's also a possibility (for example, FC doesn't bundle it by default).
RIV@NVX is offline   Reply With Quote
Old Apr 22, 2006, 07:34 AM   #10
I'm dangerous but cute...
 
cozumel's Avatar
 
Join Date: Apr 2006
Location: Under the waves...
Posts: 3,283
cozumel has a spectacular aura aboutcozumel has a spectacular aura about
System Specs

Quote:
Originally Posted by UberLord
Maybe he doesn't have lsusb installed (it's part of the usbutils package)
I think this must be the case. Also tried command on a friends Linux system and back as a bad command.

I have sorted out SANE propblem and intl keyboard via Synaptic.

Thanks for help
cozumel is offline   Reply With Quote
 

 
Powered by: vBulletin
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Artwork by Allan 'Zardon' Campbell, vBulletin implementation by Craig '5320' Humphreys based on original artwork by Ratchet.

All times are GMT -5. The time now is 03:55 AM. Copyright ©2008 HeavenMedia.net