Autor Tópico: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)  (Lida 45145 vezes)

Offline mstr

  • Usuário Ubuntu
  • *
  • Mensagens: 379
    • Ver perfil
    • instalar qualquer placas de captura PCI
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #30 Online: 16 de Setembro de 2007, 17:49 »
Intruder_A6,

isso deve ser algo com o locales, tenta isso
Citar
acertar o locales

verifique se no arquivo:
no ubuntu -> /etc/locale.alias
no debian -> /etc/locale.gen

existe a seguinte linha:
brasileiro      pt_BR ISO-8859-1

se não existir inclua

------------------------

verifique se o aquivo /etc/environment possue este conteudo
LC_ALL=pt_BR
LANGUAGE=pt_BR
LC_MESSAGES=pt_BR
GTK_IM_MODULE=xim
LANG=pt_BR

------------------------

execute o comando
sudo dpkg-reconfigure -p low locales

e reinicie

------------------------

se mesmo assim não alterar para a localidade correta
reinstale o locales
# aptitude reinstall locales

confira os passos anteriores e reinicie que deve acertar

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #31 Online: 16 de Setembro de 2007, 18:41 »
Já fiz tudo, agora já consigo acentuar dentro do editor de texto, mas estranhamente não funciona dentro de uma janela do Firefox, o teclado continua sendo o internacional e continuo sem poder mudar.

O buraco parece ser bem mais em baixo.

Offline mstr

  • Usuário Ubuntu
  • *
  • Mensagens: 379
    • Ver perfil
    • instalar qualquer placas de captura PCI
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #32 Online: 16 de Setembro de 2007, 22:56 »
Intruder_A6,

tenta no firefox -> editar -> preferencias

na aba conteúdo -> fontes e cores clike em avançado

fontes padrão para ocidental

codificação padrão usar ocidental iso-8859-1

seta a pagina pode usar outras fontes

deve resolver

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #33 Online: 17 de Setembro de 2007, 07:37 »
Intruder_A6,

tenta no firefox -> editar -> preferencias

na aba conteúdo -> fontes e cores clike em avançado

fontes padrão para ocidental

codificação padrão usar ocidental iso-8859-1

seta a pagina pode usar outras fontes

deve resolver

Vou tentar a noite. Mas e o teclado, que continua sendo reconhecido pelo Kubuntu como Internacional e não o ABNT2 sem que eu tenha a opção de mudar, como é que eu devo proceder ?
« Última modificação: 17 de Setembro de 2007, 07:41 por Intruder_A6 »

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #34 Online: 17 de Setembro de 2007, 20:24 »
Intruder_A6,

tenta no firefox -> editar -> preferencias

na aba conteúdo -> fontes e cores clike em avançado

fontes padrão para ocidental

codificação padrão usar ocidental iso-8859-1

seta a pagina pode usar outras fontes

deve resolver

Já estava assim, mesmo assim eu experimentei mudar para outra coisa e depois voltei para ocidental iso-8859-1 ( já tive problema com o firefox com uma configuração que ele teimava em não aceitar, e resolvi mudando para outra e depois voltando para a antiga para que funcionasse ). Depois de fazer isto continuou tudo na mesma.

Offline mstr

  • Usuário Ubuntu
  • *
  • Mensagens: 379
    • Ver perfil
    • instalar qualquer placas de captura PCI
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #35 Online: 18 de Setembro de 2007, 00:10 »
Intruder_A6,,

o teclado abnt2 é configurado no video em /etc/X11/xorg.conf
veja o pedaço do codigo que cuida do teclado faças as devidas mudanças no seu

Citar
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
EndSection

cuidado que vc pode ficar sem poder iniciar o modo grafico

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #36 Online: 18 de Setembro de 2007, 11:20 »
Intruder_A6,,

o teclado abnt2 é configurado no video em /etc/X11/xorg.conf
veja o pedaço do codigo que cuida do teclado faças as devidas mudanças no seu

Citar
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
EndSection

cuidado que vc pode ficar sem poder iniciar o modo grafico

Estou longe do meu computador agora, mas acho que o xorg.conf já está configurado corretamente ( a noite ou na hora do almoço vou conferir , posso fazer isto sem precisar dar boot pelo linux ).

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #37 Online: 18 de Setembro de 2007, 12:16 »
Intruder_A6,,

o teclado abnt2 é configurado no video em /etc/X11/xorg.conf
veja o pedaço do codigo que cuida do teclado faças as devidas mudanças no seu

Citar
Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
EndSection

