Join ABADSS Now

ABA DSS - Free to Air Satellite TV Community > Main > General Discussion Topics > PC FTA Cards » Mythtv How To Project

Closed Thread
Old July 12th, 2007   #1 (permalink)
Super Moderator
 
arboristman's Avatar
 
Join Date: Nov 2005
Location: ABADSS.COM
Posts: 17,192
Thanks: 3,490
Thanked 14,564 Times in 5,455 Posts
Rep Power: 1132 arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute arboristman has a reputation beyond repute
Mythtv How To Project

c&P by =tumpy


get operating system here..
http://f*p://ftp.knoppmyth.net/R5/Cu...ppMythR5C7.iso

INSTALLATION

NOTE: North American users need to register at labs.zap2it.com using code 'TGYM-ZKOC-BUTV' (Letter O, not zero) and remember your login/password for use during mythtv-setup. DO THIS FIRST - otherwise, your tuner probably won't know the channel/frequency, and you will likely just see noise when you select 'watch TV'.

1. Set the system to boot from CD in your computer's BIOS.

2. Restart your system with the Knoppmyth CD in the drive.

3. At the splashscreen, press Enter at the boot: prompt if you do not have your computer connected to a TV via TV-out.

If you do have your computer connected to a TV via TV-out, type tv at the boot: prompt and press Enter. This will set your video adapter to a resolution of 800x600. You will still need to edit /etc/X11/XF86Config-4 to change the refresh rate or you can destroy your TV.

If you are using a 640x480 monitor type: knoppmyth screen=640x480 at the prompt. If your screen freaks out type Ctr-Alt-F1 to enter terminal mode.

If you are using an LCD monitor and the screen appears scrambled use fb800x600 at the boot: prompt (you can put additional commands after this as mentioned in the F2 help)

5. Once the CD boots, you see six options:

1. Frontend
2. Auto Install
3. Auto Upgrade
4. Manual Install
5. Reboot
6. Quit

Options 5 and 6 are self-explanatory. Here are descriptions of the first four options.

Frontend

This allows you to use the CD as a frontend if you have a MythTV backend previously set up.

Using the CD as a frontend is dependent on the backend having already been configured with MySQL listening on the network. If you are running Knoppmyth as your backend server, you can configure it as follows:

1. Edit /etc/mysql/my.cnf and comment out 'skip-networking'.

Before: skip-networking
After: # skip-networking

2. Note that the backend will only accept the mythtv user with a password of mythtv.

3. Restart MySQL as root by opening an Xterm window and typing:

su
/etc/init.d/mysql restart
exit

4. As the mythtv user, reconfigure mythtv. In the Xterm window from step 3 above, type:

mythtv-setup

On the first screen of MythTV setup, change both instances of the loopback IP number (127.0.0.1) to the actual IP number of the backend server. Then press ESC to exit mythtv-setup, and restart mythbackend:

su
/etc/init.d/mythtv-backend restart
exit

Now that the backend is set up correctly, boot the frontend system with the Knoppmyth CD. Select the frontend option, and enter your time zone information.

In the Configure Knoppmyth Database dialog that follows, select No to change the current configuration. You should only need to change DBHostName from localhost to the IP number of your backend server: all other settings should remain at their default settings.

In the next dialog, choose either DHCP Broadcast for an assigned IP number from your router, or enter your own IP settings.

MythTV should then connect to the backend server.

Autoinstall

This will automatically perform a complete installation of KnoppMyth.

1. Provide the requested information in the various dialogs that appear after selecting autoinstall. Note that the time zone and current time may not appear to be set at this point: you will have another opportunity to set it after the initial installation is complete. You will also be warned that installation will erase all the contents of the hard drive.

If you get the error: /usr/local/bin/KnoppMyth-auto: line 608: / 1000000: syntax error: operand expected (error token is "/ 10000000") this is probably due to your harddisk not supporting DMA, you are using a serial-ATA (SATA) drive, or possibly you have your hard drive in ide channel 2 and CD in channel 1. In the Serial drive case, your disk is not /dev/hda as KnoppMyth expects it to be You may need to start again and use knoppmyth ide=nodma from the boot: menu and in the case of an SATA drive ide=reverse. If both fail, check whether your BIOS comes up with a SATA legacy or SATA compatibility mode or similiar to turn your serial ATA into a PATA drive. If nothing helps, get yourself a parallel ATA drive and connect it as master to your IDE controller 0.

Another cause of this error message is not having a harddisk as the master drive of the primary IDE controller (0.) Rearrange the cables and possibly change the drive jumpers to fix this.

When you are asked for username - DO NOT USE MYTHTV - use your own name! The install already uses mythtv and using it again will cause problems.

2. After the initial installation is complete, the system will reboot into X, and KnoppMyth will open an Xterm window. When prompted, type the root password.

If the boot messages indicate that aumix could not load, and you have a AC'97 based sound system, read the related item in the Tips section below before you go any further.

3. In the prompts that appear, choose i586 if you have a Pentium-class processor, or i686 if you have a Pentium Pro or higher (or Athlon or higher). You can also choose to install remote control support (LIRC), and if you have an nVidia graphics card, XvMC support (but NOTE the additional installation steps required below in steps 5-7). You will also re-select a time zone and date/time.

4. Configuration will proceed, and the front end will attempt to start for the first time.

5. If you have an nVidia graphics card, when the front end attempts to start (the Xterm window will disappear and the KnoppMyth desktop will remain on the screen), you will have to install the nVidia graphic drivers. To do this, press <CTRL><ALT><F1> to exit X.

6. To install the nVidia drivers. Log in as root, type cd /usr/local/bin then type ls *nvidia* and then type install-nvidia-xxxx-debian.sh where xxxx is the driver version included in your KnoppMyth distribution.

7. After the drivers have been installed, then type either:

install-i586-x (for XvMC support on Pentium-class machines)
install-i686-x (for XvMC support on Pentium Pro/Athlon machines)
install-i586-lx (for XvMC and LIRC support on Pentium-class machines)
install-i686-lx (for XvMC and LIRC support on Pentium Pro/Athlon machines)
NOTE:

As described in: http://http://mysettopbox.tv/phpBB2/...php?t=1229XvMC only improves video display performance for systems that have an nVidia card, a PVR or HDTV card that performs hardware based mpeg decoding, and a slow CPU that otherwise couldn't keep up. You don't want to install it unless absolutely necessary since (at least in the past according to several mysettopbox.tv forum posters) it has led to frozen screens under a wide variety of provocations.

If you have an nForce chipset or any nVidia graphics card, and want to use its TV out capability, you may want to edit /etc/X11/XF86Config-4 and add:

Option "ConnectedMonitor" "TV"

More options are available at: http://f*p://download.nvidia.com/XFr...363/README.txt . There is also a sample XF86Config-4 file for nVidia and TV Out in the /etc/X11/ directory.

Note to PAL users: This sample file is set up for NTSC. You need to change "NTSC-M" to "PAL-B" (for Germany, see other options at the above link). If you are connecting to a SCART adaptor, you also need to change "SVIDEO" to "COMPOSITE". If you have only a TV and no monitor, the first time X starts the screen will be unreadable. Press <CTRL><ALT><F1>, log in as root, execute "KnoppMyth-run -~" and answer all the questions. When it prompts for a reboot, Press <ALT><F2>, log in as root, create the XF86Config-4 file, install the nVidia drivers and X should be restarted automatically. Don't enter the root passwd. Instead <CTRL><ALT><F1> and then answer Y to a reboot. This should then continue as normal.

8. Finally, follow the directions for setting up MythTv that can be found in the MythTv howto (starting at about page 42 of the pdf version or section 9 "Configuring MythTV" of the html version). See for example: Installing and using MythTV
Attached Files
File Type: zip mythinstallation.zip (97.8 KB, 28 views)
__________________

Latest FTA News --- ABAdss Blog


SV-HD8000-ATSC-PVR-V2
7100usb'600spremium
Ipro 2000 Plus pvr & Ipro 2000 pvr
mini pvr''''''''S550
wintv-pvr-150'''''''8x1DiSEqC



lost? click here to learn how to navigate abadss.com


~~~Arboristman Wishes You A Happy ABAdss Experience~~~Team Sonicview announce the "magic board".check the ABAdss FTA Blog to read all about it.~~~BEV card swap in full effect.....down time unknown.....advanced testers have multiple dishes/lnb setups/motors~~~Play Poker with abadss tonight @ 10 pm est~~~
arboristman is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Related Content   #1.5
ABAdss Site Sponsors
 
 
Posts: lots
Bot is online  
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

 
Search ABAdss
Find Top Dealers
What's New
Site Sponsors
Forum Stats
Translate ABADSS
Hot Deals
All times are GMT -4. The time now is 01:34 PM.

Viewsat FTA Files -- The Biggest Forums -- Sonicview FTA Receiver Dealer

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Copyright by ABADSS System


Vote for us at these links!

Enter DSS Top 33 and Vote for this site !!!  FTA Top List -- The Best Free to Air Sites on the Net!


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459