Izumi Blog: Ralf - Linux Tips
Index: Home | What Is Izumi | Linux Tips | OpenBSD Tips | FreeBSD Tips
This 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.
Site License And Disclaimer as well as contact information are available here.

«»  2008/01/19 «» Ubuntu Laptop Setup  «»

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 really apt-get source 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]

[permalink]


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


Site License

Creative Commons License
This work is licensed by Raphaël Moll under a Creative Commons License.

Options
Color Theme: Gray  | Blue  | Black  | Sand  | Khaki  | Egg  | None

Web ralf.alfray.com Powered by Google

Display Izumi & PHP Credits

Stats
92 accesses, 1 access from 38.107.191.84
Visited 45 times by Google, last 2010/08/17 02:45

< Generated in 0.51 seconds the 09/09/2010, 03:44 AM by Izumi 1.1.4 >