Re: sound card problem (no /proc/asound/sndstat)

2007-02-04 Thread Florian Kulzer
On Sat, Feb 03, 2007 at 20:49:28 -0800, Long Li wrote:
> Hi,
> 
> My sound card doesn't work.  I read the article
> http://www.debianhelp.co.uk/sound.htm.  I guess it is
> because there is /proc/asound/sndstat file.  However,
> I did find the file /dev/sndstat.  So could you tell
> me how can I let the system generate the file
> /proc/asound/sndstat? Or which configuration file I
> need modify?

I don't think that you need to have /proc/asound/sndstat. I have a VIA
VT82C686 AC97 audio controller (which uses the same driver module as
your card) and it works without /proc/asound/sndstat existing.
 
> Here is the detail information of the sound card.
> 
> $ lspci | grep audio
> 00:11.5 Multimedia audio controller: VIA Technologies,
> Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 30)

[...]

> # cat /dev/sndstat
> Sound Driver:3.8.1a-980706 (ALSA v1.0.12rc1 emulation
> code)
> Kernel: Linux bchlin3076 2.6.18-3-686 #1 SMP Mon Dec 4
> 16:41:14 UTC 2006 i686
> Config options: 0
> 
> Installed drivers:
> Type 10: ALSA emulation
> 
> Card config:
> VIA 8233 with VIA1612A at 0xdc00, irq 11
> 
> Audio devices:
> 0: VIA 8233 (DUPLEX)
> 
> Synth devices: NOT ENABLED IN CONFIG
> 
> Midi devices: NOT ENABLED IN CONFIG
> 
> Timers:
> 7: system timer
> 
> Mixers:
> 0: VIA Technologies VIA1612A

All the information that you posted suggests that your card is properly
recognized and should work. How did you test the card? The easiest thing
is to run "speaker-test" from the command line and watch for error
messages.

If you do not get any error messages but you still do not hear any
sound, then you have to check the volume settings. Run "alsamixer" and
make sure that the channels "Master", "Master M" and "PCM" are unmuted
(no "MM" visible; you can toggle this with the "m" key). Try to turn up
the volume with the cursor keys (left/right to select a channel and
up/down to change its volume) and see if that helps. (Press ESC to exit
alsamixer.)

-- 
Regards,
  Florian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



sound problems (was: Re: sound card problem (no /proc/asound/sndstat))

2007-02-04 Thread Florian Kulzer
[ Please send your messages to the list and not to me personally. If you
  are reading the list from the Debian archive then you can achieve this
  by clicking the "reply on-list" link. Also, please put your replies
  below the questions in the quoted message; this makes it easier for
  other people to participate and help you. ]

- Forwarded message from "Safirst C. Ke" -

> From: "Safirst C. Ke" 
> Subject: Re: sound card problem (no /proc/asound/sndstat)
> Date: Sun, 04 Feb 2007 22:34:21 +0800
> 
> hi,when I exec the "speaker-test",it shows an error message:
> "Playback open error:No Such Device"
> What and Why is this?
> How to deal with it ?

[ snip: quoted old message ]

- End forwarded message -

You seem to have a different problem than the originator of this thread.
It looks like the drivers for your sound card have not been loaded. This
can have a number of reasons. To help you further, we need to know which
version of Debian you are using and the exact model of your sound card. 

Please post the output of the following two commands:

cat /etc/issue
lspci | egrep -i 'audio|multimedia'

-- 
Regards,
  Florian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Missing C-States on Core Duo

2007-02-04 Thread Frank Ursel
Hello.

On my laptop [1] shows a maximum of 8 c-states. But only 3 are in use.
Where are the others gone? The output of dmesg[2] shows only three of
them, too. The max_cstate reports 8 so whats wrong with my system? As
far as I know, there should be at least a C4-state. Is there any
parameter, I need to pass through the kernel or is it a damn limitation
of my system or what else went wrong? The laptop is a Fujitsu-Siemens
S7110 and I'm using a brand new Etch.

Thanks,
Frank

[1]
#cat /proc/acpi/processor/CPU0/power
active state:C3
max_cstate:  C8
bus master activity: 
states:
C1:  type[C1] promotion[C2] demotion[--] latency[000] 
   usage[0010] duration[]
