Re: The Opera browser on FreeBSD

2006-12-07 Thread Arjan van Leeuwen
On Wed, 06 Dec 2006 22:23:39 +0100, Svein Halvor Halvorsen  
[EMAIL PROTECTED] wrote:



Arjan van Leeuwen wrote:

As of the latest weekly development release of Opera (see
http://my.opera.com/desktopteam/blog/), it's now possible to use any  
Linux

plugin in the native Opera for FreeBSD version, including Flash and
Acrobat Reader. The feature will be included in the upcoming Opera 9.1.


Nice! Thanks for the *great* work!

Btw, sound in flash is lagging (this is nothing new, though, it was
always the case). Has this something to do with the
Opera/Flash-combo, or is it due to the Linuxulator-stuff? Does
anyone else see this?


It's a known bug in Flash 7 for Linux. It's supposed to be improved in  
Flash 9.


Arjan


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: The Opera browser on FreeBSD

2006-12-06 Thread Arjan van Leeuwen

Hi Henry, others,

As of the latest weekly development release of Opera (see  
http://my.opera.com/desktopteam/blog/), it's now possible to use any Linux  
plugin in the native Opera for FreeBSD version, including Flash and  
Acrobat Reader. The feature will be included in the upcoming Opera 9.1.


For now, it'll require some actions to get it to work, but if you'd like  
to experiment with this, this might help:

0) Make sure you have the x11/linux-xorg-libs port installed.

1) Download and extract the latest weekly release for both FreeBSD and  
Linux:

http://snapshot.opera.com/unix/Weekly-507/intel-freebsd/opera-9.10-20061205.4-shared-qt.i386.freebsd-en-507.tar.bz2
http://snapshot.opera.com/unix/Weekly-507/intel-linux/opera-9.10-20061205.1-static-qt.i386-en-507.tar.bz2
(FreeBSD package is for FreeBSD 6.x and requires Qt installed)

2) Copy operapluginwrapper from the Linux package over to the FreeBSD  
package:

$ cd opera-9.10-20061205.4-shared-qt.i386.freebsd-en-507
$ cp  
../opera-9.10-20061205.1-static-qt.i386-en-507/plugins/operapluginwrapper  
plugins/


Now, if you want to run the Opera weekly directly from the package without  
installing (will use a fresh, empty profile, recommended):


3) Copy libnpp.so within the FreeBSD package to a new location:
$ cp plugins/libnpp.so bin/libnpp.so

4) Run Opera
$ ./opera

If instead you want to install Opera for all users (will overwrite  
existing installations and use your default profile, not recommended with  
development releases like this):


3) Run install
$ ./install.sh

4) Copy libnpp.so manually to the Opera binary directory
$ cp plugins/libnpp.so /usr/local/share/opera/bin/

5) Run Opera
$ /usr/local/bin/opera

The actions described here do not affect Java; you'll still be able to run  
Java applets with the native version of Java (such as diablo-jdk or  
diablo-jre).


We appreciate any reports on whether this feature works as expected (or  
doesn't at all).


On Tue, 21 Nov 2006 15:31:30 +0100, Henry Lenzi [EMAIL PROTECTED]  
wrote:



 Thanks for you support. I have posted on the forum, on ocasion.
 The main issues, for me, are
 1) Java (idiablo-jdk - it doesn't work, even though the path is right);


I'm using it here - the path to use is  
/usr/local/diablo-jdk1.5.0/jre/lib/i386/. You can post on the forum if you  
have more problems with this. It could be that you're using a package  
that's compiled for a different version of FreeBSD; use the .4 package if  
you're on FreeBSD 6.



 2)  the Flash plugin. Is there a way to use the Linux emulation layer
in order to get the plug-in working?


See above :)


 3) Cyrillic fonts look small, and you can't make them bigger.


I don't know about that, but you could file a bug at  
http://bugs.opera.com/.


Best regards,

