LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-21-2006, 09:11 PM   #1
sf_basilix
LQ Newbie
 
Registered: May 2006
Distribution: Fedora Core 4 x86_64
Posts: 16

Rep: Reputation: 0
plextor convertx, FC4 2.6.16-1 and go7007 driver problems


I seem to be having some recognition problems with a plextor convertx px-tv402u/na and a fresh install of Fedora Core 4 running kernel 2.6.16-1.2108_FC4. I was trying everything I could before I decided to reinstall from scratch to ensure it wasn't something else. I found these same errors posted elsewhere, but no one has posted a resolution for it. I have an AMD system running a clean install of FC4 - (did a yum upgrade before anything) and installed the wis-go7007-linux-0.9.8 driver for the plextor. I've followed the README to a tee, but I still am having a problem. Here is the make and make install output:

# make

***** Using kernel source in /usr/src/kernels/2.6.16-1.2108_FC4-x86_64 *****

make modules -C /usr/src/kernels/2.6.16-1.2108_FC4-x86_64 M=/var/tmp/software/wis-go7007-linux-0.9.8/kernel
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2108_FC4-x86_64'
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-driver.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-i2c.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-fw.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-usb.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/snd-go7007.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7115.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw9903.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-uda1342.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-sony-tuner.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7113.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-ov7640.o
CC [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw2804.o
Building modules, stage 2.

MODPOST
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-usb.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-usb.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/snd-go7007.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/snd-go7007.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-ov7640.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-ov7640.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7113.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7113.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7115.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7115.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-sony-tuner.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-sony-tuner.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw2804.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw2804.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw9903.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw9903.ko
CC /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-uda1342.mod.o
LD [M] /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-uda1342.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2108_FC4-x86_64'
sed -e s/@FIRMWARE_DIR@/\\/lib\\/firmware/ \
-e s/@FXLOAD@/\\/sbin\\/fxload/ \
hotplug/wis-ezusb
sed -e s/@FIRMWARE_DIR@/\\/lib\\/firmware/ \
-e s/@FXLOAD@/\\/sbin\\/fxload/ \
udev/wis-ezusb.rules
make -C apps CFLAGS="-I/usr/src/kernels/2.6.16-1.2108_FC4-x86_64/include -I../include"
make[1]: Entering directory `/var/tmp/software/wis-go7007-linux-0.9.8/apps'
gcc -Wall -I/usr/src/kernels/2.6.16-1.2108_FC4-x86_64/include -I../include -o gorecord gorecord.c tv-freq.c
gcc -Wall -I/usr/src/kernels/2.6.16-1.2108_FC4-x86_64/include -I../include -o modet modet.c -lncurses
make[1]: Leaving directory `/var/tmp/software/wis-go7007-linux-0.9.8/apps'


# make install
make modules_install INSTALL_MOD_PATH= \
-C /usr/src/kernels/2.6.16-1.2108_FC4-x86_64 M=/var/tmp/software/wis-go7007-linux-0.9.8/kernel
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2108_FC4-x86_64'
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007-usb.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/go7007.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/snd-go7007.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-ov7640.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7113.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-saa7115.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-sony-tuner.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw2804.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-tw9903.ko
INSTALL /var/tmp/software/wis-go7007-linux-0.9.8/kernel/wis-uda1342.ko
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2108_FC4-x86_64'
/sbin/depmod -a

Installing include files into /usr/src/kernels/2.6.16-1.2108_FC4-x86_64/include/linux

install -m 0644 include/*.h /usr/src/kernels/2.6.16-1.2108_FC4-x86_64/include/linux

Installing firmware files into /lib/firmware

[ -d /lib/firmware ] || \
install -d /lib/firmware
[ -d /lib/firmware/ezusb ] || \
install -d /lib/firmware/ezusb
rm -f /lib/firmware/PX-402U.bin
install -m 0644 firmware/*.bin /lib/firmware
install -m 0644 firmware/ezusb/*.hex /lib/firmware/ezusb
install -m 0644 udev/wis-ezusb.rules /etc/udev/rules.d
rm -f /etc/hotplug/usb/wis-ezusb
rm -f ietc/hotplug/usb/wis.usermap
make install -C apps DESTDIR=
make[1]: Entering directory `/var/tmp/software/wis-go7007-linux-0.9.8/apps'
No install for apps yet
make[1]: Leaving directory `/var/tmp/software/wis-go7007-linux-0.9.8/apps'


Now, the problem happens when I try what is listed in the README for gorecord:

[root@mythtv wis-go7007-linux-0.9.8]# apps/gorecord -duration 60 capture.avi
Unable to read /sys/bus/usb/drivers/go7007: No such file or directory
Is the go7007-usb kernel module loaded?


I've tried unplugging and plugging the USB device back in, all different ports, I've rebooted and tried everything others have tried, but I can't get this to work. Upon inserting it back into the USB port, I captured the output from /var/log/messages, hoping that someone would recognize what might be going on. Here is the output when I plug the device in:

May 21 21:30:04 mythtv kernel: usb 1-1: USB disconnect, address 2
May 21 21:30:09 mythtv kernel: usb 1-1: new high speed USB device using ehci_hcd and address 8
May 21 21:30:09 mythtv kernel: usb 1-1: configuration #1 chosen from 1 choice
May 21 21:30:10 mythtv kernel: usb 1-1: USB disconnect, address 8
May 21 21:30:12 mythtv kernel: usb 1-1: new high speed USB device using ehci_hcd and address 9
May 21 21:30:12 mythtv kernel: usb 1-1: configuration #1 chosen from 1 choice
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_new
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_new
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_register
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_card_register
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_free
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_card_free
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_new
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_card_new
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_lib_ioctl
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_lib_ioctl
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_set_ops
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_set_ops
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_device_new
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_device_new
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_disconnect
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_card_disconnect
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_free_in_thread
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_card_free_in_thread
May 21 21:30:12 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_period_elapsed
May 21 21:30:12 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_period_elapsed
May 21 21:30:12 mythtv kernel: go7007: Unknown symbol go7007_snd_remove
May 21 21:30:12 mythtv kernel: go7007: Unknown symbol go7007_snd_init
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_read_addr
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_remove
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_boot_encoder
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_parse_video_stream
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_register_encoder
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_alloc
May 21 21:30:12 mythtv kernel: go7007_usb: Unknown symbol go7007_read_interrupt
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_new
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_new
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_register
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_card_register
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_free
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_card_free
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_new
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_card_new
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_lib_ioctl
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_lib_ioctl
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_set_ops
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_set_ops
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_device_new
May 21 21:30:13 mythtv modprobe: WARNING: Error inserting snd_go7007
(/lib/modules/2.6.16-1.2108_FC4/extra/snd-go7007.ko): Unknown symbol in module, or unknown parameter (see dmesg)
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_device_new
May 21 21:30:13 mythtv modprobe: WARNING: Error inserting go7007
(/lib/modules/2.6.16-1.2108_FC4/extra/go7007.ko):Unknown symbol in module, or unknown parameter (see dmesg)
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_disconnect
May 21 21:30:13 mythtv modprobe: FATAL: Error inserting go7007_usb
(/lib/modules/2.6.16-1.2108_FC4/extra/go7007-usb.ko): Unknown symbol in module, or unknown parameter (see dmesg)
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_card_disconnect
May 21 21:30:13 mythtv usb.agent[12190]: ... can't load module go7007-usb
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_card_free_in_thread
May 21 21:30:13 mythtv usb.agent[12190]: missing kernel or user mode driver go7007-usb
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_card_free_in_thread
May 21 21:30:13 mythtv kernel: snd_go7007: disagrees about version of symbol snd_pcm_period_elapsed
May 21 21:30:13 mythtv kernel: snd_go7007: Unknown symbol snd_pcm_period_elapsed
May 21 21:30:13 mythtv kernel: go7007: Unknown symbol go7007_snd_remove
May 21 21:30:13 mythtv kernel: go7007: Unknown symbol go7007_snd_init
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_read_addr
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_remove
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_boot_encoder
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_parse_video_stream
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_register_encoder
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_alloc
May 21 21:30:13 mythtv kernel: go7007_usb: Unknown symbol go7007_read_interrupt




I also checked the hotplug usb directory:

# ls -l /etc/hotplug/usb
total 84
drwxr-xr-x 2 root root 4096 May 21 09:27 .
drwxr-xr-x 4 root root 4096 May 21 03:30 ..
-rw-r--r-- 1 root root 57236 Apr 5 10:16 libsane.usermap
-rwxr-xr-x 1 root root 2352 Apr 5 10:16 libusbscanner
-rwxr-xr-x 1 root root 1654 Jul 27 2005 usbcam

I don't see anything there, but I am not sure anything would be. I'm just trying to pass along any info in case it can help diagnose the issue.

At the sake of making this post excessively long, I will post anything that anyone would like to see. Has anyone gone through this before and/or have suggestions?

Thanks in advance!
 
Old 05-26-2006, 09:44 PM   #2
sf_basilix
LQ Newbie
 
Registered: May 2006
Distribution: Fedora Core 4 x86_64
Posts: 16

Original Poster
Rep: Reputation: 0
Well, this problem seemed to fix itself when I updated the kernel, however it revisited with ALSA. As it turns out I was having trouble with ALSA in a program and thought it would be best to update it (actually remove and reinstall). When I did so, using yum, the same problem above appeared!!

So now I'm hosed! I can't upgrade ALSA without jamming the Plextor Convertx - great! I think the only reason why it worked when I upgraded the kernel was because it probably lost whatever ALSA put in there.

I'm trying a bunch of other things now - I've reinstalled and put an exclude statement in the /etc/yum.conf file to exclude all alsa programs (rpm -qa | grep alsa). I'm trying to see if this works, but I can't get past a stinking yum upgrade. Every time I do this on a FRESH install of Fedora CORE 4, it just hangs right around the 300 mark of 700+ updates. It was initially hanging on dbus-x11, but I've reinstalled again, upgraded yum, then upgraded dbus-x11, only to now have it hang on the java upgrade. I can't win with this annoying OS and I can't believe it's this unreliable on a FRESH install. I'm completely at my limits with this system...

Last edited by sf_basilix; 05-29-2006 at 08:14 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC4 problems compiling the smartlink modem driver on a toshiba satellite scottie4442 Fedora 43 05-20-2006 09:27 AM
problems installing hostap driver 0.4.7 on FC4 jamminbreeze Linux - Networking 0 04-14-2006 05:37 PM
Plextor PX-708A dvd burning problems Phorem Linux - Hardware 5 11-17-2004 03:38 AM
Problems with Plextor 708UF gryf Linux - Hardware 0 03-09-2004 08:51 AM
No Plextor PX-6XCS driver - install snag awdoyle Linux - Hardware 1 09-03-2002 05:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration