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
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
> 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
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
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
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
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
> 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
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.
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
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
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
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
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
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
>>
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
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
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
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
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
>>> 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
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
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
> -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
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
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
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
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
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
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
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
> 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
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
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
>
> > - 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
>
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
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
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
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.
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
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
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
>>
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
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
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
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
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
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
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
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
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
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
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?
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
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
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
>
> 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
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
-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
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
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
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
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
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
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,
>
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
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
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
"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
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
-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
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
-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
[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
74 matches
Mail list logo