Ubuntu Norge

Search

Navigation

  • Bidra
  • Forums
  • Hjelp
  • Last ned
  • Om
  • Feed aggregator

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

New forum topics

  • Ikke glem Debian
  • mediaplayerconnectivity
  • Bytte ut Ubuntu med Bodhi?
  • Ubuntu 11.10 med E17
  • E17 versjon av Ubuntu
more

Linux1

  • FreeBSD 9.0
  • Grei småtass med Linux - godt alternativ til nettbrett
  • HP vil gjøre webOS til fri programvare
  • Gi en julegave til deg selv; doner til Digitalt Personvern
  • Kildekoden for Android 4.0 er ute
more

OMG! Ubuntu

  • Ubuntu 12.04 Development Update 13
  • Meet AppMenu Runner – The KDE HUD
  • Mark Shuttleworth Explains Launcher Dodge Decision in Precise
  • [How To] Increase Volume Past 100% in KDE
  • Easily Monitor System Resources in Ubuntu With Indicator-Multiload
more

[LØST] - drivere til presario CQ60-300EO

Submitted by turbo3G on Sat, 04/10/2010 - 09:12
  • Teknisk

Jeg installerte Ubuntu 9.10 på min Compaq Presario CQ60-300EO, men trenger drivere. Vet noen hvor jeg kan finne det?

‹ Problem med inst: stopper opp på ACPI Dlink DWA-140 Rangbooster N USB Adapter.. Drivere? ›
  • Login or register to post comments

løst

Submitted by turbo3G on Tue, 02/01/2011 - 20:59.

løst

  • Login or register to post comments

på 10.04 fungerte alt helt

Submitted by turbo3G on Sat, 09/18/2010 - 11:35.

på 10.04 fungerte alt helt fint, bortsett fra at viss jeg hører på musikk og plugger i headset, så kommer det ikke mer lyd ut høyt taleren, men det kommer heller ikke lyd ut av headsettet, vis jeg drar ut igjen headsettet så kommer det lyd i høyttaleren igjen. Jeg prøvde denne http://ubuntuforums.org/showthread.php?t=806620 posten men fikk det ikke helt til, når jeg skrev inn "head -n 1 /proc/asound/card0/codec*" fikk jeg opp dette:

:~$ head -n 1 /proc/asound/card0/codec*
==> /proc/asound/card0/codec#0 <==
Codec: Conexant CX20561 (Hermosa)

==> /proc/asound/card0/codec#3 <==
Codec: Nvidia MCP77/78 HDMI

Jeg har conexant driver, så jeg kikket etter det på neste steg. Når jeg skrev inn: "zless /usr/share/doc/alsa-base/driver/ALSA-Configuration.txt.gz"
i terminalen, og gikk ned til Module snd-hda-intel fant jeg dette:

Module snd-hda-intel
--------------------

Module for Intel HD Audio (ICH6, ICH6M, ESB2, ICH7, ICH8, ICH9, ICH10,
PCH, SCH),
ATI SB450, SB600, R600, RS600, RS690, RS780, RV610, RV620,
RV630, RV635, RV670, RV770,
VIA VT8251/VT8237A,
SIS966, ULI M5461

[Multiple options for each card instance]
model - force the model name
position_fix - Fix DMA pointer (0 = auto, 1 = use LPIB, 2 = POSBUF)
probe_mask - Bitmask to probe codecs (default = -1, meaning all slots)
When the bit 8 (0x100) is set, the lower 8 bits are used
as the "fixed" codec slots; i.e. the driver probes the
slots regardless what hardware reports back
probe_only - Only probing and no codec initialization (default=off);
Useful to check the initial codec status for debugging
bdl_pos_adj - Specifies the DMA IRQ timing delay in samples.
Passing -1 will make the driver to choose the appropriate value based on the controller chip.
patch - Specifies the early "patch" files to modify the HD-audio
setup before initializing the codecs. This option is
available only when CONFIG_SND_HDA_PATCH_LOADER=y is set.
See HD-Audio.txt for details.
beep_mode - Selects the beep registration mode (0=off, 1=on, 2=
dynamic registration via mute switch on/off); the default
value is set via CONFIG_SND_HDA_INPUT_BEEP_MODE kconfig.

[Single (global) options]
single_cmd - Use single immediate commands to communicate with
codecs (for debugging only)
enable_msi - Enable Message Signaled Interrupt (MSI) (default = off)
power_save - Automatic power-saving timeout (in second, 0 =
disable)
power_save_controller - Reset HD-audio controller in power-saving mode
(default = on)

This module supports multiple cards and autoprobe.

See Documentation/sound/alsa/HD-Audio.txt for more details about
HD-audio driver.

Each codec may have a model table for different configurations.
If your machine isn't listed there, the default (usually minimal)
configuration is set up. You can pass "model=" option to
specify a certain model in such a case. There are different
models depending on the codec chip. The list of available models
is found in HD-Audio-Models.txt

