View Full Version : Bash through parallel port?
Shepdog
03-15-2007, 04:33 PM
Would this work? I have no serial port on my computer.
JWThiers
03-15-2007, 04:40 PM
You can get a USB to serial Adapter.
Shepdog
03-15-2007, 04:40 PM
Can one be made?
JWThiers
03-15-2007, 04:55 PM
ANYTHING can be made , but is it easy to make, NO, it also needs drivers. They are cheap. less than $10. Page 12 on ebay search for "usb to serial" and buy it now prices are still less than $8
jcorbin121
05-22-2007, 08:05 PM
JWThiers - Is the series 2 DirecTivo's bash disbled? I made a cable according to the wiki and I get no love on my RCA HD40
Da Goon
05-22-2007, 08:33 PM
JWThiers - Is the series 2 DirecTivo's bash disbled? I made a cable according to the wiki and I get no love on my RCA HD40
All tivo's must be hacked for serial bash access.
jcorbin121
05-22-2007, 08:38 PM
Sorry, yes it has been, used PTV Upgrade. Has been working for about 10 months no problems, last week lost networking. Can't telnet in, http in, nor ftp.... was hoping the serial would work so I could look around and see what happened. I have never tried serial access before
Da Goon
05-22-2007, 09:45 PM
Pull your drive and check a few things. IIRC PTVnet sets terminal speed to 9600. Also, I believe that the call to bash in rc.sysinit.author is commented out initially. Check /etc/rc.d/rc.sysinit.author and make sure it has /bin/bash </dev/ttyS2&> /dev/ttyS2& in there without a # in front of it.
BTUx9
05-22-2007, 09:57 PM
Sorry, yes it has been, used PTV Upgrade. Has been working for about 10 months no problems, last week lost networking. Can't telnet in, http in, nor ftp.... was hoping the serial would work so I could look around and see what happened. I have never tried serial access before
I know it's unlikely, but thought I'd mention: PTVnet does NOT disable upgrades, so if you've received one, your tivo would now be effectively "unhacked"
Da Goon
05-22-2007, 09:58 PM
I know it's unlikely, but thought I'd mention: PTVnet does NOT disable upgrades, so if you've received one, your tivo would now be effectively "unhacked"
Good point.
jcorbin121
05-22-2007, 10:14 PM
Pull your drive and check a few things. IIRC PTVnet sets terminal speed to 9600. Also, I believe that the call to bash in rc.sysinit.author is commented out initially. Check /etc/rc.d/rc.sysinit.author and make sure it has /bin/bash </dev/ttyS2&> /dev/ttyS2 in there without a # in front of it.
Yes, I believe it is commented out. I have an old copy of the rc.sysinit.author and it is so in there, and I don't remember ever uncommenting it. (lesson #1)
Pull the drive and check.... now I can pull the drive, mounting it is another question. Can I mount it using an external enclosure in Ubuntu, or should I use the PTV CD?
Da Goon
05-23-2007, 12:12 AM
You could boot with mfslive and use a usb enclosure for your hdd.
jcorbin121
05-23-2007, 07:09 PM
I booted off the MFSLive CD, plugged in the USB enclosure, but the drive wont mount:
mfslive# mount -t ext3 /dev/sda /dos
mount: mounting /dev/sda on /dos failed
what am i doing wrong in the mount? I tried using ext2, ext3, auto... to no avail
BTUx9
05-23-2007, 07:25 PM
you need to use a specific partition... /dev/sda is the drive, the root partition is either /dev/sda4 or /dev/sda7
use bootpage -p to see which one
jcorbin121
05-23-2007, 09:10 PM
I'm an idiot - Worked great, thanks so much!
john
vBulletin® v3.6.8, Copyright ©2000-2012, Jelsoft Enterprises Ltd.