usb/170699: FreeBSD 9.0 Doesn't list HDD or its partitions in partition editor.

2012-08-17 Thread Robby

Number: 170699
Category:   usb
Synopsis:   FreeBSD 9.0 Doesn't list HDD or its partitions in partition 
editor.
Confidential:   no
Severity:   non-critical
Priority:   low
Responsible:freebsd-usb
State:  open
Quarter:
Keywords:   
Date-Required:
Class:  sw-bug
Submitter-Id:   current-users
Arrival-Date:   Fri Aug 17 10:50:10 UTC 2012
Closed-Date:
Last-Modified:
Originator: Robby
Release:9.0
Organization:
none
Environment:
FreeBSD panda 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:52:38 UTC 
2012 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
Description:
The environment I've listed is from my actual FreeBSD 8.3 installation on the 
machine I have the problem with. I' am busy downloading an image to dd' to my 
Raspberry PI. I'm not motivated enough to reboot right now and find out uname 
-a in the live CD mode and I doubt i'll be motivated enough to submit this 
report later. Sorry about that.

FreeBSD 8.3 boots and installs fine on this desktop however if I boot the 
installation media for 9.0 it produces this error;

da3: Attempt to query device size failed: NOT READY, Medium not present. Trying 
to mount root from cd 9660:/dev/iso9660/FREEBSD_INSTALL ... Mounting from 
cd9660 :/dev/iso9660/FREEBSD_INSTALL failes with error 19.

And no matter how many different variations of google results I can't mount the 
file system. I dd'd a FreeBSD live installation to a USB and used that to boot 
and it would work however when I come to the partition editor to partition the 
empty ports and the usb used to boot the installation procedure is there but 
not the HDD or my partitions on it. Atleast I got further with this method. Its 
not bad media, the DVD's and the USB works when installing on other systems. 
Partitions show on the USB and DVD, the DVD doesn't show that mounting rubbish. 
FreeBSD installs just fine i have no problems on it really. There are a few 
bugs  that have been fixed in 9.0 which i've come to notice as FreeBSD 9 are on 
my other two machines and it would be on the desktop had it worked. I use SATA 
drives and I couldn't help but notice in FreeBSD 9.0 announcement notes this 
was  a public statement, as an improvement can you believe that?

Updated ATA/SATA drivers support AHCI, moved into updated CAM framework

After trying to upgrade from 8.3 to 9.0 via the FreeBSD upgrade tool it 
installed updates etc and after reboot if gives the exact same error the 
FreeBSD 9.0 DVD would on boot. So this leads me to believe that the statement 
above is where the problem originated. Also my drives in 8.3 don't list as 
ada*, not a single one however Linux flavours do and over BSD flavours. I've 
given you as much information and have been as descriptive as I possibly can.

Image of the USB not showing my partition or HDD, and gpart show.
http://i.imgur.com/Hhcxg.jpg
http://img28.imageshack.us/img28/6660/img2012081600029.jpg
How-To-Repeat:
Boot FreeBSD 9.0 memstick installation and get to the partitioning menu, the 
DVD issue just boot a FreeBSD 9.0 CD/DVD.
Fix:


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/170688: commit references a PR

2012-08-17 Thread dfilter service
The following reply was made to PR usb/170688; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: usb/170688: commit references a PR
Date: Fri, 17 Aug 2012 16:27:31 + (UTC)

 Author: hselasky
 Date: Fri Aug 17 16:27:11 2012
 New Revision: 239358
 URL: http://svn.freebsd.org/changeset/base/239358
 
 Log:
   Add new USB device ID.
   
   PR:  usb/170688
   MFC after:   1 week
 
 Modified:
   head/sys/dev/usb/usbdevs
   head/sys/dev/usb/wlan/if_run.c
 
 Modified: head/sys/dev/usb/usbdevs
 ==
 --- head/sys/dev/usb/usbdevs   Fri Aug 17 16:01:24 2012(r239357)
 +++ head/sys/dev/usb/usbdevs   Fri Aug 17 16:27:11 2012(r239358)
 @@ -1118,6 +1118,7 @@ product ASUS A730W   0x4202  ASUS MyPal A7
  product ASUS P535 0x420f  ASUS P535 PDA
  product   ASUS GMSC   0x422f  ASUS Generic Mass Storage
  product ASUS RT2570   0x1706  RT2500USB Wireless Adapter
 +product ASUS USB_N53  0x179d  ASUS Black Diamond Dual Band USB-N53
  
  /* ATen products */
  product ATEN UC1284   0x2001  Parallel printer
 
 Modified: head/sys/dev/usb/wlan/if_run.c
 ==
 --- head/sys/dev/usb/wlan/if_run.c Fri Aug 17 16:01:24 2012
(r239357)
 +++ head/sys/dev/usb/wlan/if_run.c Fri Aug 17 16:27:11 2012
(r239358)
 @@ -136,6 +136,7 @@ static const STRUCT_USB_HOST_ID run_devs
  RUN_DEV(ASUS, RT2870_5),
  RUN_DEV(ASUS, USBN13),
  RUN_DEV(ASUS, RT3070_1),
 +RUN_DEV(ASUS, USB_N53),
  RUN_DEV(ASUS2,USBN11),
  RUN_DEV(AZUREWAVE,RT2870_1),
  RUN_DEV(AZUREWAVE,RT2870_2),
 ___
 svn-src-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org
 