C2:  type[C2] promotion[C3] demotion[C1] latency[001] 
   usage[00183552] duration[001148620078]
   *C3:  type[C3] promotion[--] demotion[C2] latency[017] 
   usage[02908432] duration[028862116228]

[2]
#dmesg | grep "power states"
ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing C-States on Core Duo

2007-02-04 Thread Evgeni Golov
On Sun, 4 Feb 2007 16:19:01 +0100 Frank Ursel wrote:

> On my laptop [1] shows a maximum of 8 c-states. But only 3 are in use.
> Where are the others gone? The output of dmesg[2] shows only three of
> them, too. The max_cstate reports 8 so whats wrong with my system? As
> far as I know, there should be at least a C4-state. Is there any
> parameter, I need to pass through the kernel or is it a damn
> limitation of my system or what else went wrong? The laptop is a
> Fujitsu-Siemens S7110 and I'm using a brand new Etch.

Unload the usb modules, and your lost C-states will reappear :(
Damn USB.

-- 
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  >-|-<   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: iTunes & Linux (Debian)

2007-02-04 Thread Matt Sicker
On Wednesday 27 December 2006, Angelo Bertolli wrote:
> Maybe I don't disagree with you about your sentiments, but is there
> any other service like iTunes that doesn't use DRM? That's the real
> problem to me: finally we get to actually pick which songs we want
> and only buy those, and they make it so we can't hardly listen to
> them. I'm sure this is much more a concession that Apple made to get
> the RIAA to go along with it though.
emusic.com (subscription, MP3's (lame --preset [fast?] standard I 
think))
magnatune.com (my favourite, but they have a much smaller selection 
compared to emusic or iTS)
cdbaby.com (they sell CDs I think)
-- 
Matt Sicker


pgpicEnQdkZje.pgp
Description: PGP signature


Re: Missing C-States on Core Duo