cuidado que vc pode ficar sem poder iniciar o modo grafico

Como eu imaginava, ele está realmente correto, mas por via das dúvidas vou postar aqui o conteúdo completo do /etv/X11/xorg.conf, quem sabe você não consegue enxergar algo que eu não consigo ver ???

Código: [Selecionar]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6800 GT]"
Driver "nvidia"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 31.5-67
VertRefresh 50-75

EndSection

Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce 6800 GT]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024@60" "1024x768@60" "832x624@60" "800x600@60" "720x400@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024@60" "1024x768@60" "832x624@60" "800x600@60" "720x400@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024@60" "1024x768@60" "832x624@60" "800x600@60" "720x400@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024@60" "1024x768@60" "832x624@60" "800x600@60" "720x400@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024@60" "1024x768@60" "832x624@60" "800x600@60" "720x400@60" "640x480@60"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024@60" "1024x768@60" "832x624@60" "800x600@60" "720x400@60" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Offline mstr

  • Usuário Ubuntu
  • *
  • Mensagens: 379
    • Ver perfil
    • instalar qualquer placas de captura PCI
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #38 Online: 19 de Setembro de 2007, 00:43 »
Intruder_A6,

esse é o problema das atualizações, nunca atualizam tudo

tenta reinatalar o xserver-xorg, estava vendo são muitos pacotes, talvez algum ficou enroscado

por isso prefiro uma instalação do zero e menos problematica

e principalmente a uma mega atualização

fora o que ainda vc não descobriu que não funciona

ainda tem o problema da captura, as usbs se não me engano so apareceram no kernel 2.6.18

é o negocio é ir tentando uma hora chega la

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #39 Online: 20 de Setembro de 2007, 20:53 »
Intruder_A6,

esse é o problema das atualizações, nunca atualizam tudo

tenta reinatalar o xserver-xorg, estava vendo são muitos pacotes, talvez algum ficou enroscado

por isso prefiro uma instalação do zero e menos problematica

e principalmente a uma mega atualização

fora o que ainda vc não descobriu que não funciona

ainda tem o problema da captura, as usbs se não me engano so apareceram no kernel 2.6.18

é o negocio é ir tentando uma hora chega la

Demorou um pouco para fazer o teste ( estava bem ocupado ), mas continuou na mesma, mesmo assim tenho algumas coisas que observei e que podem dar uma boa pista para encontrar o problema.

1. No comando sudo aptitude reinstall xserver-xorg observei alguns Warnings ( no anexo abaixo ), e pelo que parecem pode ser o que pode estar trazendo problemas na configuração do teclado. Observei que o Synaptic também estah com o texto todo em Inglês, parece outro indicio do que pode estar acontecendo.

Código: [Selecionar]
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following packages will be REINSTALLED:
  xserver-xorg
0 packages upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0B/451kB of archives. After unpacking 0B will be used.
Writing extended state information... Done
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "pt_BR:pt:pt_PT",
        LC_ALL = "pt_BR",
        LC_MESSAGES = "pt_BR",
        LANG = "pt_BR"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Preconfiguring packages ...
(Reading database ... 122900 files and directories currently installed.)
Preparing to replace xserver-xorg 1:7.2-0ubuntu11 (using .../xserver-xorg_7.2-0ubuntu11_all.deb) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "pt_BR:pt:pt_PT",
        LC_ALL = "pt_BR",
        LC_MESSAGES = "pt_BR",
        LANG = "pt_BR"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "pt_BR:pt:pt_PT",
        LC_ALL = "pt_BR",
        LC_MESSAGES = "pt_BR",
        LANG = "pt_BR"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Unpacking replacement xserver-xorg ...
Setting up xserver-xorg (7.2-0ubuntu11) ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "pt_BR:pt:pt_PT",
        LC_ALL = "pt_BR",
        LC_MESSAGES = "pt_BR",
        LANG = "pt_BR"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "pt_BR:pt:pt_PT",
        LC_ALL = "pt_BR",
        LC_MESSAGES = "pt_BR",
        LANG = "pt_BR"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

Em relacao a Pinnacle PCTV USB Pro, observei que ela acende o LED Azul indicando que de algum forma foi ativado pelo driver no Kubuntu, mas continuo sem conseguir sintonizar nada. Vai anexo a messagem que eu recebo do lsusb

