Re: GigaByte GX-BXBT-1900

2016-01-18 Thread Berndt Josef Wulf
G'day Manual and Eric, Many thanks for your help. I now have a working USB device after upgrading to NetBSD-7.0 and building a xhci device enabled kernel using NetBSD-current. cheerio Berndt On Sun, 2016-01-17 at 22:44 +0100, Manuel Bouyer wrote: > On Mon, Jan 18, 2016 at 07:02:45AM +1030, Bernd

Re: GigaByte GX-BXBT-1900

2016-01-18 Thread Andreas Gustafsson
Berndt Josef Wulf wrote: > I've looked in the sys/arch/amd64/conf files for the xhci device option, > but none of the configuration files have this option. Another option would be to see if there is a BIOS option to choose between XHCI (USB 3) and EHCI (USB 2) mode, which would let you use the por

Re: GigaByte GX-BXBT-1900

2016-01-17 Thread Manuel Bouyer
On Mon, Jan 18, 2016 at 07:02:45AM +1030, Berndt Josef Wulf wrote: > G'day, > > many thanks for your reply. > > I've looked in the sys/arch/amd64/conf files for the xhci device option, > but none of the configuration files have this option. > > The system is currently running the amd64 NetBSD-6.

Re: GigaByte GX-BXBT-1900

2016-01-17 Thread Berndt Josef Wulf
unable to find any man pages describing the xhci interface. cheerio Berndt On Sun, 2016-01-17 at 15:58 +, Eric Haszlakiewicz wrote: > On January 17, 2016 5:37:50 AM EST, Berndt Josef Wulf > wrote: > >I'm having problems getting the USB port on above hardware operational.

Re: GigaByte GX-BXBT-1900

2016-01-17 Thread Eric Haszlakiewicz
On January 17, 2016 5:37:50 AM EST, Berndt Josef Wulf wrote: >I'm having problems getting the USB port on above hardware operational. Re: GigaByte GX-BXBT-1900 >The boot log shows following lines: > >vendor 0x8086 product 0x0f35 (USB serial bus, interface 0x30, revision >

Re: Gigabyte GX-BXBT-1900

2015-10-08 Thread Havard Eidnes
> Martin Husemann wrote: >>> No joy. Still doesn't hang. Still doesn't accept keyboard input. >>> Still doesn't find root device. >> >> Does ukbd attach as console now? > > I can't see the entire boot on the screen, but it seems like the only > USB-related line I see reads: > > vendor 0x8086 prod

Re: Gigabyte GX-BXBT-1900

