Autor Tópico: Som no Ubuntu 7.10 - RESOLVIDO  (Lida 17690 vezes)

Offline Marcopolo

  • Usuário Ubuntu
  • *
  • Mensagens: 705
  • Ubuntu forever, ever!!
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #15 Online: 14 de Novembro de 2007, 18:31 »
o que retorna este comando dado no terminal:

ls -lh /dev/dsp



==Editado==

o xorg.conf é assim que você deve ver:

gedit /etc/X11/xorg.conf

não dá nada, olha abaixo:

evandro2@evandro-desktop:~$ ls -lh /dev/dsp
crw-rw---- 1 root audio 14, 3 2007-11-14 19:25 /dev/dsp
evandro2@evandro-desktop:~$ vandinho43
-bash: vandinho43: comando não encontrado
evandro2@evandro-desktop:~$


Agora o Vídeo no xorg.conf. (eu já havia visto isso e prova que a GeForce está lá, mas só funfa com nv, mas estou sem 3D ainda.

Resultado da xorg.conf, abaixo:

# 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 xorg.conf manual page.
# (Type "man 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"
EndSection

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

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

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

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

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

Section "Device"
   Identifier   "nVidia Corporation G70 [GeForce 7300 GT]"
   Driver      "nv"
   BusID      "PCI:1:0:0"
   VideoRam   256000

EndSection

Section "Monitor"
   Identifier   "Monitor Genérico"
   Option      "DPMS"
   HorizSync   28-50
   VertRefresh   43-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   DefaultDepth   24
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"

# Uncomment if you have a wacom tablet
#   InputDevice     "stylus"   "SendCoreEvents"
#   InputDevice     "cursor"   "SendCoreEvents"
#   InputDevice     "eraser"   "SendCoreEvents"
EndSection
« Última modificação: 14 de Novembro de 2007, 18:35 por Marcopolo »
Desktop, Intel Core i7, 64 bits, Win10 e Ubuntu 20.04 LTS, SSD 240 GB, 8 GB. s. Vaio 15S 8GB -SSD 240 GB,Ubuntu 20.04, LTS, Mint Cinnamon. Mini PC Blitz Woif com Ubuntu 22.04 LTS e Mint 20.1

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #16 Online: 14 de Novembro de 2007, 18:32 »
agora eu entrei pelo generic normal e foi alterada a minha resolucao (a minha eh 1280x800 e agira ta 1024x68) e nao ta mostrando a minha normal e o teclado tbm foi alterado.

Olha só  o comando:

sudo apt-get install linux-ubuntu-modules-2.6.22-14-386

não instala outro kernel não e sim são módulos que tem haver com o som, veja de onde tirei esta dica:

http://www.dicas-l.com.br/dicas-l/20071118.php

Qual é a arquitetura do seu note.


===Editado===

É parece que quando ele instala o módulo 386 ele também instala o kernel correspondente, é óbvio isso agora.



« Última modificação: 14 de Novembro de 2007, 18:55 por alarcon »

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #17 Online: 14 de Novembro de 2007, 18:34 »
o que retorna este comando dado no terminal:

ls -lh /dev/dsp



==Editado==

o xorg.conf é assim que você deve ver:

gedit /etc/X11/xorg.conf

não dá nada, olha abaixo:

evandro2@evandro-desktop:~$ ls -lh /dev/dsp
crw-rw---- 1 root audio 14, 3 2007-11-14 19:25 /dev/dsp
evandro2@evandro-desktop:~$ vandinho43
-bash: vandinho43: comando não encontrado
evandro2@evandro-desktop:~$


Não entendi?

o que não dá?

pois o comando ls -lh /dev/dsp retornou isso:

crw-rw---- 1 root audio 14, 3 2007-11-14 19:25 /dev/dsp

e está tudo ok.

Não tivesse retornado nada ia pedir para fazer isso:

sudo mknod /dev/dsp c 14 3
sudo chgrp audio /dev/dsp
sudo chmod g+w /dev/dsp

mais não foi preciso.



« Última modificação: 14 de Novembro de 2007, 18:36 por alarcon »

Offline renanvalente

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #18 Online: 14 de Novembro de 2007, 18:35 »
eu coloquei isso no terminal
sudo apt-get install linux-ubuntu-modules-2.6.22-14-386
e agora apareceu mais duas opcoes no meu Grub quando vo escolher o SO

meu note eh um Inspiron 1520, com Core2Duo T5250, GeForce 8600

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #19 Online: 14 de Novembro de 2007, 18:37 »
eu coloquei isso no terminal
sudo apt-get install linux-ubuntu-modules-2.6.22-14-386
e agora apareceu mais duas opcoes no meu Grub quando vo escolher o SO

meu note eh um Inspiron 1520, com Core2Duo T5250, GeForce 8600

cola aqui o conteúdo do menu.lst:

gedit /boot/grub/menu.lst

Offline renanvalente

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #20 Online: 14 de Novembro de 2007, 18:39 »
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      15

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title      Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title      Linux
# root      (hd0,1)
# kernel   /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,5)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=pt_BR

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 7.10, kernel 2.6.22-14-386
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-386 root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro quiet splash locale=pt_BR
initrd      /boot/initrd.img-2.6.22-14-386
quiet

title      Ubuntu 7.10, kernel 2.6.22-14-386 (recovery mode)
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-386 root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro single
initrd      /boot/initrd.img-2.6.22-14-386

title      Ubuntu 7.10, kernel 2.6.22-14-generic
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro quiet splash locale=pt_BR
initrd      /boot/initrd.img-2.6.22-14-generic
quiet

title      Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

title      Ubuntu 7.10, memtest86+
root      (hd0,5)
kernel      /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title      Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title      Microsoft Windows XP Professional
root      (hd0,0)
savedefault
makeactive
chainloader   +1



*to logado no generic, deveria ir pro 386 :::::

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #21 Online: 14 de Novembro de 2007, 18:42 »
Marcopolo  mude no seu xorg.conf onde está assim:

Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   DefaultDepth   24
EndSection


para:



Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection

EndSection

acrescentei a parte em negrito.


alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #22 Online: 14 de Novembro de 2007, 18:47 »
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default      0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      15

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title      Windows 95/98/NT/2000
# root      (hd0,0)
# makeactive
# chainloader   +1
#
# title      Linux
# root      (hd0,1)
# kernel   /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,5)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash locale=pt_BR

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title      Ubuntu 7.10, kernel 2.6.22-14-386
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-386 root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro quiet splash locale=pt_BR
initrd      /boot/initrd.img-2.6.22-14-386
quiet

title      Ubuntu 7.10, kernel 2.6.22-14-386 (recovery mode)
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-386 root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro single
initrd      /boot/initrd.img-2.6.22-14-386

title      Ubuntu 7.10, kernel 2.6.22-14-generic
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro quiet splash locale=pt_BR
initrd      /boot/initrd.img-2.6.22-14-generic
quiet

title      Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root      (hd0,5)
kernel      /boot/vmlinuz-2.6.22-14-generic root=UUID=25a81776-89d7-46d7-9618-fb58826dd612 ro single
initrd      /boot/initrd.img-2.6.22-14-generic

title      Ubuntu 7.10, memtest86+
root      (hd0,5)
kernel      /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title      Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title      Microsoft Windows XP Professional
root      (hd0,0)
savedefault
makeactive
chainloader   +1



*to logado no generic, deveria ir pro 386 :::::

Sim vá para o 386 e veja se o som funciona.

Bem informei esta solução baseado neste link aqui:

http://www.dicas-l.com.br/dicas-l/20071118.php

se você  for lá e ler entenderá o por que de usar ele.


Offline Marcopolo

  • Usuário Ubuntu
  • *
  • Mensagens: 705
  • Ubuntu forever, ever!!
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #23 Online: 14 de Novembro de 2007, 18:51 »
Marcopolo  mude no seu xorg.conf onde está assim:

Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   DefaultDepth   24
EndSection


para:



Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection

EndSection

acrescentei a parte em negrito.



Não esta deixando salvar naquele local
Desktop, Intel Core i7, 64 bits, Win10 e Ubuntu 20.04 LTS, SSD 240 GB, 8 GB. s. Vaio 15S 8GB -SSD 240 GB,Ubuntu 20.04, LTS, Mint Cinnamon. Mini PC Blitz Woif com Ubuntu 22.04 LTS e Mint 20.1

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #24 Online: 14 de Novembro de 2007, 18:52 »
Marcopolo  mude no seu xorg.conf onde está assim:

Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   DefaultDepth   24
EndSection


para:



Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection

EndSection

acrescentei a parte em negrito.



Não esta deixando salvar naquele local

é que tem de ter a palavra sudo na frente:

sudo gedit /etc/X11/xorg.conf

Depois reinicie o sistema.

Offline Marcopolo

  • Usuário Ubuntu
  • *
  • Mensagens: 705
  • Ubuntu forever, ever!!
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #25 Online: 14 de Novembro de 2007, 18:56 »
Marcopolo  mude no seu xorg.conf onde está assim:

Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   DefaultDepth   24
EndSection


para:



Citar
Section "Screen"
   Identifier   "Default Screen"
   Device      "nVidia Corporation G70 [GeForce 7300 GT]"
   Monitor      "Monitor Genérico"
   Defaultdepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection

EndSection

acrescentei a parte em negrito.



Não esta deixando salvar naquele local

é que tem de ter a palavra sudo na frente:

sudo gedit /etc/X11/xorg.conf

Depois reinicie o sistema.

Mas eu estou nconseguindo abrir o xorg.conf. Só não está aceitando a alteração naquele lugar. Dá um aviso que eu não tenho poderes para isso.
Vou sair e daqui a pouquinho eu volto, ok!!
Muito obrigado por enquanto.


=========EDITANDO=========

Agora deu, vou reiniciar e deppois volto, ok!

Abs,
« Última modificação: 14 de Novembro de 2007, 20:47 por Marcopolo »
Desktop, Intel Core i7, 64 bits, Win10 e Ubuntu 20.04 LTS, SSD 240 GB, 8 GB. s. Vaio 15S 8GB -SSD 240 GB,Ubuntu 20.04, LTS, Mint Cinnamon. Mini PC Blitz Woif com Ubuntu 22.04 LTS e Mint 20.1

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #26 Online: 14 de Novembro de 2007, 19:01 »

Mas eu estou nconseguindo abrir o xorg.conf. Só não está aceitando a alteração naquele lugar. Dá um aviso que eu não tenho poderes para isso.
Vou sair e daqui a pouquinho eu volto, ok!!
Muito obrigado por enquanto.

Bem é estranho por que você está como root deveria poder alterá-lo há não ser que você ou alguma outra coisa no sistema tenha mudado as permissões dele para ficar somente leitura até para o root.

Offline renanvalente

  • Usuário Ubuntu
  • *
  • Mensagens: 7
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #27 Online: 14 de Novembro de 2007, 19:53 »
entao, eu tinha lido la tudo direitinho

mas continua dando pau nao sei pq, e o pior eh q ainda desconfiguro meu teclado e minha placa de video nos dois, no 386 e no generic

Offline Marcopolo

  • Usuário Ubuntu
  • *
  • Mensagens: 705
  • Ubuntu forever, ever!!
    • Ver perfil
Re: Som no Ubuntu 7.10
« Resposta #28 Online: 14 de Novembro de 2007, 20:45 »

Mas eu estou nconseguindo abrir o xorg.conf. Só não está aceitando a alteração naquele lugar. Dá um aviso que eu não tenho poderes para isso.
Vou sair e daqui a pouquinho eu volto, ok!!
Muito obrigado por enquanto.

Bem é estranho por que você está como root deveria poder alterá-lo há não ser que você ou alguma outra coisa no sistema tenha mudado as permissões dele para ficar somente leitura até para o root.

Alarcon, eu já consegui salvar o xorg com sua dica. Acho que vc não viu na minha edição do post.
Estou na área e qq coisa, mande ver! Vou dar um giro para ver se acho mas alguma coisa que me resolva isso, enquanto vc está em off.
Desktop, Intel Core i7, 64 bits, Win10 e Ubuntu 20.04 LTS, SSD 240 GB, 8 GB. s. Vaio 15S 8GB -SSD 240 GB,Ubuntu 20.04, LTS, Mint Cinnamon. Mini PC Blitz Woif com Ubuntu 22.04 LTS e Mint 20.1

alarcon

  • Visitante
Re: Som no Ubuntu 7.10
« Resposta #29 Online: 14 de Novembro de 2007, 20:53 »
entao, eu tinha lido la tudo direitinho

mas continua dando pau nao sei pq, e o pior eh q ainda desconfiguro meu teclado e minha placa de video nos dois, no 386 e no generic

Só um esclarecimento, você não foi alterar o seu xorg.conf foi?

A dica do xorg.conf era para o marcopolo que está com problemas nele e não para você que já estava perfeito. Se por um acaso você alterou também, me desculpe por não ter sido mais claro.

Veja se este comando aqui faz alguma diferença para você:

sudo apt-get install linux-ubuntu-modules-2.6.22-14-generic
« Última modificação: 14 de Novembro de 2007, 20:55 por alarcon »