___
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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
 From:

Hi,

I think not all chips have the same features.

Does the packing say that the stick supports 11n ?

--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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
The following reply was made to PR usb/170688; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: freebsd-usb@freebsd.org,
 PseudoCylon moonlightak...@yahoo.ca
Cc: Thomas V. Crimi tcr...@gmail.com,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond 
USB-N53
Date: Fri, 17 Aug 2012 18:29:02 +0200

 On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
  170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
  From:
 
 Hi,
 
 I think not all chips have the same features.
 
 Does the packing say that the stick supports 11n ?
 
 --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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Thomas Crimi
On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net wrote:

 On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
 170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
 Does the packing say that the stick supports 11n ?
 

 Yes, I also see it doing 11n under windows.   Knowing that it should work, 
though, I'll see if I can dig anything up.  I haven't used Wifi under FBSD in 
many years.

  Are there any dump commands that would be helpful to send?

___
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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Thomas Crimi
The following reply was made to PR usb/170688; it has been noted by GNATS.

From: Thomas Crimi tcr...@procida.us
To: Hans Petter Selasky hsela...@c2i.net
Cc: freebsd-usb@freebsd.org,
 PseudoCylon moonlightak...@yahoo.ca,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond 
USB-N53
Date: Fri, 17 Aug 2012 13:51:00 -0400

 On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net =
 wrote:
 
  On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
  170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
  Does the packing say that the stick supports 11n ?
 =20
 
  Yes, I also see it doing 11n under windows.   Knowing that it should =
 work, though, I'll see if I can dig anything up.  I haven't used Wifi =
 under FBSD in many years.
 
   Are there any dump commands that would be helpful to send?
 
___
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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
On Friday 17 August 2012 19:51:00 Thomas Crimi wrote:
 On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net wrote:
  On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
  170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
  
  Does the packing say that the stick supports 11n ?
 
  Yes, I also see it doing 11n under windows.   Knowing that it should work,
 though, I'll see if I can dig anything up.  I haven't used Wifi under FBSD
 in many years.
 
   Are there any dump commands that would be helpful to send?

Check the if_run.c when it enables 11n support.

--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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread Hans Petter Selasky
The following reply was made to PR usb/170688; it has been noted by GNATS.

From: Hans Petter Selasky hsela...@c2i.net
To: Thomas Crimi tcr...@procida.us
Cc: freebsd-usb@freebsd.org,
 PseudoCylon moonlightak...@yahoo.ca,
 freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond 
USB-N53
Date: Fri, 17 Aug 2012 21:36:38 +0200

 On Friday 17 August 2012 19:51:00 Thomas Crimi wrote:
  On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net wrote:
   On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
   170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
   
   Does the packing say that the stick supports 11n ?
  
   Yes, I also see it doing 11n under windows.   Knowing that it should work,
  though, I'll see if I can dig anything up.  I haven't used Wifi under FBSD
  in many years.
  
Are there any dump commands that would be helpful to send?
 
 Check the if_run.c when it enables 11n support.
 
 --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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread PseudoCylon
On Fri, Aug 17, 2012 at 1:36 PM, Hans Petter Selasky hsela...@c2i.net wrote:
 On Friday 17 August 2012 19:51:00 Thomas Crimi wrote:
 On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net wrote:
  On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
  170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
 
  Does the packing say that the stick supports 11n ?

  Yes, I also see it doing 11n under windows.   Knowing that it should work,
 though, I'll see if I can dig anything up.  I haven't used Wifi under FBSD
 in many years.

   Are there any dump commands that would be helpful to send?

 Check the if_run.c when it enables 11n support.

Adding 11n support is almost done. All I have left to do is to look
after one LOR that almost guarantees deadlock.  Stay tuned.


AK
___
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/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53

2012-08-17 Thread PseudoCylon
The following reply was made to PR usb/170688; it has been noted by GNATS.

From: PseudoCylon moonlightak...@yahoo.ca
To: Hans Petter Selasky hsela...@c2i.net
Cc: Thomas Crimi tcr...@procida.us, freebsd-usb@freebsd.org, 
freebsd-gnats-sub...@freebsd.org
Subject: Re: usb/170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond 
USB-N53
Date: Fri, 17 Aug 2012 21:07:50 -0600

 On Fri, Aug 17, 2012 at 1:36 PM, Hans Petter Selasky hsela...@c2i.net wrote:
  On Friday 17 August 2012 19:51:00 Thomas Crimi wrote:
  On Aug 17, 2012, at 12:29 PM, Hans Petter Selasky hsela...@c2i.net wrote:
   On Friday 17 August 2012 05:05:54 Thomas V. Crimi wrote:
   170688: patch][usbdevs][wlan] Patch for ASUS Black Diamond USB-N53
  
   Does the packing say that the stick supports 11n ?
 
   Yes, I also see it doing 11n under windows.   Knowing that it should work,
  though, I'll see if I can dig anything up.  I haven't used Wifi under FBSD
  in many years.
 
Are there any dump commands that would be helpful to send?
 
  Check the if_run.c when it enables 11n support.
 
 Adding 11n support is almost done. All I have left to do is to look
 after one LOR that almost guarantees deadlock.  Stay tuned.
 
 
 AK
___
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