|
|
Index: Home | What Is Izumi | Linux Tips | OpenBSD Tips | FreeBSD TipsThis page contain several tips for using Linux. I use this mostly as reminders of commands that I found useful. There's generally nothing here one couldn't learn by searching on the net or reading the man pages, which is generally how I got the commands in the first place.
Darn... new kernel.
Patch usbserial:
# cd /usr/src # mv linux-source-2.6.15-2.6.15 linux-source-2.6.15-2.6.15-older # apt-get source linux-image-2.6.15-51-686 => or $ sudo apt-get source linux-image-`uname -r` => Note: it's reallyapt-getsource with linux-image! => Do not mix with "apt-get install linux-source-...", it's really not the same. # cd linux-source-2.6.15-2.6.15
# cat debian/config/i386/config debian/config/i386/config.686 >> .config # make modules # (patch drivers/usb/usb-serial.c as explained by Junxion) # make modules # cd /lib/modules/2.6.15-51-686/kernel/drivers/usb/serial
# cp /usr/src/linux-source-2.6.15-2.6.15/drivers/usb/serial/usbserial.ko . # vim /etc/udev/rules.d/90-evdo.rules => add maxSize=2048 to the modprobe usbserial options # vim /etc/modprobe.d/options => add maxSize=2048 to the modprobe usbserial options # rmmod usbserial # modprobe -v usbserial vendor=0xc88 product=0x17da maxSize=2048
VMWare Player:
# apt-get install linux-headers-2.6.15-51-686 # vmware-config.pl => What is the location of the directory of C header files that match your running => kernel? [/lib/modules/2.6.15-51-686/build/include]
Blog Archives:
Most recent posts
2008/01/12 «» Apache Auth and Google Webmaster Site Verification
2007/04/29 «» EncFS
2007/03/04 «» MediaCoder
2006/12/10 «» SVN partial checkout
2006/09/09 «» Update FFMPEG under Cygwin
2006/09/04 «» SVN for the CVS dummies
2006/08/31 «» Creating a CVS branch after editing
2006/08/24 «» SVN server setup
2006/08/07 «» Google code SVN for the dummies
2006/07/09 «» apt-get update running out of memory
2006/07/01 «» Debian mini install
2006/06/03 «» ext3fs
2006/05/22 «» DVD Authoring
2006/05/14 «» CVS
2006/04/14 «» greylistclean vs. greylisting
2006/03/18 «» SpamAssassin, Razor, Pyzor and DCC
2006/02/03 «» Modules
2005/10/23 «» Autossh
2005/10/15 «» Java 1.5 on Debian
2005/10/09 «» FFmpeg under Cygwin
|
|

This work is licensed by Raphaël Moll under a Creative Commons License.
|
|
| Color Theme: | Gray | Blue | Black | Sand | Khaki | Egg | None |
|
|
|
|