LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 05-20-2006, 11:53 AM   #1
mEo
LQ Newbie
 
Registered: Apr 2006
Posts: 17

Rep: Reputation: 0
Suse 10.1 USB Problems


Hi,

I just upgraded to Suse 10.1. After being unable to setup my wireless network, until I installed the firmware, I am now unable to use any USB devices.

I want to use both my PSP and a standard flash device, both of whom worked with 10.0

Question 1, How do I fix it so that I can use these?
Question 2, How come I had to install the firmware for both of these, whereeas in 10.0, I didn't?

Thanks,
 
Old 05-20-2006, 09:50 PM   #2
mEo
LQ Newbie
 
Registered: Apr 2006
Posts: 17

Original Poster
Rep: Reputation: 0
ka bump-e-de-bump
 
Old 05-26-2006, 06:54 AM   #3
jclement30
LQ Newbie
 
Registered: Feb 2005
Posts: 6

Rep: Reputation: 0
ditto. same problem here.
 
Old 06-02-2006, 01:51 PM   #4
azegc123
LQ Newbie
 
Registered: Jun 2006
Posts: 3

Rep: Reputation: 0
I had same usb problems

hi mEo

the problem is Novell has changed USB structure in 10.1

suse 10 and less -> uses usbfs or usbdevfs on "/proc/bus/usb"
suse 10.1 -> uses usbfs on "/dev/bus/usb"

it works for me, you have to (under root):

mount -t usbfs /dev/bus/usb /proc/bus/usb

You can also add a line in fstab (to mount it at system reboot) but add this line AFTER the line containing /proc

/dev/bus/usb /proc/bus/usb usbfs defaults 0 0

also you can check it using "usbview" in shell.


azegc123
Lima-Peru
"...visita MacchuPicchu y toma Pisco, tu vida sera larga y feliz!"

PD.
Keywords:"suse 10.1" "usb" "problem" "error" "usbfs" "usbdevfs" "usbview" "bug"
Spanish Keywords: "error" "problema" "fallo"
 
Old 06-03-2006, 02:29 AM   #5
jclement30
LQ Newbie
 
Registered: Feb 2005
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by azegc123
hi mEo

the problem is Novell has changed USB structure in 10.1

suse 10 and less -> uses usbfs or usbdevfs on "/proc/bus/usb"
suse 10.1 -> uses usbfs on "/dev/bus/usb"

it works for me, you have to (under root):

mount -t usbfs /dev/bus/usb /proc/bus/usb

You can also add a line in fstab (to mount it at system reboot) but add this line AFTER the line containing /proc

/dev/bus/usb /proc/bus/usb usbfs defaults 0 0

also you can check it using "usbview" in shell.


azegc123
Lima-Peru
"...visita MacchuPicchu y toma Pisco, tu vida sera larga y feliz!"

PD.
Keywords:"suse 10.1" "usb" "problem" "error" "usbfs" "usbdevfs" "usbview" "bug"
Spanish Keywords: "error" "problema" "fallo"

Good info, but is this just a changed location, or is there truly something different about the way Suse is handling devices?
 
Old 06-03-2006, 05:42 AM   #6
demuthb
LQ Newbie
 
Registered: Jun 2006
Location: Hannover (Germany)
Distribution: suse linux 9.3 & 10.1
Posts: 3

Rep: Reputation: 0
Thumbs up suse 10.1 usb vmware

Quote:
Originally Posted by azegc123
hi mEo

the problem is Novell has changed USB structure in 10.1

suse 10 and less -> uses usbfs or usbdevfs on "/proc/bus/usb"
suse 10.1 -> uses usbfs on "/dev/bus/usb"

it works for me, you have to (under root):

mount -t usbfs /dev/bus/usb /proc/bus/usb

You can also add a line in fstab (to mount it at system reboot) but add this line AFTER the line containing /proc

/dev/bus/usb /proc/bus/usb usbfs defaults 0 0

also you can check it using "usbview" in shell.


azegc123
Lima-Peru
"...visita MacchuPicchu y toma Pisco, tu vida sera larga y feliz!"

PD.
Keywords:"suse 10.1" "usb" "problem" "error" "usbfs" "usbdevfs" "usbview" "bug"
Spanish Keywords: "error" "problema" "fallo"
Hi,

great, now I can use the usb devices under vmware workstation 5. After the upgrade the usb deviec list was empty.

Best regards

Bernd
 
Old 06-03-2006, 11:54 AM   #7
azegc123
LQ Newbie
 
Registered: Jun 2006
Posts: 3

Rep: Reputation: 0
vmware workstation 5.5.1.19175 + update 101 and suse 10.1 usb problem

hi jclement30,

