Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xawtv segment fault
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Thu Oct 16, 2003 2:27 am    Post subject: xawtv segment fault Reply with quote

Code:
bash-2.05b# xawtv
This is xawtv-3.86, running on Linux/i686 (2.4.20-gentoo-r7)
Warning: Cannot convert string "-*-ledfixed-medium-r-*--39-*-*-*-c-*-*-*" to type FontStruct
Segmentation fault


Any ideas? I compiled v4l into the kernel and have the bttv module loaded
tuner type=2
bttv card=2 tuner=2

the card is a wintv-go card.
Back to top
View user's profile Send private message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Thu Oct 16, 2003 2:46 am    Post subject: More Info Reply with quote

Code:
bash-2.05b# lsmod
Module                  Size  Used by    Tainted: P
nvidia               1624928  11  (autoclean)
usb-storage            63892   0
ohci1394               17608   0  (unused)
ieee1394               34188   0  [ohci1394]
usb-ohci               19272   0  (unused)
ehci-hcd               15240   0  (unused)
snd-intel8x0           19460   0
snd-ac97-codec         37664   0  [snd-intel8x0]
snd-mpu401-uart         3488   0  [snd-intel8x0]
snd-rawmidi            13856   0  [snd-mpu401-uart]
snd-seq-device          4384   0  [snd-rawmidi]
snd-pcm                62240   0  [snd-intel8x0]
snd-timer              14728   0  [snd-pcm]
snd                    31204   0  [snd-intel8x0 snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm snd-timer]
snd-page-alloc          5292   0  [snd-intel8x0 snd-pcm]
usbcore                63040   1  [usb-storage usb-ohci ehci-hcd]
tvaudio                14204   0  (autoclean) (unused)
bttv                   78528   0  (unused)
tuner                  11008   1
btaudio                11052   1
soundcore               3940   3  [snd bttv btaudio]
sis900                 14572   1
Back to top
View user's profile Send private message
AresTheImpaler
Tux's lil' helper
Tux's lil' helper


Joined: 27 Feb 2003
Posts: 143

PostPosted: Thu Oct 16, 2003 3:12 am    Post subject: Re: More Info Reply with quote

bekirk wrote:
Code:
bash-2.05b# lsmod
Module                  Size  Used by    Tainted: P
nvidia               1624928  11  (autoclean)
usb-storage            63892   0
ohci1394               17608   0  (unused)
ieee1394               34188   0  [ohci1394]
usb-ohci               19272   0  (unused)
ehci-hcd               15240   0  (unused)
snd-intel8x0           19460   0
snd-ac97-codec         37664   0  [snd-intel8x0]
snd-mpu401-uart         3488   0  [snd-intel8x0]
snd-rawmidi            13856   0  [snd-mpu401-uart]
snd-seq-device          4384   0  [snd-rawmidi]
snd-pcm                62240   0  [snd-intel8x0]
snd-timer              14728   0  [snd-pcm]
snd                    31204   0  [snd-intel8x0 snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device snd-pcm snd-timer]
snd-page-alloc          5292   0  [snd-intel8x0 snd-pcm]
usbcore                63040   1  [usb-storage usb-ohci ehci-hcd]
tvaudio                14204   0  (autoclean) (unused)
bttv                   78528   0  (unused)
tuner                  11008   1
btaudio                11052   1
soundcore               3940   3  [snd bttv btaudio]
sis900                 14572   1


you need: i2c-algo-bit and i2c-core.
Also I think tuner should be modprobed before the bttv module
Back to top
View user's profile Send private message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Thu Oct 16, 2003 3:43 am    Post subject: I have it compiled into the kernel I think Reply with quote

Code:

  ? ?      <*> I2C support                                                ? ?
  ? ?      <*> I2C bit-banging interfaces                                 ? ?
  ? ?      < >   Philips style parallel port adapter                      ? ?
  ? ?      < >   ELV adapter                                              ? ?
  ? ?      < >   Velleman K9000 adapter                                   ? ?
  ? ?      < >   Basic I2C on Parallel Port                               ? ?
  ? ?      < > I2C PCF 8584 interfaces                                    ? ?
  ? ?      <*> I2C device interface                                       ? ?
  ? ?      <*> I2C /proc interface (required for hardware sensors)        ? ?
  ? ?                                                                     ? ?
Back to top
View user's profile Send private message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Thu Oct 16, 2003 8:19 pm    Post subject: Well I thought I would give Freevo and MythTV a try. Reply with quote

No luck. Freevo gives me an error:

Code:
medion root # /opt/freevo/freevo
ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/cdroms/cdrom0', 'CD-1')"
WARNING: PyLirc not found, lirc remote control disabled!
GetModeLine - scrn: 0 clock: 94500
GetModeLine - hdsp: 1024 hbeg: 1072 hend: 1168 httl: 1376
              vdsp: 768 vbeg: 769 vend: 772 vttl: 808 flags: 5
failed to load plugin mixer
Traceback (most recent call last):
  File "src/plugin.py", line 334, in __load_plugin__
    p = eval('%s()' % object)
  File "<string>", line 0, in ?
  File "src/plugins/mixer.py", line 105, in __init__
    self.setMainVolume(config.DEFAULT_VOLUME)
  File "src/plugins/mixer.py", line 179, in setMainVolume
    self._setVolume(self.SOUND_MIXER_WRITE_VOLUME, self.mainVolume)
  File "src/plugins/mixer.py", line 164, in _setVolume
    fcntl.ioctl(self.mixfd.fileno(), device, data)
IOError: [Errno 22] Invalid argument
/opt/freevo/freevo: line 151: 19115 Illegal instruction     ./runapp python -OO src/main.py $@


MythTV I don't think was working but I could be wrong about that now. I was able to launch it remotely but I don't know what is happening on the screen at the present time, since I am not infront of the computer.
Back to top
View user's profile Send private message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Thu Oct 16, 2003 9:00 pm    Post subject: Partial solution might get me in the right direction. Reply with quote

I can run xawtv with the noxv option, so my Xvideo doesn't seem to like what I am doing. I have nvidia and I am using the nvidia driver not the nv driver.

Any more help would be appriciated.
Back to top
View user's profile Send private message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Thu Oct 16, 2003 11:28 pm    Post subject: More info... Reply with quote

Everyone is probably getting sick of hearing from me.

Using the nv kernel drivers it works with xawtv...
the nvidia addin modules it doesn't work...

infact when I run it with xawtv -noxv with the nvidia driver it freezes.
Back to top
View user's profile Send private message
Kackwurst-Joe
n00b
n00b


Joined: 01 Sep 2003
Posts: 17

PostPosted: Fri Oct 17, 2003 3:26 pm    Post subject: no help Reply with quote

Hi,

same problem here. Using the nvidia driver, i get the segmentation fault.
Using -noxv it runs just fine.

Are there any downsides of disabling xv?

greetings,
Joe
Back to top
View user's profile Send private message
bekirk
n00b
n00b


Joined: 19 Sep 2003
Posts: 40

PostPosted: Fri Oct 17, 2003 4:49 pm    Post subject: Yes I believe there are. Reply with quote

If you go to full screen I think that you will have a black boarder where as with the without the -noxv option you can get a full screen picture.

I also realize that xawtv crashes my system with either nv or nvidia drivers. I have been using tvtime it seems more stable.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum