Re: Usb device detection in grub

2020-08-26 Thread Arindam Khan
Hi, Noted. But whenever I am running "insmod ohci" or other host controller (ehci or uhci) in grub command line and then "usb", I get always "(hd0, mdos1) not found error" even for serial modem device. Please help. with regards, Arindam On Wed, Aug 26, 2020 at 1:27 AM Vladimir 'phcoder' Serbi

Re: Usb device detection in grub

2020-08-25 Thread Vladimir 'phcoder' Serbinenko
You need to insmod the usb controller driver вт, 25 авг. 2020 г., 18:06 Arindam Khan : > Hi, > >I am working on a custom STM32 board and have configured the board's > USB OTG as a serial modem device. In Linux, it is getting detected as a > "/dev/ttyACM" and all read and write is working fine

RE: USB controller hand-back (original thread: Missing USB devices.)

2013-09-02 Thread Melki Christian (consultant)
> 2.9.2013 09:01, Melki Christian (consultant) wrote: > > Exactly. > > The EHCI handback is provided by the EHCI spec handover state machine. > Problem is, most BIOS:es don't implement it, or just screw it up trying. > > The scenario is like this: > > Load grub2 with EHCI usb. > > Grub2 loads windo

RE: USB 1.0/1.1 devices on modern machines with only EHCI/XHCI.

2013-09-02 Thread Melki Christian (consultant)
Ales, Yep. The Dell works fine now. :) I thought it had something to do with missing companion controller. But it turned out to be the truncation bug. The Broadcom 5880 works perfectly! BR, Christian > 2.9.2013 10:49, Melki Christian (consultant) wrote: > > Sorry Ales, > > > > Here is a lsusb -v

Re: USB controller hand-back (original thread: Missing USB devices.)

2013-09-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 02.09.2013 23:33, Aleš Nesrsta wrote: > 2.9.2013 09:01, Melki Christian (consultant) wrote: >> Exactly. >> The EHCI handback is provided by the EHCI spec handover state machine. >> Problem is, most BIOS:es don't implement it, or just screw it up trying. >> The scenario is like this: >> Load grub

Re: USB 1.0/1.1 devices on modern machines with only EHCI/XHCI.

2013-09-02 Thread Aleš Nesrsta
2.9.2013 10:49, Melki Christian (consultant) wrote: Sorry Ales, Here is a lsusb -vvv dump of the E6430 machine. I meant to include it the first time. According to this file, it looks like Smart card reader is connected in port 8 at internal USB2 hub Bus 002 Device 002: ID 8087:0024. Did you

RE: USB 1.0/1.1 devices on modern machines with only EHCI/XHCI.

2013-09-02 Thread Melki Christian (consultant)
Sorry Ales, Here is a lsusb -vvv dump of the E6430 machine. I meant to include it the first time. BR, Christian dump.gz Description: dump.gz ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

RE: USB 1.0/1.1 devices on modern machines with only EHCI/XHCI.

2013-09-02 Thread Melki Christian (consultant)
> Hi, > what do you mean exactly by "GRUB does not detect this device"? > 1) Do you mean it is not listed by "usb" command? > 2) Or do you mean it is not listed by "ls" command as disk? > > In the case 2) it is most probably caused by this: Such device is not mass > storage class device. I.e., it

Re: USB 1.0/1.1 devices on modern machines with only EHCI/XHCI.

2013-08-31 Thread Aleš Nesrsta
Hi again, probably did you mean SD card reader instead of smart card reader? In this case: 1) SD card reader is PCI device, not USB device: lspci ... 03:01.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21) (prog-if 01) ... AFAIK, it needs SDHCI PCI driver.

Re: USB 1.0/1.1 devices on modern machines with only EHCI/XHCI.

2013-08-30 Thread Aleš Nesrsta
Hi, what do you mean exactly by "GRUB does not detect this device"? 1) Do you mean it is not listed by "usb" command? 2) Or do you mean it is not listed by "ls" command as disk? In the case 2) it is most probably caused by this: Such device is not mass storage class device. I.e., it probably nee