2007-02-04 Thread Frank Ursel
On Sun, Feb 04, 2007 at 04:25:32PM +0100, Evgeni Golov wrote:
> On Sun, 4 Feb 2007 16:19:01 +0100 Frank Ursel wrote:
> 
>> On my laptop [1] shows a maximum of 8 c-states. But only 3 are in use.
>> Where are the others gone? The output of dmesg[2] shows only three of
>> them, too. The max_cstate reports 8 so whats wrong with my system? As
>> far as I know, there should be at least a C4-state. Is there any
>> parameter, I need to pass through the kernel or is it a damn
>> limitation of my system or what else went wrong? The laptop is a
>> Fujitsu-Siemens S7110 and I'm using a brand new Etch.
> 
> Unload the usb modules, and your lost C-states will reappear :(

Stupid question: How to "modprobe -r usbcore"? It says that the module is
in use and modprobe fails. It is the only module remaining with:

#lsmod | grep usb
usbcore   112644  1

> Damn USB.

Sounds like USB together with lower C-states is impossible? Odd.

Frank


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing C-States on Core Duo

2007-02-04 Thread Mike Hommey
On Sun, Feb 04, 2007 at 04:25:32PM +0100, Evgeni Golov <[EMAIL PROTECTED]> 
wrote:
> On Sun, 4 Feb 2007 16:19:01 +0100 Frank Ursel wrote:
> 
> > On my laptop [1] shows a maximum of 8 c-states. But only 3 are in use.
> > Where are the others gone? The output of dmesg[2] shows only three of
> > them, too. The max_cstate reports 8 so whats wrong with my system? As
> > far as I know, there should be at least a C4-state. Is there any
> > parameter, I need to pass through the kernel or is it a damn
> > limitation of my system or what else went wrong? The laptop is a
> > Fujitsu-Siemens S7110 and I'm using a brand new Etch.
> 
> Unload the usb modules, and your lost C-states will reappear :(
> Damn USB.

USB modules may prevent processor to go to some C-states, but will not
hide them.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing C-States on Core Duo

2007-02-04 Thread Evgeni Golov
On Sun, 4 Feb 2007 19:28:21 +0100 Frank Ursel wrote:

> > Unload the usb modules, and your lost C-states will reappear :(
> 
> Stupid question: How to "modprobe -r usbcore"? It says that the
> module is in use and modprobe fails. It is the only module remaining
> with:
> 
> #lsmod | grep usb
> usbcore   112644  1

Maybe there is still somesting accessing usb? I dunno, because I need
usb and live with it.

> > Damn USB.
> 
> Sounds like USB together with lower C-states is impossible? Odd.

So I read once, but don't remember where. Maybe ThinkWiki?

-- 
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  >-|-<   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing C-States on Core Duo

2007-02-04 Thread Mike Hommey
On Sun, Feb 04, 2007 at 04:19:01PM +0100, Frank Ursel <[EMAIL PROTECTED]> wrote:
> Hello.
> 
> On my laptop [1] shows a maximum of 8 c-states. But only 3 are in use.
> Where are the others gone? The output of dmesg[2] shows only three of
> them, too. The max_cstate reports 8 so whats wrong with my system? As
> far as I know, there should be at least a C4-state. Is there any
> parameter, I need to pass through the kernel or is it a damn limitation
> of my system or what else went wrong? The laptop is a Fujitsu-Siemens
> S7110 and I'm using a brand new Etch.

FWIW, here, it's
active state:C2
max_cstate:  C8
bus master activity: c8444672
states:
C1:  type[C1] promotion[C2] demotion[--] latency[000] 
usage[0010] duration[]
   *C2:  type[C2] promotion[--] demotion[C1] latency[001] 
usage[01848151] duration[019686907116]

max_cstate is also C8, but I only have 2 C-states when on AC power, and
2 more C-states show up when on battery. I don't think you have to
worry.

Mike


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



problem of screen or graphic card ?

2007-02-04 Thread Gerard Robin

Hello,
now all works fine on my laptop acer aspire wlmi 5102 (almost) 
but I still enconter a problem when I close the Xwindow session.

Sometimes the screen is blurred and there is like waves ...
cat /proc/acpi/termal_zone/THRM/temperature 
gives : temperature   37 C

Where does this problem come from ?
Can my screen or my garphic card be damaged ?
tia.
--
Gérard



debian newbie questions

2007-02-04 Thread Kevin Kempter
Hi List;

I'm a debian newbie with a few questions. I'm going to try running debian on 
my IBM thinkpad laptop (Z60m).



1) It looks like debian sarge is running the 2.4 kernel, did I miss something? 
If this is correct can I easily upgrade to a 2.6 kernel?

2) can I also easily upgrade to the latest stable version of KDE?

3) when running debian on a laptop, is the ipw2200 package/code for wireless 
devices available for debian as a package?

4) whats the best way to keep my debian install up to date?

5) how well does debian support ATI cards?

6) how can I setup a dual head install?

7) is anyone running transgaming cedega and/or vmware on a debian install?

Thanks in advance...


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: sound card problem (no /proc/asound/sndstat)

2007-02-04 Thread Long Li

> All the information that you posted suggests that
> your card is properly
> recognized and should work. How did you test the
> card? The easiest thing
> is to run "speaker-test" from the command line and
> watch for error
> messages.
> 

There is no error message.  But the test did not stop
by itself, so I have to use Ctrl-C to stop it.  Here
is the output.

# speaker-test

speaker-test 1.0.13

Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
Rate set to 48000Hz (requested 48000Hz)
Buffer size range from 32 to 32768
Period size range from 16 to 16384
Using max buffer size 32768
Periods = 4
was set period_size = 8192
was set buffer_size = 32768
 0 - Front Left
Time per period = 2.235098
 0 - Front Left
Time per period = 2.969371
 0 - Front Left
Time per period = 2.866998
 0 - Front Left
Time per period = 2.866945
 0 - Front Left
Time per period = 3.071770
 0 - Front Left
Time per period = 2.764601
 0 - Front Left
...

> If you do not get any error messages but you still
> do not hear any
> sound, then you have to check the volume settings.
> Run "alsamixer" and
> make sure that the channels "Master", "Master M" and
> "PCM" are unmuted
> (no "MM" visible; you can toggle this with the "m"
> key). Try to turn up
> the volume with the cursor keys (left/right to
> select a channel and
> up/down to change its volume) and see if that helps.
> (Press ESC to exit
> alsamixer.)