The model name "genric" is treated as a special case. When this
model is given, the driver uses the generic codec parser without
"codec-patch". It's sometimes good for testing and debugging.

If the default configuration doesn't work and one of the above
matches with your device, report it together with alsa-info.sh
output (with --no-upload option) to kernel bugzilla or alsa-devel
ML (see the section "Links and Addresses").
power_save and power_save_controller options are for power-saving
mode. See powersave.txt for details.

Note 2: If you get click noises on output, try the module option
position_fix=1 or 2. position_fix=1 will use the SD_LPIB
register value without FIFO size correction as the current
DMA pointer. position_fix=2 will make the driver to use
the position buffer instead of reading SD_LPIB register.
(Usually SD_LPIB register is more accurate than the
position buffer.)

NB: If you get many "azx_get_response timeout" messages at
loading, it's likely a problem of interrupts (e.g. ACPI irq
routing). Try to boot with options like "pci=noacpi". Also, you
can try "single_cmd=1" module option. This will switch the
communication method between HDA controller and codecs to the
single immediate commands instead of CORB/RIRB. Basically, the
single command mode is provided only for BIOS, and you won't get
unsolicited events, too. But, at least, this works independently
from the irq. Remember this is a last resort, and should be
avoided as much as possible...

MORE NOTES ON "azx_get_response timeout" PROBLEMS:
On some hardwares, you may need to add a proper probe_mask option
to avoid the "azx_get_response timeout" problem above, instead.
This occurs when the access to non-existing or non-working codec slot
(likely a modem one) causes a stall of the communication via HD-audio
bus. You can see which codec slots are probed by enabling
CONFIG_SND_DEBUG_VERBOSE, or simply from the file name of the codec
proc files. Then limit the slots to probe by probe_mask option.
For example, probe_mask=1 means to probe only the first slot, and
probe_mask=4 means only the third slot.

The power-management is supported.

Module snd-hdsp
---------------

Jeg finner ikke min driver, er det noe jeg har gjort feil?? Har dere en annen og enklere måte å få til dette her på??

  • Login or register to post comments

Laster den ned nå

Submitted by turbo3G on Thu, 04/29/2010 - 18:40.

Laster den ned nå :)

  • Login or register to post comments

I morgen kommer Ubuntu 10.04,

Submitted by SlimG on Wed, 04/28/2010 - 21:12.

I morgen kommer Ubuntu 10.04, anbefaler deg å prøve den, så får du se om alt fungerer da.

  • Login or register to post comments

webcameraet og mikrofonen

Submitted by turbo3G on Wed, 04/28/2010 - 18:10.

webcameraet og mikrofonen virker heller ikke :C

  • Login or register to post comments

knappen til trådløst

Submitted by turbo3G on Thu, 04/22/2010 - 19:54.

knappen til trådløst Internett virker ikke, hvordan legger jeg den til i tastatursnarveier???

  • Login or register to post comments

System -> Innstillinger ->

Submitted by SlimG on Thu, 04/15/2010 - 19:11.

System -> Innstillinger -> Tastatursnarveier

  • Login or register to post comments

HP Quick Launch Buttons

Submitted by turbo3G on Thu, 04/15/2010 - 18:35.

HP Quick Launch Buttons virker ikke.

  • Login or register to post comments

ok, jeg trodde jeg måtte

Submitted by turbo3G on Thu, 04/15/2010 - 18:34.

ok, jeg trodde jeg måtte installere alle driverene (som i vista og xp)

  • Login or register to post comments

Jo, men de fleste driverne

Submitted by SlimG on Wed, 04/14/2010 - 18:17.

Jo, men de fleste driverne følger med i Ubuntu, hva er det som ikke fungerer?

  • Login or register to post comments

Fungerer virkelig ingenting?

Submitted by SlimG on Sat, 04/10/2010 - 19:13.

Fungerer virkelig ingenting?

  • Login or register to post comments

fant skjermdriver, men er

Submitted by turbo3G on Mon, 04/12/2010 - 18:31.

fant skjermdriver, men er helt fersk med ubuntu. trenger man ikke alle driverne for at ting skal fungere???

  • Login or register to post comments

http://h10025.www1.hp.com/ewf

Submitted by turbo3G on Sat, 04/10/2010 - 16:53.

http://h10025.www1.hp.com/ewfrf/wc/softwareList?lc=en&dlc=en&cc=us&softw...

alle

  • Login or register to post comments

Drivere til hva?

Submitted by SlimG on Sat, 04/10/2010 - 11:40.

Drivere til hva?

  • Login or register to post comments

Legal Disclaimer

© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.

More Ubuntu

Get Ubuntu Ubuntu Brainstorm Ubuntu Forums Spread Ubuntu