Re: USB

2011-01-25 Thread Sasi Mudannayaka
Thanks a lot, I'm sort of trying to start developing... But had no clue! I thought developing something would help me understand the code. Still I'm trying to understand the source code. Thanks again...[?] <<981.gif>>___ Grub-devel mailing list Grub-deve

Re: USB

2011-01-24 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 01/25/2011 07:14 AM, Sasi Mudannayaka wrote: > I like to add USB support for GRUB. Can you tell me where to start > looking > Because I'm kind of lost now What kind of USB code? GRUB2 already has UHCI and OHCI code but no EHCI or xHCI code. We already support usbms, usb_keyboard and some usbseri

Re: USB bulk transfert from GRUB ?

2010-12-28 Thread Nicolas de Pesloüan
Le 26/12/2010 17:39, Nicolas de Pesloüan a écrit : Le 26/12/2010 13:05, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : I think we can reasonably discover the particular switchable and bootable device a grub-mkconfig time and put the single (vendor-id, device-id, end-point-number, switch-string

Re: USB bulk transfert from GRUB ?

2010-12-26 Thread Nicolas de Pesloüan
Le 26/12/2010 13:05, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : I think we can reasonably discover the particular switchable and bootable device a grub-mkconfig time and put the single (vendor-id, device-id, end-point-number, switch-string) in grub.cfg : usb_bulk_write --vendor 0x0af0 --de

Re: USB bulk transfert from GRUB ?

2010-12-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12/26/2010 12:46 PM, Nicolas de Pesloüan wrote: > Le 26/12/2010 11:47, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : > >>> If I don't want the device to be switched, I need to remove the udev >>> rule for the device. > >> That's what I wanted to know. So you modify udev rules to control the >>

Re: USB bulk transfert from GRUB ?

2010-12-26 Thread Nicolas de Pesloüan
Le 26/12/2010 11:47, Vladimir 'φ-coder/phcoder' Serbinenko a écrit : If I don't want the device to be switched, I need to remove the udev rule for the device. That's what I wanted to know. So you modify udev rules to control the behaviour of switching. Not really applicable to GRUB. Perhaps

Re: USB bulk transfert from GRUB ?

2010-12-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12/26/2010 11:26 AM, Nicolas de Pesloüan wrote: > On 12/26/2010 00:25 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> On 12/25/2010 11:32 PM, Nicolas de Pesloüan wrote: >>> >>> usb-modeswitch uses vendor/device id to detect switchable devices. >>> >> I understand how it works, I meant how do

Re: USB bulk transfert from GRUB ?

2010-12-26 Thread Nicolas de Pesloüan
On 12/26/2010 00:25 AM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 12/25/2010 11:32 PM, Nicolas de Pesloüan wrote: usb-modeswitch uses vendor/device id to detect switchable devices. I understand how it works, I meant how do you control it? Sorry, but I don't understand your question. I

Re: USB bulk transfert from GRUB ?

2010-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12/25/2010 11:32 PM, Nicolas de Pesloüan wrote: > > usb-modeswitch uses vendor/device id to detect switchable devices. > I understand how it works, I meant how do you control it? > Depending on the device, the way to switch might change. Some devices > simply require an SCSI eject command to swi

Re: USB bulk transfert from GRUB ?

2010-12-25 Thread Nicolas de Pesloüan
On 12/25/2010 09:13 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: Whould you support adding such command? usb_bulk_write usb bus/address is assigned on runtime and depends on enumeration order so no way to know it in advance for sure. If usbid = vendor/device id then it's posssible al

Re: USB bulk transfert from GRUB ?

2010-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
>>> so it shouldn't be really difficult to add a command to initiate a >>> given bulk transfert to a given USB endpoint. (My understanding is >>> that no such command already exists). >> grub_usb_bulk_write does exactly this. However it's not to be exported >> as a command > > Whould you support a

Re: USB bulk transfert from GRUB ?

2010-12-25 Thread Nicolas de Pesloüan
On 12/25/2010 01:38 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote: On 12/20/2010 09:12 PM, Nicolas de Pesloüan wrote: Hi Vladimir, thanks for your feedback. Some USB devices require a specific command to be sent (using USB bulk transfer) before they switch to "storage mode". Such devices ar

Re: USB bulk transfert from GRUB ?

2010-12-25 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12/20/2010 09:12 PM, Nicolas de Pesloüan wrote: > Hi, > > Some USB devices require a specific command to be sent (using USB bulk > transfer) before they switch > to "storage mode". Such devices are switched by USBmodeSwitch > (http://www.draisberghof.de/usb_modeswitch/), after the operating > sy

RE: USB Driver uhci.c legacy mode

2010-08-02 Thread D, Eshwar (Eshwar)
> -Original Message- > From: grub-devel-bounces+eshwar.d=alcatel-lucent@gnu.org > [mailto:grub-devel-bounces+eshwar.d=alcatel-lucent@gnu.org ] On Behalf Of Vladimir 'f-coder/phcoder' Serbinenko > Sent: Sunday, August 01, 2010 9:11 PM > To: grub-devel@g

Re: USB Driver uhci.c legacy mode

2010-08-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
es+eshwar.d=alcatel-lucent@gnu.org >> ] On Behalf Of Aleš Nesrsta >> Sent: Saturday, July 24, 2010 11:45 PM >> To: The development of GNU GRUB >> Subject: Re: USB Driver uhci.c legacy mode >> >> Hi, I am sorry to be late with answer, unfortunately, I have &g

RE: USB Driver uhci.c legacy mode

2010-07-26 Thread D, Eshwar (Eshwar)
nces+eshwar.d=alcatel-lucent@gnu.org > ] On Behalf Of Aleš Nesrsta > Sent: Saturday, July 24, 2010 11:45 PM > To: The development of GNU GRUB > Subject: Re: USB Driver uhci.c legacy mode > > Hi, I am sorry to be late with answer, unfortunately, I have > few time durin

