NIIBE Yutaka's glog
   


About
NIIBE Yutaka's glog, Eight disks, three pegs, and just a little hack.

Subscribe
Subscribe to a syndicated feed of this log.

Links


       
2006-01-25 (Wed)

GIT
Gniibe listend the talka by Linus Torvalds on GIT.

It was first time for him to listen his technical talk.

[/linux] permanent link

2006-01-14 (Sat)

Enhancement of code of USB HUB (3)
Gniibe implemented user space approach of usb power control (in the bullet train).

Here it is: hub-ctrl-2.c.

 HUB-CTRL  -  program to control port power/led of USB hub

  $ gcc -o hub-ctrl hub-ctrl.c -lusb

  # hub-ctrl -b 1 -d 2 -P 1 -p            // Power off at port 1
  # hub-ctrl -b 1 -d 2 -P 1 -p 1          // Power on at port 1
  # hub-ctrl -b 1 -d 2 -P 2 -l            // LED on at port 1
It found that there has been Python implementation by Vlado Handziski, and this is the discussion. Gniibe considered this tool should be in usbutils.

[/linux] permanent link

2006-01-13 (Fri)

Enhancement of code of USB HUB (2)
Gniibe wrote:

Gniibe wrote a patch to enable control of USB HUB.
But it should be possible to implement it only by user space.

[/linux] permanent link

2006-01-11 (Wed)

Enhancement of code of USB HUB
Gniibe wrote a patch to enable control of USB HUB. He sent it to linux-usb-devel list.

Here is User space code to control it.

[/linux] permanent link

2005-11-15 (Tue)

Athlon64 kernel
The problem of decreasing interval seemed ceased.

It seems the kernel configuration variable CONFIG_HPET should be Y.

[/linux] permanent link

2005-11-06 (Sun)

Rescan a partition table
Gniibe copied the contents of disk to another disk by 'dd'.

Gniibe wanted to mount the new disk, but it required to rescan partition table.

Don't know how, so, invoked cfdisk and wrote partition table (untouched), then it rescanned.

Are there /sys/block/*something* to do that?

[/linux] permanent link