Re: usb/143620: the module if_cdce doesn't support my Openmoko Neo FreeRunner anymore

2010-02-07 Thread Hans Petter Selasky
On Sunday 07 February 2010 00:38:31 Christian Neugum wrote:
 Number: 143620
 Category:   usb
 Synopsis:   the module if_cdce doesn't support my Openmoko Neo
  FreeRunner anymore Confidential:   no
 Severity:   non-critical
 Priority:   medium
 Responsible:freebsd-usb
 State:  open
 Quarter:
 Keywords:
 Date-Required:
 Class:  sw-bug
 Submitter-Id:   current-users
 Arrival-Date:   Sat Feb 06 23:40:01 UTC 2010
 Closed-Date:
 Last-Modified:
 Originator: Christian Neugum
 Release:8.0-stable
 Organization:
 
 private person
 
 Environment:
 
 FreeBSD Chris 8.0-STABLE FreeBSD 8.0-STABLE #1: Sun Jan 10 21:27:41 CET
  2010 r...@chris:/usr/obj/usr/src/sys/WORKSTATION  i386
 
 Description:
 
 I've installed FreeBSD 8.0 on my computer and I cannot get my Openmoko Neo
  FreeRunner working with if_cdce. With FreeBSD 7.2 it worked well. After
  loading the if_cdce kernel module I plugged in my FreeRunner but no cdce*
  device is shown in /dev. I've tried different usb ports and loaded the
  module at boottime but the result is the same.
 
 How-To-Repeat:
 
 $ kldstat
 Id Refs AddressSize Name
  1   18 0xc040 612ca4   kernel
  21 0xc0a13000 14f10snd_emu10kx.ko
  33 0xc0a28000 55730sound.ko
  41 0xc0a7e000 7551b4   nvidia.ko
  52 0xc11d4000 2c8d4linux.ko
 $ sudo kldload if_cdce
 $ kldstat
 Id Refs AddressSize Name
  1   26 0xc040 612ca4   kernel
  21 0xc0a13000 14f10snd_emu10kx.ko
  33 0xc0a28000 55730sound.ko
  41 0xc0a7e000 7551b4   nvidia.ko
  52 0xc11d4000 2c8d4linux.ko
  61 0xc8b9b000 6000 if_cdce.ko
  71 0xc7108000 3000 uether.ko
 --- plugged in my FreeRuner
 $ dmesg
 [...]
 ugen1.2: Linux 2.6.29-GTA02_qtmoko-v14-mokodev with s3c241 at usbus1
 $ ls /dev | grep c
 acd0
 acd1
 acpi
 console
 consolectl
 ctty
 devctl
 geom.ctl
 mdctl
 nfslock
 nvidiactl
 pci
 ttyvc
 usbctl
 
 Fix:

You need to execute, due to the way the Linux guys designed it. Alternativly 
you can add a quirk to the quirks table to do this automatically.

usbconfig -u 1 a 2 set_config 1

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143620: the module if_cdce doesn't support my Openmoko Neo FreeRunner anymore