Re: USB Driver uhci.c legacy mode

2010-07-24 Thread Aleš Nesrsta
Hi, I am sorry to be late with answer, unfortunately, I have few time during our school holidays... To Your questions, chronologically: > how would i surely know that grub usb driver would not work on this > platform? None of current USB drivers will work if Your PC is EHCI-only PC. One way how t

Re: USB Driver uhci.c legacy mode

2010-07-12 Thread jonatan perry
i have another question regarding grub usb ehci support - is such support under development? is such support are planned to be? what is the current status? thanks. On Sat, Jul 10, 2010 at 7:18 AM, jonatan perry wrote: > hello ales, > thank you so much for you detailed answers! > how would i sur

Re: USB Driver uhci.c legacy mode

2010-07-09 Thread jonatan perry
hello ales, thank you so much for you detailed answers! how would i surely know that grub usb driver would not work on this platform? On Mon, Jul 5, 2010 at 10:58 PM, Aleš Nesrsta wrote: > jonatan perry wrote: > > Hello Ales, > > Unfortunately, the discussed platform (Lenovo t410 laptop) includ

Re: USB Driver uhci.c legacy mode

2010-07-05 Thread Aleš Nesrsta
jonatan perry wrote: > Hello Ales, > Unfortunately, the discussed platform (Lenovo t410 laptop) includes no > UHCI controller along with the EHCI, as well no BIOS USB 1.0 (UHCI) > legacy support. > as I understand from the EHCI specs there are several legacy > registers, named USBLEGSUP and USBLEGC

Re: USB Driver uhci.c legacy mode

2010-07-05 Thread jonatan perry
Hello Ales, Unfortunately, the discussed platform (Lenovo t410 laptop) includes no UHCI controller along with the EHCI, as well no BIOS USB 1.0 (UHCI) legacy support. as I understand from the EHCI specs there are several legacy registers, named USBLEGSUP and USBLEGCTLSTS, can I assists those regist

