SheevaPlug ubuntu9.04
ページを編集するにはログインが必要です。
確認
がびーん!apt-get update できなくなってる!404 Not Found の嵐だ。 Ubuntu 9.04(jaunty)のサポートが(とっくに)切れていたらしい。ports リポジトリが消滅している。しゃーない。応急処置だ。保存年限の保証はない。
/etc/apt/sources.list 修正前
deb http://ports.ubuntu.com jaunty main restricted universe multiverse
/etc/apt/sources.list 修正後
#deb http://ports.ubuntu.com jaunty main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu jaunty main universe multiverse restricted
確認確認
root@SheevaPlug:/proc# uname -a Linux SheevaPlug 3.1.2 #2 PREEMPT Mon Nov 21 21:47:53 MST 2011 armv5tel GNU/Linux root@SheevaPlug:/proc# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty root@SheevaPlug:/proc# lsusb -v bash: /usr/sbin/lsusb: No such file or directory root@SheevaPlug:/proc#
root@SheevaPlug:/proc# apt-get install usbutils パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 以下のパッケージが新たにインストールされます: usbutils アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 0 個。 161kB 中 0B のアーカイブを取得する必要があります。 この操作後に追加で 524kB のディスク容量が消費されます。 未選択パッケージ usbutils を選択しています。 (データベースを読み込んでいます ... 現在 14909 個のファイルとディレクトリがインス トールされています。) (.../usbutils_0.73-8ubuntu3_armel.deb から) usbutils を展開しています... usbutils (0.73-8ubuntu3) を設定しています ... root@SheevaPlug:/proc# lsusb -v -d 1774: Bus 001 Device 002: ID 1774:1002 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 (Defined at Interface level) bDeviceSubClass 0 bDeviceProtocol 0 bMaxPacketSize0 8 idVendor 0x1774 idProduct 0x1002 bcdDevice 1.00 iManufacturer 1 Strawberry Linux Co.,Ltd. iProduct 2 USB-Geiger Counter iSerial 0 bNumConfigurations 1 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 34 bNumInterfaces 1 bConfigurationValue 1 iConfiguration 0 bmAttributes 0x80 (Bus Powered) MaxPower 100mA Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 0 bAlternateSetting 0 bNumEndpoints 1 bInterfaceClass 3 Human Interface Device bInterfaceSubClass 0 No Subclass bInterfaceProtocol 0 None iInterface 0 HID Device Descriptor: bLength 9 bDescriptorType 33 bcdHID 1.00 bCountryCode 0 Not supported bNumDescriptors 1 bDescriptorType 34 Report wDescriptorLength 70 Report Descriptors: ** UNAVAILABLE ** Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0008 1x 8 bytes bInterval 10 Device Status: 0x0000 (Bus Powered)
root@SheevaPlug:~# wget http://www.dd.iij4u.or.jp/~briareos/soft/usbrh-0.05.tar.gz --2011-11-28 09:56:53-- http://www.dd.iij4u.or.jp/~briareos/soft/usbrh-0.05.tar.gz Resolving www.dd.iij4u.or.jp... 210.138.74.168, 2001:240:bb41:8014::164 Connecting to www.dd.iij4u.or.jp|210.138.74.168|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 5044 (4.9K) [application/x-gzip] Saving to: `usbrh-0.05.tar.gz' 100%[================================================>] 5,044 --.-K/s in 0.003s 2011-11-28 09:56:53 (1.46 MB/s) - `usbrh-0.05.tar.gz' saved [5044/5044] root@SheevaPlug:~# tar zxvf usbrh-0.05.tar.gz ./usbrh-0.05/ ./usbrh-0.05/usbrh_main.c ./usbrh-0.05/Makefile ./usbrh-0.05/readme.txt root@SheevaPlug:~# rm usbrh-0.05.tar.gz root@SheevaPlug:~# cd usbrh-0.05 root@SheevaPlug:~/usbrh-0.05# ls Makefile readme.txt usbrh_main.c root@SheevaPlug:~/usbrh-0.05#
Keyword(s):
References: