SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Linux
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Linux Discussion related to the SageTV Media Center for Linux. Questions, issues, problems, suggestions, etc. relating to the SageTV Linux should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-26-2006, 10:58 PM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
couple of questions

1) How do I get a terminal once booted? I have tried "ctrl + alt + f2" with no luck, nothing happens. In the /etc/inittab it appears that terminals 1 is auto login for sagetv and 2-6 should be un logged in terminals.

2) My wireless usb keyboard doesn't work. I double checked the kernel and it looks like usb support is for HID in enabled. Any clues on how to get it to work?

3) Is it possible to get my leadtek tv2000xp expert to work with sagetv? I know that I can get tuner to work perfectly under gentoo. But doesn't appear to be supported on the default by sagetv. My pvr250 works fine but I would like to get multiple tuners working.
Reply With Quote
  #2  
Old 01-26-2006, 11:37 PM
churth churth is offline
Sage User
 
Join Date: Jan 2006
Posts: 9
I'd backup your .bash_profile, then comment out the line where it says startx. This will allow you to get to your terminals (but, sagetv won't start).

Or, you could rewrite your .bash_profile to allow you to either go into sagetv, or shell.

Do you see your keyboard in dmesg?

I doubt the leadtek card will work. SageTV for linux uses IVTV, and I don't see it listed as a compatable card for ivtv.
Reply With Quote
  #3  
Old 01-27-2006, 03:00 PM
will1105's Avatar
will1105 will1105 is offline
Sage User
 
Join Date: Nov 2005
Posts: 17
Quote:
Originally Posted by kn4ppst3r
1) How do I get a terminal once booted? I have tried "ctrl + alt + f2" with no luck, nothing happens. In the /etc/inittab it appears that terminals 1 is auto login for sagetv and 2-6 should be un logged in terminals. .
If your SageTV server is on a network, just ssh into the SageTV PC from another PC on the network. Or if you use WinDOZE dl putty and use that to ssh to your SAGETV PC.
Reply With Quote
  #4  
Old 01-28-2006, 12:41 PM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
dmesg for wireless keyboard and mouse:

usb 2-2: new low speed USB device using uhci_hcd and address 3
input: GlobLink INC TW GlobLink RF USB 88_Key as /class/input/input5
input: USB HID v1.10 Keyboard [GlobLink INC TW GlobLink RF USB 88_Key ] on usb-0000:00:10.0-2
input: GlobLink INC TW GlobLink RF USB 88_Key as /class/input/input6
input: USB HID v1.10 Mouse [GlobLink INC TW GlobLink RF USB 88_Key ] on usb-0000:00:10.0-2

I'm used to my mouse and keyboard showing up under "/dev/inputs" Any easy way to get keyboard to work?

As for wanting a terminal I wanted to be able to start a 2nd x session so I could also be able browse the internet in my living room. I'm going to disable the auto login to see if that will help.
Reply With Quote
  #5  
Old 01-28-2006, 01:17 PM
Narflex's Avatar
Narflex Narflex is offline
Sage
 
Join Date: Feb 2003
Location: Redondo Beach, CA
Posts: 6,349
Alt+F2 works for me to bring up a secondary console.
__________________
Jeffrey Kardatzke
Google
Founder of SageTV
Reply With Quote
  #6  
Old 01-28-2006, 04:05 PM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
Atl + F2 doesn't bring up a 2nd terminal for me...

If sagetv is started I can't get to any other terminals.
Reply With Quote
  #7  
Old 01-28-2006, 05:23 PM
SHS's Avatar
SHS SHS is offline
Moderator
 
Join Date: Mar 2003
Location: Vinita, Oklahoma
Posts: 4,589
Best to use PS/2 keyboard
atl+f2 login then ctrl+c
Reply With Quote
  #8  
Old 01-28-2006, 08:59 PM
AboveUnrefined's Avatar
AboveUnrefined AboveUnrefined is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Lords Valley, PA
Posts: 124
Send a message via AIM to AboveUnrefined Send a message via MSN to AboveUnrefined
Why is Alt + F2 working for some and not others? It's not working for me either and I am using a PS/2 keyboard....
Reply With Quote
  #9  
Old 01-28-2006, 11:48 PM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
I'm using a ps/2 keyboard right now and alt + f2 doesn't do anything.

Is there an easy way to move sagetv to an existing gentoo install?
Reply With Quote
  #10  
Old 02-09-2006, 04:37 PM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
after some poking around I found the line

Option "DontVTSwitch"

and comented it out so I could switch to a virtual terminal and start fluxbox up on another terminal.


Got the wireless keyboard/trackball to work properly by hitting num lock twice on a standard keyboard. Anyone know of an easy way to run a script at startup to do this with a keyboard plugged in?
Reply With Quote
  #11  
Old 02-09-2006, 06:29 PM
AboveUnrefined's Avatar
AboveUnrefined AboveUnrefined is offline
Sage Advanced User
 
Join Date: Jan 2006
Location: Lords Valley, PA
Posts: 124
Send a message via AIM to AboveUnrefined Send a message via MSN to AboveUnrefined
That's awesome!

Would something like this http://www.tldp.org/HOWTO/Keyboard-a...-HOWTO-15.html do what you're asking?
Reply With Quote
  #12  
Old 02-09-2006, 11:05 PM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
hmmm I'll have to play around with that in the morning. Think that is what I was looking for.

might try throwing something like that in my .xinitrc file since X auto loads on boot and I won't need to play around with startup scripts.
Reply With Quote
  #13  
Old 02-10-2006, 10:16 AM
kn4ppst3r kn4ppst3r is offline
Sage User
 
Join Date: Jan 2006
Posts: 14
after some more poking around I found that there is a "numlock" script that turns on or off the numlock. I created a copy of the script and edited it to turn on and then of the numlock at time of boot. Now I'm no longer chained to the computer by mouse and keyboard.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 01:36 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.