Error running linux-flashplugin6/linuxpluginwrapper

2004-03-18 Thread Mats Dufberg
I have installed www/firefox, www/linux-flashplugin6 and
www/linuxpluginwrapper from ports. From that I should get flash support in
firefox. When I start firefox is complains with the following error
message:

LoadPlugin: failed to initialize shared library
  /usr/local/lib/linux-flashplugin6/libflashplayer.so [Shared object
  libpthread.so.0 not found]
LoadPlugin: failed to initialize shared library
  /usr/local/Acrobat5/Browsers/intellinux/nppdf.so [Shared object
  libc.so.6 not found]

(I focus on the flash problem now.)


libpthread.so.0 is installed and the machine has linux support:

$ locate libpthread.so.0
/usr/compat/linux/lib/libpthread.so.0

$ uname -r
5.1-RELEASE-p8

$ kldstat | grep linux
 41 0xc4332000 18000linux.ko

$ grep linux /etc/rc.conf
linux_enable=YES


I tested to make a symbolic link from /lib/libpthread.so.0 to
/usr/compat/linux/lib/libpthread.so.0 and updated the regular FreeBSD
library cache (with ldconfig) and then libpthread.so.0 seems to be
found, but libflashplayer.so compained about anohter library.


Does anyone have a suggestion what is wrong?



Mats

-
Mats Dufberg  [EMAIL PROTECTED]
Blaoarvsgraend 42  +46-8-38 48 59
SE-162 45 Vaellingby, Sweden  +46-70-258 2588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Support for Memorybird USB mass storage

2003-02-01 Thread Mats Dufberg
FreeBSD version: 5.0

I try to connect a Fujitsu Memorybird, a USB mass storage device, to my
computer. When I connect it to the USB bus I get the follwing message:

  umass0: Fujitsu Memorybird, rev 1.10/1.00, addr 3
  da0 at umass-sim0 bus 0 target 0 lun 0
  da0: Fujitsu Memorybird 1.06 Removable Direct Access SCSI-0 device
  da0: 1.000MB/s transfers
  da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C)
  (da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing
   minimum_cmd_size to 10

And with usbdevs(8) and camcontrol(8) I can list the device:

  # usbdevs -d -v -a 3 -f /dev/usb1
  Controller /dev/usb1:
  addr 3: full speed, power 100 mA, config 1, Memorybird(0x0100),
  Fujitsu(0x0d7d), rev 1.00
umass0

  # camcontrol devlist -v
  scbus0 on umass-sim0 bus 0:
  Fujitsu Memorybird 1.06  at scbus0 target 0 lun 0 (da0,pass0)
  scbus-1 on xpt0 bus 0:
   at scbus-1 target -1 lun -1 (xpt0)




But how do I access it? Can I access it?



Mats

-
Mats Dufberg [EMAIL PROTECTED]
Blaoarvsgraend 42  +46-8-38 48 59
SE-162 45 Vaellingby, Sweden  +46-70-258 2588


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Support for Memorybird USB mass storage

2003-02-01 Thread Mats Dufberg
On Feb 2, 2003, 00:20 (+0100) Mats Dufberg [EMAIL PROTECTED] wrote:

 FreeBSD version: 5.0

 I try to connect a Fujitsu Memorybird, a USB mass storage device, to my
 computer. When I connect it to the USB bus I get the follwing message:

   umass0: Fujitsu Memorybird, rev 1.10/1.00, addr 3
   da0 at umass-sim0 bus 0 target 0 lun 0
   da0: Fujitsu Memorybird 1.06 Removable Direct Access SCSI-0 device
   da0: 1.000MB/s transfers
   da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C)
   (da0:umass-sim0:0:0:0): READ(6)/WRITE(6) not supported, increasing
minimum_cmd_size to 10
(...)
 But how do I access it? Can I access it?

Well, the following actually works,

# mount -t msdos /dev/da0s1 /memorybird


Since the there is support for hot-swapping of the device, I guess that
there should be some kind of automatic mount/umount of the device.



Mats

-
Mats Dufberg [EMAIL PROTECTED]
Blaoarvsgraend 42  +46-8-38 48 59
SE-162 45 Vaellingby, Sweden  +46-70-258 2588


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message