Re: USB Driver uhci.c legacy mode

2010-07-05 Thread Aleš Nesrsta
> On 07/02/2010 12:30 PM, jonatan perry wrote: > > Hi all, > > I am using grub2 uhci.c usb driver for testing new hardware, on some > > occuisions the UHCI signature test fails (can be found on the PCI > > iteration routine), the driver thest if the controller founded by PCI > > has a signature as

Re: USB Driver uhci.c legacy mode

2010-07-02 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 07/02/2010 12:30 PM, jonatan perry wrote: > Hi all, > I am using grub2 uhci.c usb driver for testing new hardware, on some > occuisions the UHCI signature test fails (can be found on the PCI > iteration routine), the driver thest if the controller founded by PCI > has a signature as uhci should

Re: USB keyboard crashes

2010-05-01 Thread Jacobo Pantoja
I'll try, but I may need some help. 2010/5/1 Vladimir 'φ-coder/phcoder' Serbinenko > > > > > > - Loading usb_keyboard AFTER loading uhci is the same. > > > - Loading usb_keyboard AFTER loading OHCI does not restart the > > > computer, but it stops responding. However, loading usb_key

Re: USB keyboard crashes

2010-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> > > - Loading usb_keyboard AFTER loading uhci is the same. > > - Loading usb_keyboard AFTER loading OHCI does not restart the > > computer, but it stops responding. However, loading usb_keyboard > > throws the message "HID found", but the keyboard doesn't work > and grub >

Re: USB keyboard crashes

2010-05-01 Thread Jacobo Pantoja
2010/5/1 Vladimir 'φ-coder/phcoder' Serbinenko > Jacobo Pantoja wrote: > > Hi, > > > Please subscribe to the list before posting and don't cross-post to > different grub lists. > > > > With the USB Legacy Support DISABLED (thus being the keyboard purely USB) > > - I've wrote in grub.cfg "insmod u

Re: USB keyboard crashes

2010-05-01 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Jacobo Pantoja wrote: > Hi, > Please subscribe to the list before posting and don't cross-post to different grub lists. > > With the USB Legacy Support DISABLED (thus being the keyboard purely USB) > - I've wrote in grub.cfg "insmod uhci ; insmod usb_keyboard ; > terminal_input usb_keyboard". The c

Re: [solved] Re: USB device not seen by grub

2009-12-22 Thread Chris Jones
On Sat, Dec 05, 2009 at 04:16:45AM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: Hello Vladimir, [..] > > Also, is there any way I can run the grub command line on a system > > that's already booted, so I can explore its possibities in a context > > where I have interne

Re: [solved] Re: USB device not seen by grub

2009-12-10 Thread Chris Jones
On Sat, Dec 05, 2009 at 04:16:45AM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: [..] > > Why do I have to enable tracing to make it work? > > > Because a dprintf acted as a forgotten millisleep. This patch should > fix it. On my machine I still have issues because uhci.

Re: USB device not seen by grub

2009-12-05 Thread Robert Millan
On Fri, Dec 04, 2009 at 04:45:01PM -0600, richardvo...@gmail.com wrote: > There are actually quite a lot of devices like this. Most notebooks > have broken BIOS that won't load the extension ROM from a PCMCIA slot, > if grub could do so it would enable booting from a wide variety of > PCMCIA/CardB

Re: USB device not seen by grub

2009-12-05 Thread Robert Millan
On Fri, Dec 04, 2009 at 09:28:32PM -0600, richardvo...@gmail.com wrote: > > And all of this only to make good to someone who would like to see every > > free software die? > > Not all supporters of free software share that philosophy, quite a few > of us like to be able to tell people "that propri

Re: [solved] Re: USB device not seen by grub