2015-10-08 Thread Sridhar Ayengar
Martin Husemann wrote: No joy. Still doesn't hang. Still doesn't accept keyboard input. Still doesn't find root device. Does ukbd attach as console now? I can't see the entire boot on the screen, but it seems like the only USB-related line I see reads: vendor 0x8086 product 0x0f35 (USB s

Re: Gigabyte GX-BXBT-1900

2015-10-08 Thread Martin Husemann
On Thu, Oct 08, 2015 at 08:48:32AM -0400, Sridhar Ayengar wrote: > No joy. Still doesn't hang. Still doesn't accept keyboard input. > Still doesn't find root device. Does ukbd attach as console now? Martin

Re: Gigabyte GX-BXBT-1900

2015-10-08 Thread Sridhar Ayengar
Martin Husemann wrote: Yes, exactly. Your firmware emulates a PC kbd controller. On sane machines there is an option to turn that emulation off in the firmware setup. If there isn't, you need to build a GENERIC kernel that does not have the pckbc driver. No joy. Still doesn't hang. Still doe

Re: Gigabyte GX-BXBT-1900

2015-10-06 Thread Sridhar Ayengar
Eric Haszlakiewicz wrote: If the keyboard works during the initial part of the boot, I believe it should be possible to disable it without building a new kernel, using userconf(4). Although I haven't tried it, the steps are probably along the lines of: 1 - interrupt boot loader 2 - "boot -c" 3

Re: Gigabyte GX-BXBT-1900

2015-10-06 Thread Eric Haszlakiewicz
On October 6, 2015 6:26:15 AM EDT, Martin Husemann wrote: >On Mon, Oct 05, 2015 at 08:47:27PM -0400, Sridhar Ayengar wrote: >> pckbc0 at isa0 port 0x60-0x64 >> pckbc: cmd word write error > >Yes, exactly. Your firmware emulates a PC kbd controller. On sane >machines >there is an option to turn tha

Re: Gigabyte GX-BXBT-1900

2015-10-06 Thread Martin Husemann
On Mon, Oct 05, 2015 at 08:47:27PM -0400, Sridhar Ayengar wrote: > pckbc0 at isa0 port 0x60-0x64 > pckbc: cmd word write error Yes, exactly. Your firmware emulates a PC kbd controller. On sane machines there is an option to turn that emulation off in the firmware setup. If there isn't, you need t

Re: Gigabyte GX-BXBT-1900

2015-10-05 Thread Sridhar Ayengar
Looks like 0x0f23 is the AHCI for my Celeron J-series. Peace... Sridhar

Re: Gigabyte GX-BXBT-1900

2015-10-05 Thread Sridhar Ayengar
Martin Husemann wrote: Do you see a "pckbc" device attaching? This looks like: pckbc1 at acpi0 (KBD0, PNP0303) (kbd port): io 0x60,0x64 irq 1 pckbc2 at acpi0 (PS2M, SYN0302) (aux port): irq 12 (and later) pckbd0 at pckbc1 (kbd slot) If so (and you don't have an old style ps/2 keyboard connecto

Re: Gigabyte GX-BXBT-1900

2015-10-05 Thread Sridhar Ayengar
Martin Husemann wrote: Do you see a "pckbc" device attaching? This looks like: pckbc1 at acpi0 (KBD0, PNP0303) (kbd port): io 0x60,0x64 irq 1 pckbc2 at acpi0 (PS2M, SYN0302) (aux port): irq 12 (and later) pckbd0 at pckbc1 (kbd slot) If so (and you don't have an old style ps/2 keyboard connector

Re: Gigabyte GX-BXBT-1900

2015-10-03 Thread Martin Husemann
On Sat, Oct 03, 2015 at 02:26:05PM +0200, Benny Siegert wrote: > If you can boot with a serial console, that would allow you to grab a > full transcript of the console and post it here. That would be very > helpful for diagnosing if it is a USB issue. Do you see a "pckbc" device attaching? This lo

Re: Gigabyte GX-BXBT-1900

2015-10-03 Thread Timo Buhrmester
> Except there's no serial port in the machine. There's a reasonable chance that your serial port is what's marked on http://penenen.de/bx.jpg (I suppose it's the same kind of 9-pin header as on the right hand side of http://images.anandtech.com/doci/8594/msata_dram.JPG) Do you see some "com0" d

Re: Gigabyte GX-BXBT-1900

2015-10-03 Thread Sridhar Ayengar
Benny Siegert wrote: If you can boot with a serial console, that would allow you to grab a full transcript of the console and post it here. That would be very helpful for diagnosing if it is a USB issue. Except there's no serial port in the machine. Should I try to boot with a USB serial adap

Re: Gigabyte GX-BXBT-1900

2015-10-03 Thread Benny Siegert
If you can boot with a serial console, that would allow you to grab a full transcript of the console and post it here. That would be very helpful for diagnosing if it is a USB issue. On Sat, Oct 3, 2015 at 5:20 AM, Sridhar Ayengar wrote: > > Tried all possible ACPI settings. Not very many choice

Re: Gigabyte GX-BXBT-1900

2015-10-02 Thread Sridhar Ayengar
Tried all possible ACPI settings. Not very many choices. This is a pretty bareboned BIOS. Disabling ACPI and/or SMP makes no difference. No kernel panic. In fact I don't think it's locking up. If I hit the power button, I get the kernel acpibut messages. Numlock works just fine. I'm on

Re: Gigabyte GX-BXBT-1900

2015-10-02 Thread Brook Milligan
On Oct 2, 2015, at 9:10 AM, Sridhar Ayengar wrote: > Hi. I just got several Gigabyte GX-BXBT-1900 micro-micro systems. I've been > trying to install NetBSD on them with no luck. I've tried both the 6.1.5 and > 7.0 iso files from the FTP server, as well as a 7.0 inst

Re: Gigabyte GX-BXBT-1900

2015-10-02 Thread Swift Griggs
On Fri, 2 Oct 2015, Sridhar Ayengar wrote: Yes. Also, I could write the OS to the hard drive and then boot off that. That still won't get me to a working user workstation, however. Have you tried things like disabling/enabling various ACPI features in your BIOS/EFI, enabling AHCI, disabling U

Re: Gigabyte GX-BXBT-1900

2015-10-02 Thread Sridhar Ayengar
Brook Milligan wrote: On Oct 2, 2015, at 9:10 AM, Sridhar Ayengar wrote: The kernel boots up until the point where it tries to find the root filesystem. In all cases, it just sits at the prompt. It looks to me like the system isn't accepting input from the USB keyboard and can see neither t

Gigabyte GX-BXBT-1900

2015-10-02 Thread Sridhar Ayengar
Hi. I just got several Gigabyte GX-BXBT-1900 micro-micro systems. I've been trying to install NetBSD on them with no luck. I've tried both the 6.1.5 and 7.0 iso files from the FTP server, as well as a 7.0 installation on a 256GB thumb drive. Neither works. The kernel boots up