Código: [Selecionar]
Bus 006 Device 004: ID 07cc:0301 Carry Computer Eng., Co., Ltd 6-in-1 Card Reader
Bus 006 Device 001: ID 0000:0000
Bus 005 Device 002: ID 2304:0208 Pinnacle Systems, Inc. [hex] Pinnacle Studio PCTV USB2
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 007: ID 0bc7:0004 X10 Wireless Technology, Inc. X10 Receiver
Bus 003 Device 010: ID 0df7:0620 Mobile Action Technology, Inc. MA-620 Infrared Adapter
Bus 003 Device 009: ID 046d:c211 Logitech, Inc. iTouch Cordless Reciever
Bus 003 Device 008: ID 045e:001b Microsoft Corp. SideWinder Force Feedback 2 Joystick
Bus 003 Device 005: ID 0000:0e01
Bus 003 Device 006: ID 0483:7554 SGS Thomson Microelectronics 56k SoftModem
Bus 003 Device 012: ID 03f0:1204 Hewlett-Packard DeskJet 930c
Bus 003 Device 011: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 003 Device 004: ID 05e3:0604 Genesys Logic, Inc. USB 1.1 Hub
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 004: ID 6547:0232
Bus 001 Device 001: ID 0000:0000

E ai tem alguma ideia do porque não consigo sintonizar nada  ?
« Última modificação: 20 de Setembro de 2007, 21:21 por Intruder_A6 »

Offline mstr

  • Usuário Ubuntu
  • *
  • Mensagens: 379
    • Ver perfil
    • instalar qualquer placas de captura PCI
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #40 Online: 20 de Setembro de 2007, 21:35 »
Intruder_A6,

tenta isso para ver se acerta o locales
sudo dpkg-reconfigure -p low locales

e verifica se vc tem o 'kde-i18n-ptbr' instalado

precisa ver nestes comandos como a captura foi reconhecida
dmesg | grep em28
dmesg | grep tuner

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #41 Online: 20 de Setembro de 2007, 23:03 »
Intruder_A6,

tenta isso para ver se acerta o locales
sudo dpkg-reconfigure -p low locales
]
e verifica se vc tem o 'kde-i18n-ptbr' instalado
Não estava instalado.

