| Fritz!Box 7170 as remote console |
| Sunday, 20 July 2008 23:09 | |
|
I finally managed to get my USB-Serial converter running on the Fritz!Box 7170. So now I can use the Fritz!Box as a remote console to monitor my little server :-) Hit Read more... to learn how to do this...
To make this possible you need to modify the firmware. my converter is baesd on mct-u232 so I had to include the usbserial and mct_u232 driver Follow the default setup for Freetz. Do the following inside your Freetz dir and choose the appropriate driver for your converter (here we use mct_u232) # make kernel-menuconfigLets compile the new kernel and modules # make kernel-precompiled Now we have to patch the kernel/Config.in so the driver will end in the new image. patch -p0 <<-EOFIf not already selected, run the following and activate "usbserial" # make menuconfigCompiling minicom: # wget http://alioth.debian.org/frs/download.php/2332/minicom-2.3.tar.gz Now flash the new image to your Fritz!Box Connect via SSH and/or TELNET to the Fritz!Box and run: # modprobe usbserialIf all went well you should see the following in dmesg: usbcore: registered new driver usbserialNow connect your converter and you should find somthing like that in dmesg: usb 1-1: new full speed USB device using ahci and address 3 Now fire up minicom and enjoy the serial console |
|
| Last Updated ( Wednesday, 02 November 2011 09:30 ) |
Content
Resources
Comments
- My first scientific pub...
looks pretty cool!
... - Fritz!Box 7170 as remot...
Well, all you need to know is written h... ... - ftp_backup.py
Looks like this is not the full script. ... ... - ftp_backup.py
Here is a good script I use. Can't remem... ... - Fritz!Box 7170 as remot...
I haven't known how it is possible to ma... ...




Comments
Well, all you need to know is written here, if you have any specific questions, I might be able to help you. Have you ever compiled a Linux Kernel?
Cheers,
Bjoern
RSS feed for comments to this post