Arjan van Leeuwen
Opera Software

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: The Opera browser on FreeBSD

2006-12-06 Thread Arjan van Leeuwen
Op Wed, 06 Dec 2006 21:46:12 +0100 schreef Scott Mitchell  
[EMAIL PROTECTED]:



On Wed, Dec 06, 2006 at 05:51:59PM +, Scott Mitchell wrote:


Followed your instructions, put my linux-flashplugin and acroread plugin
directories on Opera's plugin search path  and... wow! everything  
suddenly

started working.


I was asked off-list how I set up the plugin search path to get this  
stuff

working.  Copying my reply here in case it's useful to anyone else:

First you'll need to have the www/linux-flashplugin7 and print/acroread7
ports installed - these obviously require the Linux emulation layer to be
installed (emulators/linux_base-fc4 port) and enabled (linux_enable=YES
in /etc/rc.conf).

Then all I did in Opera was:
- Open the Tools - Preferences dialog
- Switch to the Advanced tab then pick Content from the left-hand  
menu

- Make sure plugins are enabled
- Open the Plug-in options dialog
- Click on Change path... and add these two paths to the list:
/usr/local/lib/npapi/linux-flashplugin
/local/X11R6/Adobe/Acrobat7.0/ENU/Browser/intellinux
  Those are the locations of the libflashplayer.so and nppdf.so plugin
  libraries - I expect the paths will be the same on your machine
- Click OK to get out of the plug-in path dialog
- Click Find new on the Plugins dialog - you should get the Adobe  
Reader

  7.0 and Shockwave Flash plugins listed now.
- OK out of all the dialogs and try browsing some sites with Flash or PDF
  documents on them...

I did have both Flash and Acrobat already working with the Linux Firefox
port and partly working with native Firefox, so I wouldn't guarantee that
some of the stuff I have in /etc/libmap.conf (essentially whatever the
linuxpluginwrapper port told me to use) isn't important.


I can guarantee it isn't important :). Since Opera forks off a Linux  
process to run the actual plugin, the libmap.conf entries are ignored (and  
unnecessary). For all the plugin knows, it's running in the Linux version  
of Opera.


Arjan

--
Gemaakt met Opera's revolutionaire e-mailprogramma:  
http://www.opera.com/mail/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 5.2 vs. 5.2.1

2004-07-13 Thread Arjan Van Leeuwen
Hey Andrew,

On Tue, 13 Jul 2004 13:21:45 -0400, Andrew Kilpatrick
[EMAIL PROTECTED] wrote:
 Hi, thanks for the info.
 
  Greetings!
 
   From what I gather, the 5.2-RELEASE was rather buggy and unstable (for
  a RELEASE anyway), and was quickly replaced by 5.2.1-RELEASE which was a
  considerable improvement.
 
 I've been using it as my main machine for some time and it works well. But
 I'll definitely upgrade at some point. Right now I am testing on my
 workstation as I my test machine is doing something else right now.

There were some considerable problems with specific ATA chipsets in
5.2-RELEASE that were fixed in 5.2.1. But if you don't have any
problems, that's of course not a reason to upgrade.

 
  You're sparked my curiosity; what kind of embedded system are you
  working on, pray tell?
 
 It's a theatrical lighting board. So far FreeBSD has satisfied all my
 requirements, so I've been really happy. I come from the NetBSD side of
 things. My distro is 18 megs plus my code and some other stuff. Ideally it
 will all fit in under 100 megs and boot off a flash memory disk. It's fun
 stuff, and should be done soon..

I have a 80MB Flash disk that boots with X and some graphical
applications, also for an embedded application, 5.2-RELEASE-based too.
Works like a charm!

Arjan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Client for pkg_create

2004-07-12 Thread Arjan Van Leeuwen
Hi Miguel,

On Mon, 12 Jul 2004 13:30:54 -0500, Miguel Cardenas
[EMAIL PROTECTED] wrote:
 Hello!!
 
 Reading the manpage of pkg_create found that this command is to be invoked by
 a client (graphical or maybe console?)... my question is... which one could I
 get? please tell me, am novice with freebsd and don't know too much about
 it...

The ports use pkg_create when you use 'make package' or 'make
package-recursive'. Portupgrade uses it to backup an installed port
before upgrading it.

If you want to easily make packages for yourself from your installed
ports, use this:

pkg_create -jb packagename

where packagename is one of the packages that you have installed (see pkg_info).

Arjan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Current freezes

2004-07-12 Thread Arjan Van Leeuwen
Check the current@ mailing list for reasons and solutions.

Arjan

On Mon, 12 Jul 2004 14:36:02 -0500, DrVince [EMAIL PROTECTED] wrote:
 Hi,
 since 3 days ago, I updated my FreeBSD-current box using up-to-date sources.
 Since that time, my box is unstable, it freezes often with the message:
 softdep_setup_inomapdep: found inode.  And I can't relate it to any
 behavior.  It happens sometimes when it's idle, sometime when it's working,
 sometime when it's almost only downloading, it seems random to me.  I've done
 many kernels trying to find out what is going wrong by I can't isolate it.
 
 Here are infos which may help:
 - dmesg
 Copyright (c) 1992-2004 The FreeBSD Project.
 Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
 The Regents of the University of California. All rights reserved.
 FreeBSD 5.2-CURRENT #7: Mon Jul 12 14:43:45 EDT 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/vincey
 Timecounter i8254 frequency 1193182 Hz quality 0
 CPU: AMD Athlon(tm)  (1094.15-MHz 686-class CPU)
   Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
   Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
 CMOV,PAT,PSE36,MMX,FXSR,SSE
   AMD Features=0xc040AMIE,DSP,3DNow!
 real memory  = 536805376 (511 MB)
 avail memory = 519802880 (495 MB)
 npx0: [FAST]
 npx0: math processor on motherboard
 npx0: INT 16 interface
 pcib0: Host to PCI bridge at pcibus 0 on motherboard
 pir0: PCI Interrupt Routing Table: 11 Entries on motherboard
 pci0: PCI bus on pcib0
 $PIR: No matching entry for 0.1.INTA
 $PIR: No matching entry for 0.2.INTA
 $PIR: No matching entry for 0.2.INTB
 $PIR: No matching entry for 0.2.INTC
 pci0: memory, RAM at device 0.1 (no driver attached)
 pci0: memory, RAM at device 0.2 (no driver attached)
 pci0: memory, RAM at device 0.3 (no driver attached)
 pci0: memory, RAM at device 0.4 (no driver attached)
 pci0: memory, RAM at device 0.5 (no driver attached)
 isab0: PCI-ISA bridge at device 1.0 on pci0
 isa0: ISA bus on isab0
 pci0: serial bus, SMBus at device 1.1 (no driver attached)
 pci0: serial bus, USB at device 2.0 (no driver attached)
 pci0: serial bus, USB at device 2.1 (no driver attached)
 pci0: serial bus, USB at device 2.2 (no driver attached)
 pcib1: PCIBIOS PCI-PCI bridge at device 8.0 on pci0
 pci1: PCI bus on pcib1
 pcm0: Creative Audigy 2 (EMU10K2) port 0xd000-0xd03f irq 10 at device 7.0 on
 pci1
 pcm0: SigmaTel STAC9721/23 AC97 Codec
 pci1: serial bus, FireWire at device 7.2 (no driver attached)
 ed0: NE2000 PCI Ethernet (RealTek 8029) port 0xd800-0xd81f irq 11 at device
 9.0 on pci1
 ed0: [GIANT-LOCKED]
 ed0: Ethernet address: 00:c0:a8:50:e2:f6
 type NE2000 (16 bit)
 atapci0: nVidia nForce2 UDMA133 controller port 0xf000-0xf00f,0x376,
 0x170-0x177,0x3f6,0x1f0-0x1f7 at device 9.0 on pci0
 ata0: at 0x1f0 irq 14 on atapci0
 ata1: at 0x170 irq 15 on atapci0
 pcib2: PCI-PCI bridge at device 30.0 on pci0
 pci2: PCI bus on pcib2
 pci2: display, VGA at device 0.0 (no driver attached)
 cpu0 on motherboard
 orm0: ISA Option ROM at iomem 0xc-0xc8fff on isa0
 atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
 atkbd0: AT Keyboard irq 1 on atkbdc0
 kbd0 at atkbd0
 atkbd0: [GIANT-LOCKED]
 psm0: PS/2 Mouse irq 12 on atkbdc0
 psm0: [GIANT-LOCKED]
 psm0: model MouseMan+, device ID 0
 fdc0: Enhanced floppy controller (i82077, NE72065 or clone) at port 0x3f7,
 0x3f0-0x3f5 irq 6 drq 2 on isa0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0
 ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
 ppc0: FIFO with 16/16/16 bytes threshold
 ppbus0: Parallel port bus on ppc0
 ppbus0: IEEE1284 device found /NIBBLE/ECP
 Probing for PnP devices on ppbus0:
 ppbus0: HEWLETT-PACKARD DESKJET 990C PRINTER MLC,PCL,PML
 lpt0: Printer on ppbus0
 lpt0: Interrupt-driven port
 sc0: System console at flags 0x100 on isa0
 sc0: VGA 16 virtual consoles, flags=0x300
 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 sio0: type 16550A
 sio1 at port 0x2f8-0x2ff irq 3 on isa0
 sio1: type 16550A
 vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
 unknown: PNP0303 can't assign resources (port)
 unknown: PNP0a03 can't assign resources (port)
 unknown: PNP0f13 can't assign resources (irq)
 unknown: PNP0501 can't assign resources (port)
 unknown: PNP0700 can't assign resources (port)
 unknown: PNP0401 can't assign resources (port)
 unknown: PNP0501 can't assign resources (port)
 Timecounter TSC frequency 1094146253 Hz quality 800
 Timecounters tick every 1.000 msec
 ad0: 78167MB Maxtor 6Y080L0 [158816/16/63] at ata0-master UDMA133
 ad1: 76344MB MAXTOR 6L080J4 [155112/16/63] at ata0-slave UDMA133
 Mounting root from ufs:/dev/ad0s2a
 
 - KERNCONF
 machine i386
 cpu I686_CPU
 options CPU_ATHLON_SSE_HACK
 options CPU_ENABLE_SSE
 options NO_F00F_HACK
 ident   *ident*
 
 options SCHED_ULE   