precisa ver nestes comandos como a captura foi reconhecida
dmesg | grep em28
Código: [Selecionar]
[   31.856000] em28xx v4l2 driver version 0.0.1 loaded
[   31.884000] em28xx new video device (2304:0208): interface 0, class 255
[   31.884000] em28xx #0: Alternate settings: 8
[   31.884000] em28xx #0: Alternate setting 0, max size= 0
[   31.884000] em28xx #0: Alternate setting 1, max size= 1024
[   31.884000] em28xx #0: Alternate setting 2, max size= 1448
[   31.884000] em28xx #0: Alternate setting 3, max size= 2048
[   31.884000] em28xx #0: Alternate setting 4, max size= 2304
[   31.884000] em28xx #0: Alternate setting 5, max size= 2580
[   31.884000] em28xx #0: Alternate setting 6, max size= 2892
[   31.884000] em28xx #0: Alternate setting 7, max size= 3072
[   32.828000] saa7115 2-0025: saa7113 found (1f7113d0e100000) @ 0x4a (em28xx #0)
[   33.584000] tuner 2-0043: chip found @ 0x86 (em28xx #0)
[   33.584000] tuner 2-0063: chip found @ 0xc6 (em28xx #0)
[   33.624000] em28xx #0: i2c eeprom 00: 1a eb 67 95 04 23 08 02 10 00 1c 03 98 20 6a 2e
[   33.624000] em28xx #0: i2c eeprom 10: 00 00 06 57 6e 00 00 00 8e 00 00 00 07 00 00 00
[   33.624000] em28xx #0: i2c eeprom 20: 16 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 01 01 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 2e 03 50 00 69 00
[   33.624000] em28xx #0: i2c eeprom 70: 6e 00 6e 00 61 00 63 00 6c 00 65 00 20 00 53 00
[   33.624000] em28xx #0: i2c eeprom 80: 79 00 73 00 74 00 65 00 6d 00 73 00 20 00 47 00
[   33.624000] em28xx #0: i2c eeprom 90: 6d 00 62 00 48 00 00 00 20 03 50 00 43 00 54 00
[   33.624000] em28xx #0: i2c eeprom a0: 56 00 20 00 55 00 53 00 42 00 32 00 20 00 4e 00
[   33.624000] em28xx #0: i2c eeprom b0: 54 00 53 00 43 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   33.624000] em28xx #0: i2c eeprom f0: 00 00 00 00 00 00 00 00 0e 5d 62 3a 03 c4 8e bc
[   34.044000] em28xx #0: V4L2 device registered as /dev/video1 and /dev/vbi0
[   34.044000] em28xx #0: Found Pinnacle PCTV USB 2
[   34.044000] em28xx audio device (2304:0208): interface 1, class 1
[   34.044000] em28xx audio device (2304:0208): interface 2, class 1
[   34.044000] usbcore: registered new interface driver em28xx

dmesg | grep tuner
Código: [Selecionar]
[   33.584000] tuner 2-0043: chip found @ 0x86 (em28xx #0)
[   33.584000] tda9887 2-0043: tda988[5/6/7] found @ 0x43 (tuner)
[   33.584000] tuner 2-0063: chip found @ 0xc6 (em28xx #0)
[   33.584000] tuner 2-0063: type set to 37 (LG PAL (newer TAPC series))
[   33.584000] tuner 2-0063: type set to 37 (LG PAL (newer TAPC series))

« Última modificação: 20 de Setembro de 2007, 23:04 por Intruder_A6 »

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #42 Online: 20 de Setembro de 2007, 23:29 »
Intruder_A6,

tenta isso para ver se acerta o locales
sudo dpkg-reconfigure -p low locales

e verifica se vc tem o 'kde-i18n-ptbr' instalado

Depois de tudo instalado continuou na mesma, continuo sem conseguir configurar para o teclado ABNT2.

Isto já estah enchendo o saco, se não fosse pela tremenda vontade de fazer funcionar, acho que já teria desistido.

Teve uma destas atualizacoes de versão do Kubuntu que me deu muita dor de cabeça ( numa outra maquina aqui em casa ), mas depois de me bater muito acabei conseguindo fazer funcionar tudo, e atualmente ela estah rodando redondo, então continuo com esperança de vai acabar tudo dando certo ( em algum momento no futuro ).

Acho que a Canonical deveria ter mais cuidado com as atualizacoes do Ubuntu, porque eh tremendamente desagradável ter problemas com as atualizacoes do Ubuntu em toda vez que for preciso fazer ( que são muito frequentes por sinal, já estou ficando traumatizado ).

Offline mstr

  • Usuário Ubuntu
  • *
  • Mensagens: 379
    • Ver perfil
    • instalar qualquer placas de captura PCI
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #43 Online: 20 de Setembro de 2007, 23:39 »
Intruder_A6,

na captura esta tudo correto
Citar
[   34.044000] em28xx #0: V4L2 device registered as /dev/video1 and /dev/vbi0

tenta assim no terminal
tvtime -d /dev/video1

sabe esses lances de atualizações esta ligado no arquivo sources.list os repositorios tem que ser os da atual distribuição

para vc fazer atualização do sistema vc tem que trocar o sources.list

to usando o kubuntu 7.04, vou te enviar o /etc/apt/souces.list, se estiver usando o mesmo kubuntu e o seu estiver diferente aualize
Citar
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://br.archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-security main restricted
deb http://br.archive.ubuntu.com/ubuntu/ feisty-security universe
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-security universe
deb http://br.archive.ubuntu.com/ubuntu/ feisty-security multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-security multiverse

Offline Intruder_A6

  • Usuário Ubuntu
  • *
  • Mensagens: 232
  • Kubuntu 14.04
    • Ver perfil
Re: Placa TV Pinnacle Pctv Pro Usb (150e/55e) Som (Delay)
« Resposta #44 Online: 20 de Setembro de 2007, 23:50 »
Intruder_A6,

na captura esta tudo correto
Citar
[   34.044000] em28xx #0: V4L2 device registered as /dev/video1 and /dev/vbi0

tenta assim no terminal
tvtime -d /dev/video1

sabe esses lances de atualizações esta ligado no arquivo sources.list os repositorios tem que ser os da atual distribuição

para vc fazer atualização do sistema vc tem que trocar o sources.list

to usando o kubuntu 7.04, vou te enviar o /etc/apt/souces.list, se estiver usando o mesmo kubuntu e o seu estiver diferente aualize



Já estou muito cansado, agora vou dormir ( tenho que acordar cedo ), mas amanhã a noite vou continuar com esta novela e ver se faço alguma coisa funcionar. Esta novela já está torrando a paciência ( parece até novela mexicana ).

Tem alguma sugestão para a configuração do teclado ? Eu tentei o comando sudo setxkbmap -model abnt2 -layout br -variant abnt2 e deu erro, mas eu não tive saco de copiar a mensagem de erro ( e advertência que eu recebi ), amanhã vejo isto também.
« Última modificação: 20 de Setembro de 2007, 23:52 por Intruder_A6 »