2009-12-05 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Chris Jones wrote: > On Thu, Dec 03, 2009 at 05:52:37PM EST, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > > [..] > > >> This is just module loading. I guess your terminal is slow which causes >> an enormous slowback when loading module. You can using >> > > >> debug=usb,uhci,ohci >>

Re: [solved] Re: USB device not seen by grub

2009-12-04 Thread Chris Jones
On Fri, Dec 04, 2009 at 09:58:23PM EST, richardvo...@gmail.com wrote: > On Fri, Dec 4, 2009 at 8:26 PM, Chris Jones wrote: [..] > > Why do I have to enable tracing to make it work? > > Yesterday Vladimir wrote: > > (quote) > There is an issue that somewhere grub misses a delay between uhci > c

Re: USB device not seen by grub

2009-12-04 Thread richardvo...@gmail.com
2009/12/4 Vladimir 'φ-coder/phcoder' Serbinenko : > Robert Millan wrote: >> On Thu, Dec 03, 2009 at 06:27:07PM -0600, richardvo...@gmail.com wrote: >> >>> 2009/12/3 Vladimir 'φ-coder/phcoder' Serbinenko : >>> Chris Jones wrote: > I am trying to have grub boot off a partition on a USB

Re: [solved] Re: USB device not seen by grub

2009-12-04 Thread richardvo...@gmail.com
On Fri, Dec 4, 2009 at 8:26 PM, Chris Jones wrote: > On Thu, Dec 03, 2009 at 05:52:37PM EST, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > > [..] > >> This is just module loading. I guess your terminal is slow which causes >> an enormous slowback when loading module. You can using > >> debug=u

[solved] Re: USB device not seen by grub

2009-12-04 Thread Chris Jones
On Thu, Dec 03, 2009 at 05:52:37PM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: [..] > This is just module loading. I guess your terminal is slow which causes > an enormous slowback when loading module. You can using > debug=usb,uhci,ohci > instead of > debug=all I was able to boot the pa

Re: USB device not seen by grub

2009-12-04 Thread richardvo...@gmail.com
On Fri, Dec 4, 2009 at 3:36 PM, Robert Millan wrote: > On Thu, Dec 03, 2009 at 06:27:07PM -0600, richardvo...@gmail.com wrote: >> 2009/12/3 Vladimir 'φ-coder/phcoder' Serbinenko : >> > Chris Jones wrote: >> >> I am trying to have grub boot off a partition on a USB stick. >> >> >> >> >> > You can't

Re: USB device not seen by grub

2009-12-04 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: > On Thu, Dec 03, 2009 at 06:27:07PM -0600, richardvo...@gmail.com wrote: > >> 2009/12/3 Vladimir 'φ-coder/phcoder' Serbinenko : >> >>> Chris Jones wrote: >>> I am trying to have grub boot off a partition on a USB stick. >>> You can't

Re: USB device not seen by grub

2009-12-04 Thread Robert Millan
On Thu, Dec 03, 2009 at 06:27:07PM -0600, richardvo...@gmail.com wrote: > 2009/12/3 Vladimir 'φ-coder/phcoder' Serbinenko : > > Chris Jones wrote: > >> I am trying to have grub boot off a partition on a USB stick. > >> > >> > > You can't chainload to disk invisible by BIOS. But you can load > > sup

Re: USB device not seen by grub

2009-12-03 Thread Chris Jones
On Thu, Dec 03, 2009 at 05:52:37PM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: [..] > > Barring typos or omissions, the trace reveals that the perceived > > 'hang' after issuing 'insmod uhci' is in fact grub looping over the > > following code: > > /build/buildd/grub2

Re: USB device not seen by grub

2009-12-03 Thread richardvo...@gmail.com
2009/12/3 Vladimir 'φ-coder/phcoder' Serbinenko : > Chris Jones wrote: >> I am trying to have grub boot off a partition on a USB stick. >> >> > You can't chainload to disk invisible by BIOS. But you can load > supported OSes from it. What would be necessary to enable chainload to such devices? In

Re: USB device not seen by grub

