lsusb gives 115b:3150 Salix Technology Co., Ltd.
Google gives treat as a video device, or use Medion MD88601 USB-Diascanner (using SANE) (mine has a different box shape, but the slide/negative carriers are the same).
Apr 28 13:42:00 zoxed kernel: usb 7-2: new full-speed USB device number 3 using uhci_hcd Apr 28 13:42:00 zoxed kernel: scsi7 : usb-storage 7-2:1.0 Apr 28 13:42:01 zoxed kernel: scsi 7:0:0:0: Direct-Access Garmin FR110 Flash 1.00 PQ: 0 ANSI: 5 Apr 28 13:42:01 zoxed kernel: sd 7:0:0:0: Attached scsi generic sg4 type 0 Apr 28 13:42:01 zoxed kernel: sd 7:0:0:0: [sdd] 11904 512-byte logical blocks: (6.09 MB/5.81 MiB) Apr 28 13:42:01 zoxed kernel: sd 7:0:0:0: [sdd] Write Protect is off Apr 28 13:42:01 zoxed kernel: sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00 Apr 28 13:42:01 zoxed kernel: sd 7:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Apr 28 13:42:01 zoxed kernel: sdd: Apr 28 13:42:01 zoxed kernel: sd 7:0:0:0: [sdd] Attached SCSI removable disk Apr 28 13:42:05 zoxed kernel: usb 7-2: USB disconnect, device number 3 Apr 28 13:42:05 zoxed kernel: sd 7:0:0:0: [sdd] Synchronizing SCSI cache Apr 28 13:42:05 zoxed kernel: sd 7:0:0:0: [sdd] Apr 28 13:42:05 zoxed kernel: Result: hostbyte=0x01 driverbyte=0x00Try 3rd party GarminPlugin (Garmin do not support Linux). Could not get Firefox to recognise it: give up for now !!
SOLUTION (August 2013): was running kernel 3.6.11 (I think), now running 3.8.13, just tried it again, and it now it just works: mounts fine like any other USB stick and can copy the "FIT" files off it.
png.c:(.text+0x1135): undefined reference to `png_set_gray_1_2_4_to_8'SOLUTION: mtPaint is quite old, and seems to assume libpng 1.2.x, but the current in Gentoo is 1.5.
emerge -av =media-libs/libpng-1.2.46 # or whatever minor version you have vi _conf.txt # replace "libpng" with "libpng12" ln -s libpng12.so.0 libpng12.so # I had ot do this in /usr/lib64 and /usr/lib32
./psi/fapi_ft.c:295: error: 'FT_Incremental_MetricsRec' has no member named 'advance_v' make[2]: *** [soobj/fapi_ft.o] Error 1SOLUTION: Symbol relates to FreeType, so I update media-libs/freetype from 2.3.9-r1 to 2.4.7 and the problem was fixed
SOLUTION: emerge -av1 x11-libs/gtk+ Then rm ~/.thumbnails/fail/gnome-thumbnail-factory/*.png
/var/tmp/portage/media-video/linux-uvc-0.1.0_pre250/work/linux-uvc-0.1.0_pre250/uvc_v4l2.c:1102: error: 'v4l_compat_ioctl32' undeclared here (not in a function)SOLUTION: If you have kernel >= 2.6.26 then unmerge this package and build in kernel: Webcam - Gentoo Wiki.
SOLUTION: http://bugs.gentoo.org/show_bug.cgi?id=295029 says use 3.1.1 (current highest unstable), builds OK for me.
postscript: turned out to be redundant as my mobo is served by kernel module asus_atk0110.
SOLUTION: Check your 32bit emulation libraries are all up to date (eix -I emul-linux) (I updated app-emulation/emul-linux-x86-compat app-emulation/emul-linux-x86-gtklibs and Firefox then started.)
~/.pytrainer/log.out: "Not able to find sqlite2 module (new in python 2.5)"SOLUTION: Ensure python was emerged with "sqlite" flag set.
checking for ncursesw5-config... no configure: error: ncursesw5-config executable is missing,SOLUTION: update ncurses (5.6-r2 worked with ncmpcpp 0.2.4 for me)
emerge -av app-emulation/wine-1.1.4 Calculating dependencies... done! [ebuild U ] app-emulation/wine-1.1.4 [1.1.0] USE="X alsa cups gecko jpeg ncurses xml (-dbus) -esd (-hal) -jack -lcms -ldap (-nas) -opengl -oss -samba (-scanner)" 0 kB
... lots of glX errors opengl_norm.c:(.text+0xcdb8): undefined reference to `glAccum' wgl.o: In function `wine_glGetString': wgl.c:(.text+0x8d9): undefined reference to `glGetString' wgl.c:(.text+0x91c): undefined reference to `glGetString' wgl.o: In function `wglGetProcAddress': wgl.c:(.text+0xf0b): undefined reference to `glGetString' collect2: ld returned 1 exit status winegcc: x86_64-pc-linux-gnu-gcc failed make[2]: *** [opengl32.dll.so] Error 2SOLUTION: build with "opengl" flag.
ld: i386 architecture of input file `cpu_feat.o' is incompatible with i386:x86-64 output ld: i386 architecture of input file `synthasm.o' is incompatible with i386:x86-64 outputSOLUTION 1: Following a suggestion at Gentoo Foums: Can't emerge musepack-tools on x86_64 re-emerge using:
> "MAKEOPTS="-j1" emerge -av media-sound/musepack-tools"This got further but then:
ld: i386 architecture of input file `fft4gasm.o' is incompatible with i386:x86-64 outputSOLUTION 2: Following suggestions at Gentoo Bug 188160 take this updated ebuild musepack-tools-1.15v-r2.ebuild install locally and re-emerge as above This got further but then:
nasm: fatal: unrecognised output format `elf64' - use -hf for a listSOLUTION 3: use unstable ~amd64 for nasm to get 2.02 instead of -0.98.39-r3, re-emerge nasm and then musepack-tools: all compiles.
* dev-libs/libpcre-6.3 does not actually support the unicode USE flag!SOLUTION: emerge of dev-libs/libpcre from 6.3 to latest (7.4) followed by goffice again fixed it. (I think the unicode flag for libpcre was introduced sometime between those two versions.)
{standard input}: Assembler messages: {standard input}:2186: Error: no such instruction: `pabsw %xmm0,%xmm0' {standard input}:2190: Error: no such instruction: `psignw %xmm1,%xmm0' {standard input}:2242: Error: no such instruction: `pabsw %xmm0,%xmm0' {standard input}:2248: Error: no such instruction: `psignw %xmm1,%xmm0'SOLUTION: Google suggest binutils upgrade: I did (from 2.16.1 to 2.18) and it worked.
* ERROR: media-video/avidemux-2.4_pre3 failed. * Call stack: * ebuild.sh, line 1701: Called dyn_compile * ebuild.sh, line 1039: Called qa_call 'src_compile' * ebuild.sh, line 44: Called src_compile * avidemux-2.4_pre3.ebuild, line 94: Called cmake-utils_src_compile * cmake-utils.eclass, line 81: Called cmake-utils_src_make * cmake-utils.eclass, line 146: Called die * The specific snippet of code: * emake "$@" || die "Make failed!" * The die message: * Make failed!SOLUTION: Gentoo forums suggest the SVN version from berkano layout is OK. It is, but see other problems above.
emerge -av layman # 1.1.1 worked for me emerge -av dev-util/subversion # required by layman for berkano # 1.4.5 worked for me emerge -av spidermonkey # ensure threadsafe is set # 1.7.0 worked for me layman -f layman -a berkano emerge -av avidemuxThis may work: otherwise see next error up the page !!
SOLUTION: Check /etc/make.conf and if you have "uk" in the LINGUAS entry then remove it, ensure you have "en" included ("en_GB" is not supported by MPlayer) and re-emerge mplayer ("uk" is Ukranian, not United Kingdom).
"Failed to access torrent file ''. Ensure sufficient temporary file space available (check browser cache usage).
SOLUTION: in /usr/bin/azureus use if [ "$1" == "" ];
then
to decide if "$1" is passed to java. (Whilst you are there
you could change the .Azureus
references to the new
.azureus
directory.). Gentoo bugs 137201 and
126822. Experimental script available here
fixes both the parameter error and the change in directory name.
(Google had lead me to this fix here but I repeat it here in case that page disappears !)
> azureus Attempting to start Azureus... Exception in thread "main" java.lang.NoClassDefFoundError: org/gudy/azureus2/ui/swt/Main >
Problem: seems like my recent upgrade from Python 2.3 to 2.4 broke the java-config script (at least in some situations).
Solution (initial): edit first line of
/usr/bin/java-config
to be #!/usr/bin/env
python2.3
)
Test: Python 2.4 (default)
> java-config --list-available-vms Traceback (most recent call last): File "/usr/bin/java-config", line 14, in ? from java_config import jc_options ImportError: No module named java_config >
Test: Python 2.3
> java-config --list-available-vms [sun-jre-bin-1.5.0.06] "Sun JRE 1.5.0.06" (/etc/env.d/java/20sun-jre-bin-1.5.0.06) [blackdown-jdk-1.4.1] "Blackdown JDK 1.4.1" (/etc/env.d/java/20blackdown-jdk-1.4.1) * >
SOLUTION (correct): I later found this post java-config error [SOLVED] that suggests running python-updater should fix the problem, so I ran it again (I had already done it once after the 2.3 to 2.4 update), updated the packages that no longer had an ebuild, re-ran python-updater to be sure, and Azureus now runs OK without my hack.
/usr/include/dvdread/ifo_types.h:32:2: #error "Must include <inttypes.h> or <stdint.h> before any libdvdread header." make[1]: *** [demux_rtp.o] Error 1SOLUTION: I was using the "dvdread" flag, remove this to use mplayer-1.0.20060217/libmpdvdkit2. Builds, but at first try it does not play DVDs: just hangs with high IO and occasional DVD drive spinup (mplayer -dvd-device /dev/hdc dvd://1) (AV files on hardrive play OK).
eg when running dfbinfo
SOLUTION: Re-emerged after setting VIDEO_CARDS="nvidia" and INPUT_DRIVERS="keyboard ps2mouse" in /etc/make.conf /usr/lib/directfb-0.9.22/system now exists and dfbinfo runs OK
Test on a running system: /sbin/bootchartd start; sleep 30; /sbin/bootchartd stop
SOLUTION: re-emerge 0.8 and it worked !
Notes:
{standard input}:3622: Error: suffix or operands invalid for `movd'
In /etc/make.conf I replaced:
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
with:
CFLAGS="-O3 -march=pentium4 -mcpu=pentium4 -fomit-frame-pointer"
SOLUTION: deleted /var/tmp/portage/a52dec-0.7.4-r5 and emerge again worked. (I do not know/care which flag did it !!)
make[1]: *** No rule to make target `@POMAKEFILEDEPS@', needed by `Makefile'. Stop.
SOLUTION: After Googling around I upgraded these packages: gettext, sed, automake and then un-merged drg. Still alsa-utils would not build, but when I removed all of /var/tmp/portage/alsa-utils-1.0.10_rc3 and emerged alsa-utils it worked fine (I have FEATURES="ccache keepwork" in my make.conf). But I do not know which package upgrade really fixed it !