i had the same fstab and mtab from "suse 10", so doesn't work usbview after intall "suse 10.1", unfornately only location i think, but i can't explaim me why suseplugger isn't running in "suse 10.1" instead of "suse 10" start suseplugger using kdeinit ¿?.

hi demuthb

i was crazy with my vmware, i cant't figure out change vm usb search path, instead of that i decided mount the right dir. Remember you cant use usb devices in both systems, depends when you plug in your devices, by example if you plug your scanner when the focus is on suse linux, vmware does't reconize it, in case the focus is on a virtual machine, vmware takes control it.

In case of printers working on cups, when vmware uses this printer on my virtual machine, suse always stop my usb printer service...but when i close vmware suse keep stopped the service.. grrr, if you find how sort out this tell us.

best regards

azegc123
Lima-Peru
"...visita MacchuPicchu y toma Pisco, tu vida sera larga y feliz!"

Last edited by azegc123; 06-03-2006 at 12:06 PM.
 
Old 06-04-2006, 04:26 AM   #8
demuthb
LQ Newbie
 
Registered: Jun 2006
Location: Hannover (Germany)
Distribution: suse linux 9.3 & 10.1
Posts: 3

Rep: Reputation: 0
Smile suse 10.1 usb printer vmware

Quote:
Originally Posted by azegc123
hi jclement30,

i had the same fstab and mtab from "suse 10", so doesn't work usbview after intall "suse 10.1", unfornately only location i think, but i can't explaim me why suseplugger isn't running in "suse 10.1" instead of "suse 10" start suseplugger using kdeinit ¿?.

hi demuthb

i was crazy with my vmware, i cant't figure out change vm usb search path, instead of that i decided mount the right dir. Remember you cant use usb devices in both systems, depends when you plug in your devices, by example if you plug your scanner when the focus is on suse linux, vmware does't reconize it, in case the focus is on a virtual machine, vmware takes control it.

In case of printers working on cups, when vmware uses this printer on my virtual machine, suse always stop my usb printer service...but when i close vmware suse keep stopped the service.. grrr, if you find how sort out this tell us.

best regards

azegc123
Lima-Peru
"...visita MacchuPicchu y toma Pisco, tu vida sera larga y feliz!"
Hi,

I solved the problem of claiming the usb devices for vmware by simple releasing the device under linux. I wrote to simple simple scripts. You have to run it as root.

release script for the usb-printer:
lsmod | grep -i usb
rmmod usblp
lsmod | grep -i usb

claim script:
lsmod | grep -i usb
modprobe usblp
lsmod | grep -i usb

I'm not sure but I think you can do the same with the scanner.

You don't need the lsmod but so I can see all usb-modules claiming devices.

Regards

Bernd

Last edited by demuthb; 06-05-2006 at 10:15 AM.
 
Old 06-05-2006, 10:14 AM   #9
demuthb
LQ Newbie
 
Registered: Jun 2006
Location: Hannover (Germany)
Distribution: suse linux 9.3 & 10.1
Posts: 3

Rep: Reputation: 0
Hi azegc123

I forgot to mention another solution. You can share your printer with samba and connect the printer driver under windows to the share. This means you don't have to connect the printer by the vmware-usb support. But this only works with printer drivers able to work in a network e.g. LaserJet. I do this with my old LJ-III.
My colour printer (canon bjc-6200) isn't shareable in a network because the driver controls the printer too. You have to check the manual or the support-side of the manufacturer.

Best regards

Bernd
 
Old 06-05-2006, 07:33 PM   #10
azegc123
LQ Newbie
 
Registered: Jun 2006
Posts: 3

Rep: Reputation: 0
Thumbs up I also try that but i can't...!!

Thanks demuthb,

At first time i can't explore "smb:/" using konqueror (before open Samba server ports on susefirewall2) but now i can , check this solution i found in another forum:

<<

open yast/security/firewall/...

authorized services: add "Samba Server"
+..advanced options: add TCP ports: "netbios-dgm netbios-ns"
difusion:...
+--add external ports: netbios-ns netbios-dgm
+--add internal ports: netbios-ns netbios-dgm

i hope this help anyone need.

>>

azegc123
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wireless usb problems with suse 10 using ndiswrapper Paul_SUSE Linux - Wireless Networking 3 06-11-2006 07:40 PM
Suse 9.1 USB stick Mounting problems 777 Linux - Newbie 3 11-03-2004 12:04 AM
SuSE 9.1 USB problems thegreatgatsby Linux - Hardware 11 08-22-2004 06:56 AM
JDS with SuSe, usb/printer problems GoinEasy9 Linux - General 0 02-22-2004 01:32 PM
USB PCMCIA Problems with Suse 9 Personal brianryer Linux - Laptop and Netbook 1 11-18-2003 12:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 05:31 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration