Tag Archives: Kernel

Permalink to single post

Gentoo+systemd+Linux Kernel 3.14でトラブる

恒例のGentooハマり。

Kernel 3.12から3.13や3.14にカーネルアップするとどうもうまく動かなかった。

具体的には、ディスクマウントのところでタイムアウト (ログには「Timed out waiting for device dev-sda6.device」とか出る) したり、nouveauのドライバで初期化にこけたり。

いろいろと調べつつ、以下の二ヶ所直せばとりあえず動いた。

1点目: マウントオプション: noauto, x-systemd.automount

/etc/fstabの全てのディスクとNFSの行に「noauto, x-systemd.automount」オプションをつける。

Gentoo Forums :: View topic – Systemd timing out during local disk mount

ここみてやってみたら動いた。ただ「temporarily fix」だよと言っている。

systemd (日本語) – Arch Linux

なんかfsckとかぶったりしてうまくいかないっぽい。

2点目: SYSFS_DEPRECATED関連をOFFる

systemdをemergeしたときに完全に見落としていた。こんなメッセージが出る。

* Messages for package sys-apps/systemd-208-r3:

*   CONFIG_SYSFS_DEPRECATED:     should not be set. But it is.
*   CONFIG_SYSFS_DEPRECATED_V2:     should not be set. But it is.
* Please check to make sure these options are set correctly.
* Failure to do so may cause unexpected problems.

これをOFFってなかった。非常に残念なミス。

Permalink to single post

Linux Kernel 2.6でPCカードのCFアダプタを使いたいとき

ノーパソでPCカードのCFアダプタが使えない。

いろいろ探したらCONFIG_BLK_DEV_IDECSていうのが正解らしいが。。。

Support for Compact Flash cards, outboard IDE disks, tape drives,
and CD-ROM drives connected through a PCMCIA card.

Symbol: BLK_DEV_IDECS [=m]
PCMCIA IDE support
Location:
-> Device Drivers
-> ATA/ATAPI/MFM/RLL support (IDE [=y])
-> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (BLK_DEV

なんかうまく動かない。。。

アダプタ突っ込むとLANが切れたり謎の現象がおこる。。。