Yes, the "Master", "Master M" and "PCM" are unmuted. 
But when I use XMMS to play the music, or want to make
Gnome play system sound, there is only elctrical noise
 Is this noise problem associate with Gnome?  Is there
some Gnome tools to configure sound card?  I can find
the network card configuration tools
(Desktop->Administration->Networking), it is easy to
use.  Maybe there is similar tools for sound card.  If
yes, which package I should install? 

By the way, the sound card works well in Windows XP.

Thanks,
Long

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: debian newbie questions

2007-02-04 Thread Laudin Alessandro Molina T

Hi List;



Hi!



1) It looks like debian sarge is running the 2.4 kernel, did I miss something? 
If this is correct can I easily upgrade to a 2.6 kernel?




  The installer install the 2.4 kernel by default, if you want to 
install the 2.6 kernel you have to pass the parameter "linux26" to the 
installer. I recomend install etch, its comes with 2.6 kernel by default




2) can I also easily upgrade to the latest stable version of KDE?



  aptitude update
  aptitude dist-upgrade

  Whit that you upgrade all your system to the last packages on sarge!

3) when running debian on a laptop, is the ipw2200 package/code for wireless 
devices available for debian as a package?




  I'm not sure, but in Etch there are several packages for ipw2200 
(depends of the kernel you're running)



4) whats the best way to keep my debian install up to date?



  aptitude update
  aptitude dist-upgrade

[...]

--
Laudin Alessandro Molina T.
GPG Key Fingerprint = DAE4 8A7F D5EE 48EE 60C7  F7BC 628F 18CA E307 2B89


__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: debian newbie questions

2007-02-04 Thread Jochen Schulz
Kevin Kempter:
> 
> 1) It looks like debian sarge is running the 2.4 kernel, did I miss 
> something? 
> If this is correct can I easily upgrade to a 2.6 kernel?

2.4 is the default, but you can start the installation process with a
special boot parameter with 2.6. But beware that the latest kernel in
sarge is 2.6.8, so this might not be exactly what you want.

Theoretically, you can still grab the latest-and-greatest linux kernel
from kernel.org, compile it using the tools from the package
'kernel-package' and run it without any problems. But with sarge there
/are/ problems related to changes to udev (which detects hardware and
creates device nodes and a lot more).

> 2) can I also easily upgrade to the latest stable version of KDE?

No, since a stable Debian release only contains package in their
versions when it has become stable. You can only upgrade to newer KDE by
upgrading to a new stable version (not ready yet) or if you upgrade to
testing or unstable. That said, if your laptop is fairly new, you might
be better off instaling testing ("etch") right away. It is not very far
from stable anyway. But there's no rush. If you have sarge running, you
can upgrade to etch at any time.

> 3) when running debian on a laptop, is the ipw2200 package/code for wireless 
> devices available for debian as a package?

I think so. The command you need to answer such questions is 'apt-cache
search ipw2200'. I do not have stable in my /etc/apt/sources.list, so I
do not get the results you need. Another option is to search on
packages.debian.org, but I am too lazy for that. :)

> 4) whats the best way to keep my debian install up to date?

Use aptitude (nowadays preferred), apt-get or synaptic (GUI). I propose
to use aptitude from day one, since using apt-get in the first place and
then switching to aptitude takes some fiddling in most cases.

> 5) how well does debian support ATI cards?

As well as any other linux distribution: AFAIK (never used an ATI card)
it is a pain in the *ss.

> 6) how can I setup a dual head install?

The keyword for web searches in "Xinerama", but apart from that I cannot
help here.

> 7) is anyone running transgaming cedega and/or vmware on a debian install?

I know that Vmware should be no problem, but I have no first-hand
experience with that.

J.
-- 
We are lining up to see you fall flat on your face.
[Agree]   [Disagree]
 


signature.asc
Description: Digital signature


Re: debian newbie questions

2007-02-04 Thread Jochen Schulz
Jochen Schulz:
> Kevin Kempter:
>> 
>> 6) how can I setup a dual head install?
> 
> The keyword for web searches in "Xinerama", but apart from that I cannot
> help here.

Correction/addition: you do not here Xinerama, it is just one option.
The wikipedia article sums it up quite nice (and, hopefully,
accurately): http://en.wikipedia.org/wiki/Xinerama

J.
-- 
My clothes aren't just fashion. They're a lifestyle.
[Agree]   [Disagree]
 


signature.asc
Description: Digital signature


Re: Broadcom Wireless & Etch on HP Compaq nx6325

2007-02-04 Thread David Navas
I had the same problem and it is solved.

Just install the fwcutter, do an apt-cache search bcm43xx and then
apt-get install with the correct name. Didn't work fine if you install
them through aptitude, I believe there is not really uncompressed in the
right place.

Then your card will detect correctly the firmware and will work fine if
you select all the options related to wireless in the kernel and the
bcm43xx as module.

I am using the last stable kernel, 2.6.19.2

Take care.

SAJChurchey wrote:
> I'm trying to get etch working on an HP Compaq nx6325. I used a
> netinstall CD, and a few things still aren't working. I've been using
> a guide for this particular model at http://www.puchalla-online.de/
> nx6325.html.
>
> This is a somewhat older guide because the wireless card (a Broadcom
> BCM4310) is supposedly supported natively by the kernel now through
> the bcm43xx module. So I'm not really looking to use ndiswrapper.
>
> I've been using Linux for a while now, I started with SuSE and Red
> Hat, and I've been administrating Debian-based servers at work for
> over a year now. When I got this new laptop, I figured it would be a
> good opportunity for me to learn more about Debian and the kernel in
> general. Until this point, I've not delved into the kernel and its
> internals.This is going to be very much a learning experience for me.
>
> I've loaded the bcm43xx module and added it to /etc/modules. I've also
> downloaded bcm43xx-fwcutter from http://bcm43xx.berlios.de/ to extract
> the firmware from my desired SYS file, and I've dropped the files
> into /usr/lib/hotplug/firmware. I added an entry for wlan0 in /etc/
> network/interfaces, but whenever I try to configure the device with
> iwconfig, it says that no such device exists.
>
> The module is loaded, and I've installed the firmware files to the
> best of my knowledge; the guides on bcm43xx-fwcutter I've read just
> says to put the files in the firmware directory for hotplug.  Am I
> missing anything? Do I need to put anything in /etc/modprobe.d/?
>
> Thanks in advance,
>
> SAJ
>
>
>   


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: debian newbie questions

2007-02-04 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kevin Kempter wrote:
> Hi List;

(CC-ing the user as he seems to be a newbie and might not know the
etiquette, which is that CC-s are not used and replies are sent to list
only)

> I'm a debian newbie with a few questions. I'm going to try running debian on 
> my IBM thinkpad laptop (Z60m).
> 
> 
> 
> 1) It looks like debian sarge is running the 2.4 kernel, did I miss 
> something? 
> If this is correct can I easily upgrade to a 2.6 kernel?

You can install 2.6 directly (as previously said) with the "linux26"
boot parameter, but I recommend to install Etch instead if you didn't do
the installation already. In that case I suggest you install the
kernel-image-2.6.8-3-386 package (assuming you are using an x86
architecture).

> 2) can I also easily upgrade to the latest stable version of KDE?

Not exactly, see reply from Jochen Schultz[1]

> 3) when running debian on a laptop, is the ipw2200 package/code for wireless 
> devices available for debian as a package?

ipw2200 modules are available:
- - only starting from Etch (current testing) and are in the contrib
section of the archive which means you have to have a line similar to
this one in /etc/apt/sources.list

deb http://www.debian.org/debian etch main contrib non-free


> 4) whats the best way to keep my debian install up to date?

aptitude update && aptitude upgrade

If you are running Sarge(stable) and you prefer graphical tools, you
might want to install synaptic (note this is a gtk package,
unfortunately there no qt/kde frontends for apt in sarge)

aptitude update && aptitude install synaptic


If you are running Etch (testing), I recommend installing update-manager.

aptitude update && aptitude install update-manager

> 5) how well does debian support ATI cards?

Depends on the card, if you want the free drivers or the propritary ones
and what you are running, Sarge or Etch.

Usually 3D acceleration doesn't work.

If you have an older card the free drivers usually work accelerated in
2D. If you have a newer card there are more possibilities, see
http://en.wikipedia.org/wiki/Radeon and links there for information
about support.

> 6) how can I setup a dual head install?

Not sure how you can do that with the free drivers.

Follow other people's advices :-) .



With proprietary drivers you can generate a configuration file with

aticonfig --initial=dual-head

See more information with aticonfig --help


> 7) is anyone running transgaming cedega and/or vmware on a debian install?

I use and recommend qemu instead of vmware. Is a free virtual machine
emulator.

I had cedega installed at some point in the past on another computer,
but I don't know the current state.
I know people using vmware on a daily basis with Debian, so it shouldn't
be a problem.


[1] http://lists.debian.org/debian-laptop/2007/02/msg00032.html
- --
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFxt1nY8Chqv3NRNoRAsaRAKC4F9r1ByL8AAY+/c157kzU0wJmJQCguh0Y
KMpbh64JqwBcZP44POS9UaA=
=4YEx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Missing C-States on Core Duo

2007-02-04 Thread Frank Ursel
On So, Feb 04, 2007 at 07:41:30 +0100, Mike Hommey wrote:
> 
> max_cstate is also C8, but I only have 2 C-states when on AC power,
> and 2 more C-states show up when on battery. I don't think you have to
> worry.

Thanks. On my system there is no difference between AC or battery. Every
time three C-states show up. As I found out, I'm not the only one how is
curios about the missing states and somewhere I read that it is the
vendors choice of how many C-states are reported and supported on an
laptop. So, lets wait and see. :-)

Frank


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: sound problems (was: Re: sound card problem (no /proc/asound/sndstat))

2007-02-04 Thread Safirst C. Ke

[ Please send your messages to the list and not to me personally. If you
  are reading the list from the Debian archive then you can achieve this
  by clicking the "reply on-list" link. Also, please put your replies
  below the questions in the quoted message; this makes it easier for
  other people to participate and help you. ]


Thank you for telling me How to do.
I hope I haven't make any trouble here,
for this is the first time I use the mail list.


- Forwarded message from "Safirst C. Ke" -


From: "Safirst C. Ke" 
Subject: Re: sound card problem (no /proc/asound/sndstat)
Date: Sun, 04 Feb 2007 22:34:21 +0800

hi,when I exec the "speaker-test",it shows an error message:
"Playback open error:No Such Device"
What and Why is this?
How to deal with it ?


[ snip: quoted old message ]

- End forwarded message -

You seem to have a different problem than the originator of this thread.
It looks like the drivers for your sound card have not been loaded. This
can have a number of reasons. To help you further, we need to know which
version of Debian you are using and the exact model of your sound card.

Please post the output of the following two commands:

cat /etc/issue
lspci | egrep -i 'audio|multimedia'


My system is Debian Sarge 3.1 r4 on the Samsung X11,
and the command 'lspci | egrep -i 'audio|multimedia'
didn't show any thing.
My sound card is called High Definition Audio Codec AD1986A.
It's like that I haven't install any sound driver,isn't ?
but I see the Alsa package is installed in my system.



--
Regards,
Safirst C. Ke


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Video issues with T42 running Etch and more

2007-02-04 Thread justin joseph

On 2/1/07, Florian Reitmeir <[EMAIL PROTECTED]> wrote:


> I see that there is only 504MB of ram where as it must have been 512.
> where has the rest 8mb gone? I understand that this happens only when
> its shared by the VGA controller and in this case why would the VGA
> controller share it because its got 32 MB of vram.

i bet 8mb are lost because auf AGP, the agpgart driver in linux by default
grabs 8mb of memory.


I were wondering why video drivers would grab memory outside of the
allready existing 32 mb vram that there on the vedeo card.  My 600E
did'nt have any missing physical memory even though it had only 2mb
vram.  anything... thank you.









Florian Reitmeir


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]