Re: FreeBSD Kernel Recompile, Does not exclude modules

2004-07-11 Thread Arjan Van Leeuwen
Hi Steve,

On Sun, 11 Jul 2004 17:25:40 +1000, Steven Adams [EMAIL PROTECTED] wrote:
 Hey,
 
 Reading from the FreeBSD Handbook I have compiled a new kernel that works
 fine.
 
 In my config file I commented out a few things I don't need eg USB etc.
 
 But for some reason when it booted back up into the new kernel, from ps aux
 it shows usb is up and running..

You mean that the program usbd is running. This is a userland program
that detects new USB devices and starts some predefined sequence of
commands when a certain device enters the system. You can turn it off
by adding usbd_enable=NO to /etc/rc.conf.

 
 /boot/kernel shows that usb.ko is there.
 
 I don't understand why its included which I commented it out

There's a difference between 'compiling something into the kernel' and
using a kernel module. usb.ko is a kernel loadable module - a module
that you can load with kldload if you need it. It's not compiled into
the kernel. When you had 'device usb' in your kernel, usb would be
compiled into the kernel and you'd never need to load the kernel
loadable module for it. Now, you've removed usb from your kernel
configuration file, so usb support is not in your kernel. Should you
need it later, you can always load the module.

If the module is not loaded, it doesn't take up any resources (except
for the hard drive space it uses), so it shouldn't bother you.

If you really don't want to compile any modules at all when building
your kernel (for example, to save time when building a kernel), add
NO_MODULES=true to /etc/make.conf.

Arjan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flashplasyer plug-in for Opera

2004-07-11 Thread Arjan Van Leeuwen
Hi Paolo,

You don't need the linuxpluginwrapper if you're using linux-opera,
only if you're using FreeBSD Opera. In that last case, it will only
work on FreeBSD 4.x, that's why you received a message that flash
support was unavailable.

linux-opera should work with linux-flashplugin{6,7} out of the box.

Arjan

On Sat, 10 Jul 2004 22:23:38 -0300, Paulo Fonseca Jr.
[EMAIL PROTECTED] wrote:
 Ok!
 
 Linux-Opera is just fine with flashplayer now on freebsd 5.1.
 
 make install on /usr/ports/www/linux-opera
 make install on /usr/ports/www/linux-flashplugin
 recompile and install /usr/src/libexec/rtld-elf and
 make /usr/ports/linuxpluginwrapper
 
 it'll runs ok!
 
 On Sat, 10 Jul 2004 22:01:56 -0300, Paulo Fonseca Jr.
 
 
 [EMAIL PROTECTED] wrote:
 
  Arjan,
 
  I running now:
  /usr/ports/www/linux-opera
  /usr/ports/www/linux-flashplugin
  /usr/ports/www/linuxpluginwrapper
 
  I received the message Flash6 with Opera is not avilable. on make of
  linuxpluginwrapper, but in browser, the shockwave flash plugin is
  active. I set up my browser to identify as Mozilla but web pages that
  use flash do not work fine. Can you send me some web page address that
  use flash ? www.globo.com or www.cursoaprovacao.com.br not work
  correctly.
 
  Thanks,
  Paulo.
 
  On Sat, 10 Jul 2004 14:27:57 +0200, Arjan Van Leeuwen
  [EMAIL PROTECTED] wrote:
 
  On Fri, 9 Jul 2004 23:29:17 -0400, epilogue [EMAIL PROTECTED]
  wrote:
  On Fri, 09 Jul 2004 21:49:14 -0300
  Paulo Fonseca Jr. [EMAIL PROTECTED] wrote:
 
   I'm trying to enable flash plug-in on freebsd 5.1 like this:
  
   1) cd /usr/ports/www/linux-flashplayer
   make install clean
   it's ok
  
   2) Tools - Preferences - Plug-ins - Change path
   the working path is: opera;
   /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/
   it's fine
  
   3) when opera starts with opera -debugplugin command the message
  below
   occurs:
 
  judging by the command above, you're using the 'native' version of
  opera
  (that is to say, opera for freebsd).  is there any reason you would
  expect
  the LINUX-flashplayer to work?   :P
 
  try /usr/ports/www/flashpluginwrapper for the native version OR install
  /usr/ports/www/linux-opera.  either should solve your problem.
 
  Use www/linuxpluginwrapper instead of www/flashpluginwrapper - it's
  newer, better maintained and supports a newer version of the Flash
  player.
 
  That said, it doesn't work with native Opera on FreeBSD 5.x - only on
  4.x. So if you want Flash in Opera on FreeBSD 5.x, use linux-opera.
 
  Arjan
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 
  Esta mensagem foi verificada pelo E-mail Protegido Terra.
  Scan engine: VirusScan / Atualizado em 08/07/2004 / Versão: 1.5.2
  Proteja o seu e-mail Terra: http://www.emailprotegido.terra.com.br/
 
 
 
 
 
 --
 Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Flashplasyer plug-in for Opera

2004-07-10 Thread Arjan Van Leeuwen
On Fri, 9 Jul 2004 23:29:17 -0400, epilogue [EMAIL PROTECTED] wrote:
 On Fri, 09 Jul 2004 21:49:14 -0300
 Paulo Fonseca Jr. [EMAIL PROTECTED] wrote:
 
  I'm trying to enable flash plug-in on freebsd 5.1 like this:
 
  1) cd /usr/ports/www/linux-flashplayer
  make install clean
  it's ok
 
  2) Tools - Preferences - Plug-ins - Change path
  the working path is: opera;
  /usr/X11R6/share/opera/plugins:/usr/local/lib/flash/
  it's fine
 
  3) when opera starts with opera -debugplugin command the message below
  occurs:
 
 judging by the command above, you're using the 'native' version of opera
 (that is to say, opera for freebsd).  is there any reason you would expect
 the LINUX-flashplayer to work?   :P
 
 try /usr/ports/www/flashpluginwrapper for the native version OR install
 /usr/ports/www/linux-opera.  either should solve your problem.

Use www/linuxpluginwrapper instead of www/flashpluginwrapper - it's
newer, better maintained and supports a newer version of the Flash
player.

That said, it doesn't work with native Opera on FreeBSD 5.x - only on
4.x. So if you want Flash in Opera on FreeBSD 5.x, use linux-opera.

Arjan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports

2004-07-10 Thread Arjan Van Leeuwen
Hi Patrick,

On Sat, 10 Jul 2004 18:02:02 +, Patrick Mackinlay
[EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 How do I submit fixes to a particular port?

If the port has a maintainer, send a mail to the maintainer with the
proposed fix. If the port has no maintainer ([EMAIL PROTECTED] is
listed as maintainer), use send-pr to send a patch that will end up in
the FreeBSD bug database.

Arjan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kde 3.2.3

2004-07-05 Thread Arjan Van Leeuwen
On Sun, 04 Jul 2004 22:53:01 -0500, Joshua Moore [EMAIL PROTECTED] wrote:
 
First off, remove all arts, qt, quanta, kde, and kdevelop packages.
Set your package site envirmomental variable to a site that has the
3.2.3 packages.  Then run pkg_add -r kde.  It should download and
install and save you a ton of time trying to compile everything from
source.

You can find KDE package sites at http://rabarber.fruitsalad.org/.

Javier Ramirez wrote:
 
 Hi
 Im try to install kde 3.2.3 in my freebsd i386 5.2.1
 
 the port to kde 3.2.3 only install kde 3.1.4
 and this is a error,
 
 Im  try to install from *.tbz files, and get a list of dependency
 error
 
 so,
 
 how to install kde-3.2.3 in my computer?
 
 please!!!
 
 ___
 [EMAIL PROTECTED] mailing list
 [2]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [3][EMAIL PROTECTED]
 
 References
 
1. mailto:[EMAIL PROTECTED]
2. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
3. mailto:[EMAIL PROTECTED]
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Gigafast usb wireless network card

2004-06-27 Thread Arjan Van Leeuwen
Hi,

On Sat, 26 Jun 2004 13:53:53 -0400, Ganesh Kini [EMAIL PROTECTED] wrote:
 
 Is it possible to configure Gigafast wireless network card WF741-UIC on x86 machine?

Check the atuwi project (http://vitsch.net/bsd/atuwi/), it might work
with this card.

Arjan

 
 Thanks
 Ganesh
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nForce2 Soundstorm on 5.2.1 Release

2004-04-12 Thread Arjan van Leeuwen
On Sunday 11 April 2004 05:14, Casey wrote:
 Hello,

 I have an Asus A7N8X Deluxe motherboard, which has a nVidia
 Soundstorm audio chipset on it.  However, I can't seem to get this
 chipset to detect in 5.2.1 Release, no matter what I try.  Being
 relatively new to FreeBsd, I don't really know that many ways to go
 about trying to get it to detect.  I was hoping someone out there might
 be able to tell me something to try, or at least confirm for me that
 this chipset doesn't currently have a driver that works, so I can stop
 banging my head against the wall.

Try 'kldload snd_ich' (as root), and 'dmesg' to see if your card is 
recognized. If that doesn't do the trick, try the other snd_ drivers (you can 
find them in /boot/kernel/). To make it permanent, add 'snd_ich_load=YES' 
to /boot/loader.conf.


 Also, on a completely unrelated note, how do you get the mouse scroll
 wheel to work?  I've got a Microsoft Optical mouse(PS/2) and while I can
 use the wheel as a middle button, the scroll function doesn't seem to help.

Add
   Option ZAxisMapping 4 5
to the mouse section of your /etc/X11/XF86Config. This is a FAQ, and you 
probably should've been able to find it through Google.

Arjan


 Thank you
   Casey
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to [EMAIL PROTECTED]


pgp0.pgp
Description: signature


Re: Problem installing/upgrading QT3.2

2003-09-20 Thread Arjan van Leeuwen
On Saturday 20 September 2003 14:11, Rob Lahaye wrote:
 Dragoncrest wrote:
   gmake[2]: *** No rule to make target
 
  `/usr/X11R6/include/qwindowsxpstyle.h', needed by
  `.obj/release-shared-mt/qstylefactory.o'.  Stop.
 
  My guess would be that there's an error in the make file or
  build scripts for this.  Since this is happening on the make install
  part of the process I'm not sure what can be done for this short of
  waiting on the maintainer to update the port with a corrected make file
  or make script.  Aside from that, you're stuck for now.

 Bad philosophy!
 In that case, revert the Qt port back to the previous working Qt 3.1 port
 ASAP and fix it in the meantime.

 Rob.

I had this error too. It looks like this can be fixed by deinstalling Qt 
before compiling the new version (or rather, before doing 'make configure' in 
the new version).

Arjan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem installing/upgrading QT3.2

2003-09-20 Thread Arjan van Leeuwen
On Saturday 20 September 2003 15:13, Larry Rosenman wrote:
 --On Saturday, September 20, 2003 14:55:25 +0200 Arjan van Leeuwen
 
  I had this error too. It looks like this can be fixed by deinstalling Qt
  before compiling the new version (or rather, before doing 'make
  configure' in  the new version).

 Bad idea for me, at least.  Since I run KDE, uninstalling Qt would BREAK
 KDE.

I did this myself while running KDE. It's not so difficult. 

Open Konsole, do a pkg_delete -fx qt-3.1, go to /usr/ports/x11-toolkits/qt32, 
and do a 'make clean  make install clean'. 

You can do all this while your desktop is running, just make sure you don't 
start any new programs that use Qt while doing it.

Arjan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Opera 7b4 does not render frames properly

2003-08-31 Thread Arjan van Leeuwen
On Sunday 31 August 2003 12:17, Kees Jan Koster wrote:
 Dear All,

 I am using Opera 7 beta 4, from the ports. I access Java's API site
 quite a bit, but Opera craps out after a few visits.

 After starting Opera I surf to http://java.sun.com/j2se/1.3/docs/api/. I
 then browse around a bit and after a while I return to the API page. I
 can still see the frame outlines, but the pages are grey.

 I witnessed this behaviour on my laptop and my desktop machine (Opera 7,
 FreeBSD 4.9-prerelease). All my ports are up to date as of today.

 The Opera knowledge base site is so confusing that I cannot even search
 properly. I cannot tell if Opera 7b7 is going to fix this issue or not.
 Is there anyone running b4 that can confirm/deny my story? Is there
 anyone running b7 that can tell me if they are seeing the same
 behaviour?

 Please keep me CC'd as I am not on the list.

Hi Kees Jan,

This is a known bug in B4, it has problems with frame pages. You'll see the 
same behavior on Google Groups, for example. All betas after B4 don't have 
this problem. 

The updated port for B7 is in PR ports/56181 
(http://www.freebsd.org/cgi/query-pr.cgi?pr=56181), but so far I haven't 
found a committer to commit it.

Best regards,

Arjan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]