2010-02-07 Thread Hans Petter Selasky
The following reply was made to PR usb/143620; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org
Cc: Christian Neugum b...@digitalc.de,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/143620: the module if_cdce doesn't support my Openmoko Neo 
FreeRunner anymore
Date: Sun, 7 Feb 2010 09:13:34 +0100

 On Sunday 07 February 2010 00:38:31 Christian Neugum wrote:
  Number: 143620
  Category:   usb
  Synopsis:   the module if_cdce doesn't support my Openmoko Neo
   FreeRunner anymore Confidential:   no
  Severity:   non-critical
  Priority:   medium
  Responsible:freebsd-usb
  State:  open
  Quarter:
  Keywords:
  Date-Required:
  Class:  sw-bug
  Submitter-Id:   current-users
  Arrival-Date:   Sat Feb 06 23:40:01 UTC 2010
  Closed-Date:
  Last-Modified:
  Originator: Christian Neugum
  Release:8.0-stable
  Organization:
  
  private person
  
  Environment:
  
  FreeBSD Chris 8.0-STABLE FreeBSD 8.0-STABLE #1: Sun Jan 10 21:27:41 CET
   2010 r...@chris:/usr/obj/usr/src/sys/WORKSTATION  i386
  
  Description:
  
  I've installed FreeBSD 8.0 on my computer and I cannot get my Openmoko Neo
   FreeRunner working with if_cdce. With FreeBSD 7.2 it worked well. After
   loading the if_cdce kernel module I plugged in my FreeRunner but no cdce*
   device is shown in /dev. I've tried different usb ports and loaded the
   module at boottime but the result is the same.
  
  How-To-Repeat:
  
  $ kldstat
  Id Refs AddressSize Name
   1   18 0xc040 612ca4   kernel
   21 0xc0a13000 14f10snd_emu10kx.ko
   33 0xc0a28000 55730sound.ko
   41 0xc0a7e000 7551b4   nvidia.ko
   52 0xc11d4000 2c8d4linux.ko
  $ sudo kldload if_cdce
  $ kldstat
  Id Refs AddressSize Name
   1   26 0xc040 612ca4   kernel
   21 0xc0a13000 14f10snd_emu10kx.ko
   33 0xc0a28000 55730sound.ko
   41 0xc0a7e000 7551b4   nvidia.ko
   52 0xc11d4000 2c8d4linux.ko
   61 0xc8b9b000 6000 if_cdce.ko
   71 0xc7108000 3000 uether.ko
  --- plugged in my FreeRuner
  $ dmesg
  [...]
  ugen1.2: Linux 2.6.29-GTA02_qtmoko-v14-mokodev with s3c241 at usbus1
  $ ls /dev | grep c
  acd0
  acd1
  acpi
  console
  consolectl
  ctty
  devctl
  geom.ctl
  mdctl
  nfslock
  nvidiactl
  pci
  ttyvc
  usbctl
  
  Fix:
 
 You need to execute, due to the way the Linux guys designed it. Alternativly 
 you can add a quirk to the quirks table to do this automatically.
 
 usbconfig -u 1 a 2 set_config 1
 
 --HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


usb/143634: Jetflash USB flash stick fails to mount

2010-02-07 Thread George Potapov

Number: 143634
Category:   usb
Synopsis:   Jetflash USB flash stick fails to mount
Confidential:   no
Severity:   non-critical
Priority:   medium
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  sw-bug
Submitter-Id:   current-users
Arrival-Date:   Sun Feb 07 09:40:06 UTC 2010
Closed-Date:
Last-Modified:
Originator: George Potapov
Release:8.0-RELEASE-p2 amd64
Organization:
Environment:
FreeBSD makoto.crystaltokyo.ru 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #12: Sat 
Jan 23 19:58:26 MSK 2010 
r...@makoto.crystaltokyo.ru:/usr/obj/usr/src/sys/MAKOTO  amd64
Description:
Certain types of USB flash drives fail to mount.

First, I plug my USB flash in. It detects correctly and there appears a device 
entry in /dev:

Output from dmesg:
== cut ==
ugen1.2: JetFlash at usbus1
umass0: JetFlash Mass Storage Device, class 0/0, rev 2.00/1.00, addr 2 on 
usbus1
umass0:  SCSI over Bulk-Only; quirks = 0x0100
umass0:2:0:-1: Attached to scbus2
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 
(probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI Status: Check Condition
(probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0
(probe0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed
(probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data)
da0 at umass-sim0 bus 0 target 0 lun 0
da0: JetFlash TS4GJFV85 8.07 Removable Direct Access SCSI-2 device 
da0: 40.000MB/s transfers
da0: 3900MB (7987200 512 byte sectors: 255H 63S/T 497C)
GEOM: da0: partition 1 does not start on a track boundary.
GEOM: da0: partition 1 does not end on a track boundary.
== cut ==

[2010-02-05 22:31:10] nephrite:/usr/home/nephrite$ ls /dev/da*
/dev/da0/dev/da0s1

Then I try to mount it:

[2010-02-05 22:32:46] nephrite:/usr/home/nephrite$ sudo mount_msdosfs 
/dev/da0s1 /media/flash/

After that it just hangs and never finishes. The only way to quit is to unplug 
the stick. The system doesn't hang or crash, just the mount command doesn't 
work. The strange thing here is that I also have an USB card reader for SD 
cards which works just fine. Also the same stick worked all right on my older 
FreeBSD 7.2 RELEASE-p4 amd64 on the same machine.

It is a popular USB stick and I think there may be a lot of users affected by 
this problem.
How-To-Repeat:
Try to mount an USB flash stick of a certain type. Currently this problem 
occurs with Jetflash sticks.
Fix:
A workaround: set hw.usb.ehci.no_hs to 1

$ sudo sysctl hw.usb.ehci.no_hs=1
Password:
hw.usb.ehci.no_hs: 0 - 1

After that the drive mounts and works however slow.

Release-Note:
Audit-Trail:
Unformatted:
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143294: copying process stops at some time (10 - 50 seconds) from usb disk only nForce motherboards in 8.0-RELEASE/STABLE

2010-02-07 Thread Hans Petter Selasky
Hi,

A fix for your problem has now been committed to USB P4. Please test and 
report back!

http://p4web.freebsd.org/chv.cgi?CH=174455

http://perforce.freebsd.org/chv.cgi?CH=174455

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143294: copying process stops at some time (10 - 50 seconds) from usb disk only nForce motherboards in 8.0-RELEASE/STABLE

2010-02-07 Thread Hans Petter Selasky
The following reply was made to PR usb/143294; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org
Cc: Alexey crazyale...@inbox.ru,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/143294: copying process stops at some time (10 - 50 seconds) 
from usb disk only nForce motherboards in 8.0-RELEASE/STABLE
Date: Sun, 7 Feb 2010 19:55:55 +0100

 Hi,
 
 A fix for your problem has now been committed to USB P4. Please test and 
 report back!
 
 http://p4web.freebsd.org/chv.cgi?CH=174455
 
 http://perforce.freebsd.org/chv.cgi?CH=174455
 
 --HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143634: Jetflash USB flash stick fails to mount

2010-02-07 Thread Hans Petter Selasky
Hi,

Do the following patches make any difference on your system?

http://p4web.freebsd.org/chv.cgi?CH=174455

http://perforce.freebsd.org/chv.cgi?CH=174455

--HPS
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143634: [umass] Jetflash USB flash stick fails to mount

2010-02-07 Thread linimon
Old Synopsis: Jetflash USB flash stick fails to mount
New Synopsis: [umass] Jetflash USB flash stick fails to mount

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:22:05 UTC 2010
State-Changed-Why: 
Note that feedback was requested.

http://www.freebsd.org/cgi/query-pr.cgi?pr=143634
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143620: [cdce] the module if_cdce doesn't support my Openmoko Neo FreeRunner anymore [regression]

2010-02-07 Thread linimon
Old Synopsis: the module if_cdce doesn't support my Openmoko Neo FreeRunner 
anymore
New Synopsis: [cdce] the module if_cdce doesn't support my Openmoko Neo 
FreeRunner anymore [regression]

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:23:16 UTC 2010
State-Changed-Why: 
To submitter: does the workaround fix your problem?

http://www.freebsd.org/cgi/query-pr.cgi?pr=143620
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/143186: [usbdevs] [patch] add USB device IDs for Google Nexus One and for RealTek Card Reader

2010-02-07 Thread linimon
Old Synopsis: add USB device IDs for Google Nexus One and for RealTek Card 
Reader
New Synopsis: [usbdevs] [patch] add USB device IDs for Google Nexus One and for 
RealTek Card Reader

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:25:17 UTC 2010
State-Changed-Why: 
Note that the submitter has been asked for feedback.

http://www.freebsd.org/cgi/query-pr.cgi?pr=143186
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/142957: [umass] [patch] patch for USB disk SYNCHRONIZE CACHE problem

2010-02-07 Thread linimon
Old Synopsis: patch for USB disk SYNCHRONIZE CACHE problem
New Synopsis: [umass] [patch] patch for USB disk SYNCHRONIZE CACHE problem

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:28:41 UTC 2010
State-Changed-Why: 
Note that submitter has been asked to test patch that has been committed
to p4.

http://www.freebsd.org/cgi/query-pr.cgi?pr=142957
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/142876: sysinstall abort:: usb stick as source media usb stick as install target

2010-02-07 Thread linimon
Synopsis: sysinstall abort:: usb stick as source media  usb stick as install 
target

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:29:30 UTC 2010
State-Changed-Why: 
Closed at submitter's request.

http://www.freebsd.org/cgi/query-pr.cgi?pr=142876
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/142427: EDIMAX EW7318USG should be added to usbdevs

2010-02-07 Thread linimon
Synopsis: EDIMAX EW7318USG should be added to usbdevs

State-Changed-From-To: open-patched
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:30:32 UTC 2010
State-Changed-Why: 
Committed to -current.


Responsible-Changed-From-To: freebsd-usb-thompsa
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Feb 8 06:30:32 UTC 2010
Responsible-Changed-Why: 
set as MFC reminder.

http://www.freebsd.org/cgi/query-pr.cgi?pr=142427
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/142387: [uath] Netgear WPN111 not recognised by uath(4) after uathload

2010-02-07 Thread linimon
Old Synopsis: Netgear WPN111 not recognised by uath(4) after uathload
New Synopsis: [uath] Netgear WPN111 not recognised by uath(4) after uathload

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:54:15 UTC 2010
State-Changed-Why: 
Note that submitter has been asked for feedback.

http://www.freebsd.org/cgi/query-pr.cgi?pr=142387
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/142276: [umass] [usb8] Cache Synchronization Error with Olympus FE210 Camera

2010-02-07 Thread linimon
Old Synopsis: Cache Synchronization Error with Olympus FE210 Camera
New Synopsis: [umass] [usb8] Cache Synchronization Error with Olympus FE210 
Camera

State-Changed-From-To: open-feedback
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 06:55:56 UTC 2010
State-Changed-Why: 
To submitter: did the suggestion fix your problem?

http://www.freebsd.org/cgi/query-pr.cgi?pr=142276
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/141936: [usbdevs] [patch] add support for Advanced W-ZERO3[ES] (WS011SH)

2010-02-07 Thread linimon
Synopsis: [usbdevs] [patch] add support for Advanced W-ZERO3[ES] (WS011SH)

State-Changed-From-To: open-closed
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 07:04:15 UTC 2010
State-Changed-Why: 
Committed and merged to 8.

http://www.freebsd.org/cgi/query-pr.cgi?pr=141936
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: sparc64/141918: [ehci] ehci_interrupt: unrecoverable error, controller halted (sparc64)

2010-02-07 Thread linimon
Old Synopsis: ehci_interrupt: unrecoverable error, controller halted (sparc64)
New Synopsis: [ehci] ehci_interrupt: unrecoverable error, controller halted 
(sparc64)

Responsible-Changed-From-To: freebsd-usb-freebsd-sparc64
Responsible-Changed-By: linimon
Responsible-Changed-When: Mon Feb 8 07:04:38 UTC 2010
Responsible-Changed-Why: 
hps claims that this may be sparc64-specific.

http://www.freebsd.org/cgi/query-pr.cgi?pr=141918
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/140714: [hang] [usb8] system freeze when disconect my flash usb

2010-02-07 Thread linimon
Synopsis: [hang] [usb8] system freeze when disconect my flash usb

State-Changed-From-To: feedback-closed
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 07:09:42 UTC 2010
State-Changed-Why: 
Feedback timeout (  2 months).  To submitter: please let us know if we
need to re-open this ticket.

http://www.freebsd.org/cgi/query-pr.cgi?pr=140714
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: usb/139990: [panic] [patch] [usb67] Kernel frequently panics after printing

2010-02-07 Thread linimon
Synopsis: [panic] [patch] [usb67] Kernel frequently panics after printing

State-Changed-From-To: analyzed-suspended
State-Changed-By: linimon
State-Changed-When: Mon Feb 8 07:12:22 UTC 2010
State-Changed-Why: 
It is unlikely at this point that a fix will be committed to 7.  The
best idea is to upgrade to 8.0.

http://www.freebsd.org/cgi/query-pr.cgi?pr=139990
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org