|
|
| Re: petitboot compiler [message #286 is a reply to message #284] |
Wed, 25 January 2012 17:25   |
x_redentor
Messages: 138 Registered: January 2012 Location: españa
|
Gitbrew Assistant |
|
|
process...
patch -p0 < /home/piter/petitboot/openwrt-dev/patch/petitboot-install-artwork.patch
patch -p0 < /home/piter/petitboot/openwrt-dev/patch/ps3-utils-git.patch
patch -p0 < /home/piter/petitboot/openwrt-dev/patch/wlan-config.patch
cp -r ~/patches-3.2 target/linux/ps3
patch -p0 < /home/piter/petitboot/openwrt-dev/patch/linux-version.patch
no entiendo que hay que hacer aqui y para que sirve,
ma pedido instalar pithon y git-core
Keymap
-------
/bin/busybox dumpkmap > /usr/share/kmap/fr_CH.kmap
Here are some keymaps:
http://mirror.slitaz.org/sources/base-files/slitaz-base-files-2.0.tar.gz
today and tomorrow will be a bit messy, I have vacation, I can not wait to go, thanks
I am compiling the petitboot
[Updated on: Wed, 25 January 2012 17:29] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: petitboot compiler [message #756 is a reply to message #284] |
Mon, 05 March 2012 19:26   |
nikitis
Messages: 58 Registered: July 2011 Location: The Dirty South
|
Gitbrew Member |
|
|
Hey, I finally managed to compile my own petitboot!
It booted, but I am having some problems, most notably at the moment is keyboard does not work at all. Regardless of port, and multiple reboots. It works in GameOS. So, i'm wondering if i needed to somehow select US Keymaps? I followed the HOWTO and added the .kmap files but still no keyboard ability.
Any ideas?
*** UPDATE ***
Hold on, I noticed my de-latin1-nodeadkeys.kmap was somehow named de-latin1-nodeadkeys(2).kmap
Going to rename and recompile. I'll report back once it's done.
[Updated on: Mon, 05 March 2012 19:32] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: petitboot compiler [message #764 is a reply to message #762] |
Mon, 05 March 2012 19:59   |
nikitis
Messages: 58 Registered: July 2011 Location: The Dirty South
|
Gitbrew Member |
|
|
│ │ < > kmod-usb-acm......................... Support for modems/isdn controllers
│ │
│ │ < > kmod-usb-atm.................................. Support for ATM on USB bus │ │
│ │ < > kmod-usb-cm109.................................. Support for CM109 device │ │
│ │ --- kmod-usb-core............................................ Support for USB │ │
│ │ <*> kmod-usb-hid......................... Support for USB Human Input Devices │ │
│ │ < > kmod-usb-net............... Kernel modules for USB-to-Ethernet convertors │ │
│ │ <*> kmod-usb-ohci............................... Support for OHCI controllers │ │
│ │ < > kmod-usb-phidget...................................... USB Phidget Driver │ │
│ │ < > kmod-usb-printer.................................... Support for printers │ │
│ │ < > kmod-usb-serial..................... Support for USB-to-Serial converters │ │
│ │ < > kmod-usb-sierrawireless-directip │ │
│ │ --- kmod-usb-storage..................................... USB Storage support │ │
│ │ <*> kmod-usb-storage-extras.................... Extra drivers for usb-storage │ │
│ │ < > kmod-usb-test......................................... USB Testing Driver (NEW) │ │
│ │ <*> kmod-usb-uhci............................... Support for UHCI controllers │ │
│ │ < > kmod-usb-video............................. Support for USB video devices │ │
│ │ < > kmod-usb-yealink.................................. USB Yealink VOIP phone │ │
│ │ <*> kmod-usb2................................... Support for USB2 controllers │ │
│ │ < > kmod-usbip.................................. USB-over-IP (kernel support)
Those options were set by default.
I used config-huge, and OpenWRT Attitude Adjustment (r30817)
Running linux-3.2.2
[Updated on: Mon, 05 March 2012 19:59] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
| Re: petitboot compiler [message #768 is a reply to message #767] |
Mon, 05 March 2012 20:21   |
glevand
Messages: 955 Registered: July 2011 Location: SONY
|
Gitbrew God |
|
|
Go to Special HID drivers.
CONFIG_HID=m
CONFIG_HID_A4TECH=m
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
CONFIG_HID_CHERRY=m
CONFIG_HID_EZKEY=m
CONFIG_HID_LOGITECH=m
CONFIG_HID_LOGITECH_DJ=m
CONFIG_HID_MICROSOFT=m
CONFIG_HID_SMARTJOYPLUS=m
CONFIG_HID_SONY=m
CONFIG_HID_SUNPLUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID_TWINHAN=m
[Updated on: Mon, 05 March 2012 20:24] Report message to a moderator
|
|
|
|
|
|
|
|