2009-12-03 Thread Chris Jones
On Thu, Dec 03, 2009 at 05:52:37PM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: [..] > > Barring typos or omissions, the trace reveals that the perceived > > 'hang' after issuing 'insmod uhci' is in fact grub looping over the > > following code: > > /build/buildd/grub2

Re: USB device not seen by grub

2009-12-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Chris Jones wrote: > On Thu, Dec 03, 2009 at 03:24:31PM EST, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: > >> Chris Jones wrote: >> Can you issue: debug=all insmod uhci insmod usbms debug=all ls -l debug= ls -l And to post the result?

Re: USB device not seen by grub

2009-12-03 Thread Chris Jones
On Thu, Dec 03, 2009 at 03:24:31PM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: > >> Can you issue: > >> debug=all > >> insmod uhci > >> insmod usbms > >> debug=all > >> ls -l > >> debug= > >> ls -l > >> And to post the result? Barring typos or omissions, the trace revea

Re: USB device not seen by grub

2009-12-03 Thread Chris Jones
On Thu, Dec 03, 2009 at 03:24:31PM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: > >> Can you issue: > >> debug=all > >> insmod uhci > >> insmod usbms > >> debug=all > >> ls -l > >> debug= > >> ls -l > >> And to post the result? > >> > > > > Certainly. > > > > Any way

Re: USB device not seen by grub

2009-12-03 Thread Chris Jones
On Thu, Dec 03, 2009 at 03:02:27PM EST, Duboucher Thomas wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 [..] > You could do this easily using a serial null-modem cable, but I don't > think you have one. :( ;-) Another fascinating hardware aspect I never got down to investigating

Re: USB device not seen by grub

2009-12-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
> > You could do this easily using a serial null-modem cable, but I don't > think you have one. :( > Also, the uhci module was making Grub2 hang on an HP nc8430, though I > don' remember having reported this here. > There is an issue that somewhere grub misses a delay between uhci commands

Re: USB device not seen by grub

2009-12-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Chris Jones wrote: >> Can you issue: >> debug=all >> insmod uhci >> insmod usbms >> debug=all >> ls -l >> debug= >> ls -l >> And to post the result? >> > > Certainly. > > Any way I could redirect the output to something like a file, both in > the interest of efficiency and accuracy? > No. W

Re: USB device not seen by grub

2009-12-03 Thread Duboucher Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Jones a écrit : > On Thu, Dec 03, 2009 at 10:16:17AM EST, Vladimir 'φ-coder/phcoder' Serbinenko > wrote: >> Chris Jones wrote: > >>> I am trying to have grub boot off a partition on a USB stick. >>> >>> >> You can't chainload to disk invisib

Re: USB device not seen by grub

2009-12-03 Thread Chris Jones
On Thu, Dec 03, 2009 at 10:16:17AM EST, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Chris Jones wrote: > > I am trying to have grub boot off a partition on a USB stick. > > > > > You can't chainload to disk invisible by BIOS. But you can load > supported OSes from it. > > I issued the follo

Re: USB device not seen by grub

2009-12-03 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Chris Jones wrote: > I am trying to have grub boot off a partition on a USB stick. > > You can't chainload to disk invisible by BIOS. But you can load supported OSes from it. > I issued the following command from the grub command line: > > % insmod uhci > > grub was hung and I had to do a hard r

Re: USB device not seen by grub

2009-12-03 Thread BandiPat
Chris Jones wrote: I am trying to have grub boot off a partition on a USB stick. I issued the following command from the grub command line: % insmod uhci grub was hung and I had to do a hard reset. Is this to be expected, considering that this is a fairly old system and the BIOS knows nothing

Re: USB support merge (Re: [PATCH] (ata.mod) Fix ATAPI protocol)

2009-02-16 Thread Marco Gerards
Robert Millan writes: > On Mon, Jan 19, 2009 at 11:15:41AM +0100, Marco Gerards wrote: >> Perhaps my USB code might help in some occasions >> for scsi.c, I am not completely sure if they are in sync. I sent in >> the USB code earlier. This code can be committed, although endianess >> is not han

