Does anybody know how to correct the audio driver problem of the opensolaris guest? The internet advice to run pfexec update_drv -a -i '"pci8086,2415"' audio810 is better than nothing, but the audio quality is absolutely miserable. It is clearly not the required audio driver. Therefore the flashplayer, i.e. the ***only reason*** why I've installed the opensolaris guest (following the advice of C. P. Ghost <cpghost@cordula.ws> on the questions list), is useless:-( The other point is that the installation of additional repositories (needed for mplayer for example, I dislike totem) does not work either. My hope to find an interim solution for the flashplayer nightmare (while waiting for gnash) can be measured by the amount of hours I've spent to get flash - easily and long-term-wise - playing on FreeBSD, Ubuntu, PCBSD... I guess that FreeBSD will never be supported by Adobe. Thanks in advance for any help. Harald Weis
On Fri, Oct 8, 2010 at 1:00 PM, Harald Weis <hawei@free.fr> wrote:> Does anybody know how to correct the audio driver problem of the > opensolaris guest? > The internet advice to run > pfexec update_drv -a -i '"pci8086,2415"' audio810 > > is better than nothing, but the audio quality is absolutely miserable. > It is clearly not the required audio driver. > Therefore the flashplayer, i.e. the ***only reason*** why I've installed > the opensolaris guest (following the advice of C. P. Ghost < > cpghost@cordula.ws> > on the questions list), is useless:-( >http://www.freebsd.org/doc/handbook/desktop-browsers.html -- No need for that run around. Flash at least mostly works on FreeBSD. Has some stall issues but flashblock takes care of most of that issue. Works that way for me across multiple installs and versions of FreeBSD(7 & 8). FreeBSD 7 requires a bit more work with the linuxulator. (while waiting for gnash)>That's the funniest thing I've heard all week. -- Adam Vande More
,--- You/Harald (Fri, 8 Oct 2010 20:00:46 +0200) ----* | My hope to find an interim solution for the flashplayer nightmare | (while waiting for gnash) can be measured by the amount of hours | I've spent to get flash - easily and long-term-wise - playing on FreeBSD, | Ubuntu, PCBSD... | | I guess that FreeBSD will never be supported by Adobe. Flash works beautifully for me on FreeBSD 8.1 in both Firefox 3.6 (use the instructions at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/desktop-browsers.html) and in Opera (linux and native.) Is your problem "flash" or "audio" (i.e. can you play an mp3 file with mpg123, for example)? -- Alex -- alex-goncharov@comcast.net --
On Mon, Oct 11, 2010 at 4:32 AM, Jakub Lach <jakub_lach@mailplus.pl> wrote:> Remedy for ugly file dialogs is skin with skinned ones. > > e.g. http://my.opera.com/community/customize/skins/info/?id=10071That may make them look better, but the main issue was that file open/save dialogs turned into a simple text input field w/o any way to browse for files. I think few other dialogs have lost their functionality, too. --Artem
On Mon, 18 Oct 2010 14:32:04 +0200, Alex Goncharov <alex-goncharov@comcast.net> wrote:> ,--- You/Harald (Mon, 18 Oct 2010 14:02:27 +0200) ----* > | What else could I possibly do? > > | - portmaster www/opera-linuxplugins # installing linux_base-f10-10_3, > | then stopping as follows: > | ===> Installing for linux-f10-expat-2.0.1 > | ===> Generating temporary packing list > | brandelf: error opening file usr/bin/xmlwf: No such file or directory > | *** Error code 1 > > | Stop in /usr/ports/textproc/linux-f10-expat. > > I am not using portmaster; try do it simply through make. I just did > it now: > > ---------------------------------------------------------------------- > cat /compat/linux/etc/fedora-release > Fedora release 10 (Cambridge) > > make -C textproc/linux-f10-expat deinstall clean configure build install > NOCLEANDEPENDS=yes > ===> Deinstalling for textproc/linux-f10-expat > ===> Deinstalling linux-f10-expat-2.0.1 > ===> Cleaning for linux-f10-expat-2.0.1 > ===> Vulnerability check disabled, database not found > ===> License check disabled, port has not defined LICENSE > ===> Extracting for linux-f10-expat-2.0.1 > => MD5 Checksum OK for rpm/i386/fedora/10/expat-2.0.1-5.i386.rpm. > => SHA256 Checksum OK for rpm/i386/fedora/10/expat-2.0.1-5.i386.rpm. > ===> linux-f10-expat-2.0.1 depends on file: /usr/local/bin/rpm2cpio - > found > ===> Patching for linux-f10-expat-2.0.1 > ===> Configuring for linux-f10-expat-2.0.1 > ===> Installing for linux-f10-expat-2.0.1 > ===> linux-f10-expat-2.0.1 depends on file: > /compat/linux/etc/fedora-release - found > ===> Generating temporary packing list > ===> Checking if textproc/linux-f10-expat already installed > cd /usr/ports/.x/amd64/usr/ports/textproc/linux-f10-expat/work && > /usr/bin/find * -type d -exec /bin/mkdir -p "/compat/linux/{}" \; > cd /usr/ports/.x/amd64/usr/ports/textproc/linux-f10-expat/work && > /usr/bin/find * ! -type d | /usr/bin/cpio -pm -R root:wheel /compat/linux > 367 blocks > ===> Running linux ldconfig > /compat/linux/sbin/ldconfig -r /compat/linux > ===> Registering installation for linux-f10-expat-2.0.1 > > ls -l /compat/linux/usr/bin/xmlwf > -rwxr-xr-x 1 root wheel 20844 Oct 18 08:27 > /compat/linux/usr/bin/xmlwf* > > file /compat/linux/usr/bin/xmlwf > /compat/linux/usr/bin/xmlwf: ELF 32-bit LSB executable, Intel 80386, > version 1 (GNU/Linux), dynamically linked (uses shared libs), for > GNU/Linux 2.6.9, stripped > > ---------------------------------------------------------------------- > > > -- Alex -- alex-goncharov@comcast.net -- > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"Alex, What does pkg_info -W /compat/linux/usr/bin/xmlwf say? Maybe linux-f10-expat misses a dependency which you have installed already. Ronald.