View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 21 posts ] 
Go to page Previous  1, 2

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Tue Jan 04, 2005 9:41 pm 
Offline
Joined: Thu Dec 16, 2004 10:01 am
Posts: 7
Just wanted to say that this solution worked great for me. Thanks All :D


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jan 06, 2005 12:28 pm 
Offline
Joined: Wed Dec 22, 2004 8:00 am
Posts: 17
I think you need to add this to lircrc to get volume control in mplayer (for watching videos):
Code:
begin
prog = mplayer
button = Volume-UP
repeat = 1
config = volume 1
end

begin
prog = mplayer
button = Volume-DOWN
repeat = 1
config = volume -1
end


I had to also change my lircrc to get volume control in mythtv and the music player:
Code:
begin
prog = mythtv
button = Volume-UP
repeat = 3
config = ]
end

begin
prog = mythtv
button = Volume-DOWN
repeat = 3
config = [
end


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 08, 2005 9:30 pm 
Offline
Joined: Tue Jan 04, 2005 4:01 pm
Posts: 54
I have an even simpler nooby question:

How can I get the the code over to my myth box from another box in my network. I'm assuming I would need something like

SSH (but how do I figure out the ip address of my mythbox?)

what commands do I use with ssh to transfer the file over ?

Thanks allot.

_________________
AMD Athlon 666mghz
asus a7a266 motherboard
1gig ram
160 gig drive
pvr 250
nvidia gforce 4 mx


Top
 Profile  
 
 Post subject: try man scp
PostPosted: Sun Jan 09, 2005 12:09 am 
Offline
Joined: Sat Jan 01, 2005 7:24 pm
Posts: 5
SSH is close. What you really want is scp. It's part of the SSH package.

Example:
scp /home/user/filename username@192.168.0.X:/some/dir/

where filename is on the box you're logged into and 192.168.0.X is the address of the box you want the file to land on. Use scp -r to copy whole directories.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 09, 2005 12:36 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
and there's always sftp which works like standard ftp using the ssh protocol. if you are on windows you can always download winscp wich implements sftp/scp in a nice graphical format.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jan 16, 2005 11:17 am 
Offline
Joined: Thu Dec 23, 2004 12:22 pm
Posts: 55
Location: Portland, OR
Quote:
SSH (but how do I figure out the ip address of my mythbox?)


Command: ifconfig

Code:
tige@tvbox0:~ $ ifconfig
eth0      Link encap:Ethernet  HWaddr 00:40:2B:63:95:88 
          inet addr:192.168.1.105  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:82 errors:0 dropped:0 overruns:0 frame:0
          TX packets:63 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:8009 (7.8 KiB)  TX bytes:6598 (6.4 KiB)
          Interrupt:9 Base address:0x3000

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:100 (100.0 b)  TX bytes:100 (100.0 b)



As you can see, the IP Address of my box is 192.168.1.105

As for transfering, I usually just vi the file and paste the stuff in there if it's not very much. Saves me the hasle of fixing DOS encoded files.

-Lane


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ] 
Go to page Previous  1, 2



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu