LinHES Forums
http://forums.linhes.org/

Web Browser
http://forums.linhes.org/viewtopic.php?f=21&t=22564
Page 1 of 1

Author:  tama103 [ Wed Mar 28, 2012 6:52 pm ]
Post subject:  Web Browser

After installing 7.2, I finally have most of the kinks worked out. The only things I am left to deal with are is the web browsing experience.

1.) When using the internal mythweb browser, I cannot figure out how to get flash to work. I think I just need to put the libflashplayer.so file somewhere, but dont know where.

2.) When experimenting with chrome as a replacement, I can get flash to work, except for the sound! I do not know if I need a special item in asound.conf to get sound working in chrome? Perhaps I did put libflashplayer.so in all the right places for sound to work?

3.) When using chrome instead of the internal browser, the web bookmarks feature of linhes do not work. Are they supposed to work, or do they only work with the internal web browser?

Any help or suggestions is appreciated.
----------------------------------------------------
nForce4 board (msi k8-neo4 platinum)
Chaintech AV-710 sound card (not using an asound.conf file right now, myth seems to work fine without it except for the browser)
Linhes 7.2

Author:  brfransen [ Wed Mar 28, 2012 7:47 pm ]
Post subject:  Re: Web Browser

tama103 wrote:
1.) When using the internal mythweb browser, I cannot figure out how to get flash to work. I think I just need to put the libflashplayer.so file somewhere, but dont know where.
Code:
pacman -Sy flashplugin
Then just make sure plugins are enabled in Service Menu --> MythTV Config --> Setup --> Info Center Settings --> Web Settings

Quote:
2.) When experimenting with chrome as a replacement, I can get flash to work, except for the sound! I do not know if I need a special item in asound.conf to get sound working in chrome? Perhaps I did put libflashplayer.so in all the right places for sound to work?
To get flash in Chrome working here I had to setup ~/.asoundrc with:
Code:
pcm.!default {
    type hw
    card SB
    device 2
    }

Quote:
3.) When using chrome instead of the internal browser, the web bookmarks feature of linhes do not work. Are they supposed to work, or do they only work with the internal web browser?
Bookmarks work if you do something like:
Code:
/usr/bin/chromium %URL%

Author:  tama103 [ Wed Mar 28, 2012 9:52 pm ]
Post subject:  Re: Web Browser

Thanks for the tips!

I have flash kind of working in the internal browser, and the bookmarks working in chrome. No sound yet in either browser despite adding the suggested lines to .asoundrc. Also my keyboard does not work when using the internal browser, and the internal browser freezes up the whole system after about a minute, forcing me to reboot.

Author:  brfransen [ Wed Mar 28, 2012 10:17 pm ]
Post subject:  Re: Web Browser

F1 toggles the keyboard input.

Depending on your sound card your .asoundrc will be different than mine.

Author:  brfransen [ Thu Mar 29, 2012 9:48 am ]
Post subject:  Re: Web Browser

One other thing you might try to get sound from Flash. If you are using ALSA, remove the oss pkg.
Code:
pacman -R oss

Author:  tama103 [ Sun Apr 01, 2012 2:10 pm ]
Post subject:  Re: Web Browser

Just to report back, I did get the sound working! For anyone with a V1 dragon, here is how I got it to work.

1.) Did not use an .asoundrc file, just the asound.conf file in /etc/
2.) This is how my asound.conf file looks like:

Code:
  pcm.!default {
     type plug
     slave {
        pcm "hw:0,1"
        format S32_LE
     }
  }


The settings of 'hw:0,1' may be different depending on your system. use the command

Code:
aplay -l


to verify the device and hardware number of your card for digital out iec958 .

mythnetvision still freezes the whole system when I try to exit a website such as youtube or pandora. Dont know why. But I may not use mythnetvision much anyway, so I am fine with the issue

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/