Re: USB support

2008-11-04 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Tue, Nov 04, 2008 at 04:21:39PM +0100, Felix Zielcke wrote: >> Am Dienstag, den 04.11.2008, 06:17 -0800 schrieb Viswesh S: >> > Hi, >> > >> > Is the USB support for grub2 completed or still in progress ? >> > >> > Is it possible to know,if incomplet

Re: USB support

2008-11-04 Thread Robert Millan
On Tue, Nov 04, 2008 at 04:21:39PM +0100, Felix Zielcke wrote: > Am Dienstag, den 04.11.2008, 06:17 -0800 schrieb Viswesh S: > > Hi, > > > > Is the USB support for grub2 completed or still in progress ? > > > > Is it possible to know,if incomplete, till what level we have reached ? > > Hello, >

Re: USB support

2008-11-04 Thread Felix Zielcke
Am Dienstag, den 04.11.2008, 06:17 -0800 schrieb Viswesh S: > Hi, > > Is the USB support for grub2 completed or still in progress ? > > Is it possible to know,if incomplete, till what level we have reached ? Hello, Only UHCI controllers are supported, OHCI not. UHCI is mostly used on Intel and

Re: USB Support

2008-08-18 Thread Vesa Jääskeläinen
y.volta wrote: > Hi, > >Great work! > >BTW. Did you know there is an existing Grub2 USB project from coreboot? Yes, and Marco is aware of it. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: USB Support

2008-08-17 Thread y.volta
Hi, Great work! BTW. Did you know there is an existing Grub2 USB project from coreboot? y.volta Lately I have been working on USB support for GRUB 2. It's not completely ready yet. The code was only tested on QEMu and supports UHCI, OHCI, USB Mass Storage and HID. Most likely it w

Re: USB driver integration into GRUB2

2006-04-17 Thread Marco Gerards
"Glen Coates" <[EMAIL PROTECTED]> writes: Hi, > I have a laptop that does not support USB-booting from the BIOS and > would very much like to see USB support in grub for getting around > this restriction. I am a developer myself, although I have little > OS/driver experience, but could contribut

Re: USB kernel driver

2005-10-22 Thread Hollis Blanchard
On Oct 21, 2005, at 1:09 AM, [EMAIL PROTECTED] wrote: because of not knowing the GRUB 2 architecture very well so far, it would be nice if you could give me some tipps about - what does the GRUB development enviroment looks like (means how does your test PCs look like, how to put updates on th

Re: USB kernel driver

2005-10-18 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 18 Oct 2005 18:25:45 +0200 Marco Gerards <[EMAIL PROTECTED]> wrote: > Jonas Smedegaard <[EMAIL PROTECTED]> writes: > > > How about borrowing from etherboot? > > > > NIC drivers were borrowed from there in the past - is that (gonna > > be) the

Re: USB kernel driver

2005-10-18 Thread Marco Gerards
Jonas Smedegaard <[EMAIL PROTECTED]> writes: > How about borrowing from etherboot? > > NIC drivers were borrowed from there in the past - is that (gonna be) > the case with v2 as well? > > Perhaps it would be relevant to share some of their work on getting USB > NICs to work as well? Etherboot ha

Re: USB kernel driver

2005-10-18 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 18 Oct 2005 18:03:08 +0200 Marco Gerards <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > > Hi, > > > can somebody tell me if it is possible to integrate an USB kernel > > driver (f. ex. linux-2.6.0\drivers\usb) into GRUB2 to access

Re: USB kernel driver

2005-10-18 Thread Marco Gerards
[EMAIL PROTECTED] writes: Hi, > can somebody tell me if it is possible to integrate an USB kernel driver > (f. ex. linux-2.6.0\drivers\usb) into GRUB2 to access USB devices? > > If possible, it would be great if somebody could tell me what basic steps > I have to do. I don't think it is possible