On Tue, Nov 8, 2011 at 7:30 PM, linux guy <linuxguy...@gmail.com> wrote:
> I am trying to get the touchscreen to work directly on a Dell Duo.
>
> I found the following article which uses grub2 to do this.
>
> http://jeffhoogland.blogspot.com/2011/08/howto-linux-on-dell-inspiron-duo.html
>
> I have followed the directions and everything works fine until I reach
> "update-grub".  Bash tells me there is no such command.
>
>  $ yum whatprovides update-grub
> No Matches found
>
> The following ubuntu doc mentions update-grub as well, as well as lots
> of other interesting tidbits on grub2.
> https://help.ubuntu.com/community/Grub2
>
> How do I update grup.cfg on a Fedora 16 system ?
>
> Thanks !

update-grub is a Debian/Ubuntu thing, and isn't present on Fedora.
You can add the kernel argument specified in the linked article in one
of two ways.

The first way is just a simple command:
sudo grubby --update-kernel=/boot/vmlinuz-$(uname -r)
--args="usbhid.quirks=0x0eef:0x725e:0x40"

The second way is to edit /boot/grub2/grub.cfg, locate the line
starting with "linux" of the newest kernel, and add the kernel
argument ("usbhid.quirks=0x0eef:0x725e:0x40") to the end.

-T.C.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to