Re: [gentoo-user] Tv out stopped working!

2006-05-08 Thread Rohit Sharma
Daniel,

I have a successful config at home with nvidia GeForce4 FS 5200 card. I
use it in clone configuration so this screen would be shown exactly as
it is on my TV.
Both my TV and LCD monitor have the same resolution. I get TV Out as
composite video at 1024x768 and use it to watch movies with Nvidia drivers.
Do you feel what I do is what you want to accomplish? If yes, then my
XF86Config may help you.

Let me know,
Rohit

On 4/6/06, Daniel Pielmeier [EMAIL PROTECTED] wrote:

Is there nobody out there who has experience regarding to this topic. I
googled a lot to get it working and until now i don't find anything out
why it doesn't work anymore!


-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Kernel 2.6 and OpenGL

2006-05-07 Thread Rohit Sharma
marcin wrote:

 Hi

 I've been comparing lately performance OpenGL apps against different
 kernels 2.6.x and 2.4. Overall performance is comparable but a scheduler
 of kernel 2.6 is very annoying (to say at least).

I have not tried it myself, but there is an option in kernel config
which facilitates the role of Low latency desktop in the 2.6 kernels.
A parameter can be set to 1000 [default] and can be lowered to 250 [for
low lat desk..].  It may help. Plus if you chose deadline scheduler as
standard, it may help.

Regards,
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gentoo 2006.0 DVD hangs !

2006-04-30 Thread Rohit Sharma
Rohit and Bhavana wrote:

Hi there,

I downloaded the ISO image and as I didn't have a blank CD handy, I
burned it onto a single layer DVD [after all it was an ISO image,
right?] and hoped for the best.

Totally my fault. Should have verified the md5sun before messing two
perfectly good media.

regards,
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] X11 + framebuffer - does it work?

2006-04-16 Thread Rohit Sharma
Richard Fish wrote:

I would suggest not dealing with bootsplash issues at this point, and
work on getting a stable framebuffer working.  Once you have that, the
bootsplash side of things is pretty straight-forward.
  

Thank, Richard - I shall follow you advice. You chose the following I
presume?
- kernel sources [gentoo-sources]
- in kernel config [chose framebuffer-tng]
- X11 served by Xorg

Any tips for me to ensure that my consoles are not corrupted once X
starts and I want command line ob consoles. I think that is what you
meant by stable-framebuffer, didn't you? Please bear with me in case
this has been answered before. Apologies in that case - and I would
really appreciate any pointers.

Thank you so much
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dns at startup

2006-04-16 Thread Rohit Sharma
David Corbin wrote:

When  I boot my latpop, ntpdate doesn't work.  It fails saying there is a 
temporary failure in name resolution it cannot lookup pool.ntp.org .  
After my system finishes booting, /etc/init.d/ntp-client start works fine.  
The script is running nearly last from the output, and after a few other 
'network related' scripts (exim, mysql, lisa), so I don't *think* it's 
'running too early'.

When I look through the init.d scripts, there are a handful that 'use dns', 
but no one seems to provide it.  I'm not sure this is the cause, but I'd like 
to understand why no one provides it. More important though is fixing it so 
ntpdate works on boot.

  

Hi,

I have the same problem here. Temporarily what I did was after the
machine has booted up, I run the ntp-client script by hand as root.
Nothing elegant there.

However, evidently, the script _is_ running to early, definitely earlier
than your network setup.  Once resolv.conf is set up properly and the
nameservers in there are reachable, your error would go away.

I am on home ADSL and I realise that although my resolv.conf is static
[since their DNS are fixed], I should still run ntp-client _after_ the
link to DNSes is up [via my USB modem]. I am yet to ensure that this
script starts after my network config script start. My netconfig script
is actually hand crafted - since my modem is unsupported  sort of. So I
had put that script last in the startup order. Hence my problem -
something similar may be happening at your end.

use dns probably refers to DNS server [running on your local host -
which is not the case with most of us, as we don't run DNSes of our own]

HTH,
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] dns at startup

2006-04-16 Thread Rohit Sharma
David Corbin wrote:

use dns probably refers to DNS server [running on your local host - which 
is not the case with most of us, as we don't run DNSes of our own]
I kind of figured that, but at the same time, why would the various scripts 
care where the DNS is being resolved from?


that makes the two of us - really.
If I were you, I would

* Ensure that ntp-client script starts after the networking has been
  set up
*  modify the ntp-client script to ensure that it tests whether a
  DNS is available or not, at first. If it can't find a DNS, it
  should probably wait till it can.

Unfortunately, I am not saying anything you dont already know
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] how to update /etc/services file?

2006-04-16 Thread Rohit Sharma
David wrote:

I found my /etc/services is too many ports are not included in the file!
eg telnet,ftp,http for UDP,

so, how to get a stronger /etc/services file? 
thanks!
  

Enjoy.  http://www.iana.org/assignments/port-numbers leads you to..
Search on google for complete /etc/services and within 10 sec you hit
the solution with the authoritative /etc/services file. :-)

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Re: Help : need grub,conf file : kernel wouldn't boot

2006-04-15 Thread Rohit Sharma
Francesco Talamona wrote:

1) Are you aware that you are using a comma inside the file name in the  
subject and in the message? It sould be grub.conf, not grub,conf.
  

Yes Francesco, the comma was a typo on my part.  Things are they way I
have tried to convey, on my machine.

What name do you use in the filesystem?
2) are you sure (hd0,2) is /dev/hda2? IIRC hda2 translates to (hd0,1) 
  

You are right. What I meant to say is that my / is /dev/hda2 and /boot
is /dev/hda3 [which should be consistent with what I said].

The problem that I have, can be more concisely put this way. Grub won't
honour real_root=/dev/hda2 from my conf file and after mounting /boot
kernel does it's business and waits for real_root. Grub/ kernel ? fail
here and say that they can not detect /dev/hda2 and ask me for the root
device.

I type /dev/hda2 by hand, every time I boot, and it happily continues
booting the rest of the box from there.

Thanks,
Rohoit
-- 
gentoo-user@gentoo.org mailing list



Almost solved :-( - Re: [gentoo-user] Help : mc and ln mixup

2006-04-15 Thread Rohit Sharma
Dear all,

Unfortunately there have been no responses on my question below - since
most likely none of us have faced/solve this bloody problem before.  A
conflict between mc and ln [part of coreutils] would be fatal to my
system - I would assume. God knows what may have already broken down there.

I am very tempted to do the following:

   1. reiserfs --rebuildtree for all of my partitions, especially for /
  and /usr [by booting off a gentoo install CD]
   2. Rebuild it from scratch with the latest Gentoo ISO [but it is a
  HELL of work, getting USB internet modem and nVIDIA module
  rebuild.. working again etc etc]

If anyone has a better idea, kindly let me know.

Rohit

Rohit Sharma wrote:

Bo Andresen wrote:
Rohit replies --

Thanks, both of you, for your response. I am re-emerging coreutils, just
in case.  Done.
The commands are below - and in summary here is what happens.
- PATH is shown. My own .bin directory has two mp3 ripping scripts. That
is all. /usr/bin comes before /bin in PATH
- /bin/ln is a proper executable. /usr/bin/ln and /usr/bin/mc are
both symlinks to /bin/ln [Not good]
- Removed mc from /usr/bin and /usr/bin/ln disappears as well [Not
good] Then which ln shoes /bin/ln and which mc shows no mc.
-  Creation of symlink /usr/bin/ln automatically creates symlink
/usr/bin/mc - pointing to /bin/ln [thus affecting my midnight
commander]. Both symlinks have same inode number on my filesystem. Also
note that I do not have another definition of ln as an alias.

This may be a filesystem inconsistency. I would consider an fsck for
reiserfs and may be a rebuiltree. What do you say?

Please help.
Thanks,
Rohit
Ps - Commands follow.

Please look at the following.

[EMAIL PROTECTED] ~ $ echo $PATH
/home/rohit/.bin:/usr/games/bin:/usr/kde/3.5/bin:/home/rohit/.bin:/usr/games/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/usr/games/bin:/opt/limewire:/home/oracle/product/10.1.0.3/bin
[EMAIL PROTECTED] ~ $ cd /bin
[EMAIL PROTECTED] /bin $ md5sum ln
95d3db99e446dfe4cf95abbd04b60c75  ln
[EMAIL PROTECTED] /bin $ ls -l ln
-rwxr-xr-x 1 root root 27756 Apr 14 12:39 ln
[EMAIL PROTECTED] /bin $ cd /usr/bin
[EMAIL PROTECTED] /usr/bin $ md5sum ln
95d3db99e446dfe4cf95abbd04b60c75  ln
[EMAIL PROTECTED] /usr/bin $ ls -l ln
lrwxrwxrwx 1 root root 7 Apr 14 12:39 ln - /bin/ln
[EMAIL PROTECTED] /usr/bin $ md5sum mc
95d3db99e446dfe4cf95abbd04b60c75  mc
[EMAIL PROTECTED] /usr/bin $ ls -l mc
lrwxrwxrwx 1 root root 7 Apr 14 12:39 mc - /bin/ln
[EMAIL PROTECTED] /usr/bin $
[EMAIL PROTECTED] /usr/bin $ file mc
mc: symbolic link to `/bin/ln'
[EMAIL PROTECTED] /usr/bin $ rm mc
rm: remove symbolic link `mc'? y
rm: cannot remove `mc': Permission denied
[EMAIL PROTECTED] /usr/bin $ sudo rm mc
[EMAIL PROTECTED] /usr/bin $ls -l mc
ls: mc: No such file or directory
[EMAIL PROTECTED] /usr/bin $ ls -l ln
ls: ln: No such file or directory
[EMAIL PROTECTED] /usr/bin $ which ln
/bin/ln
[EMAIL PROTECTED] /usr/bin $ which mc
which: no mc in
(/home/rohit/.bin:/usr/games/bin:/usr/kde/3.5/bin:/home/rohit/.bin:/usr/games/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/usr/games/bin:/opt/limewire:/home/oracle/product/10.1.0.3/bin)
[EMAIL PROTECTED] /usr/bin $ sudo /bin/ln -s /bin/ln ./ln
[EMAIL PROTECTED] /usr/bin $ sudo /bin/ln -s /bin/ln ./ln
[EMAIL PROTECTED] /usr/bin $ which mc
/usr/bin/mc
[EMAIL PROTECTED] /usr/bin $ which ln
/usr/bin/ln
[EMAIL PROTECTED] /usr/bin $ ls -i ln mc
300 ln  300 mc
[EMAIL PROTECTED] /usr/bin $ ls -li ln mc
300 lrwxrwxrwx 1 root root 7 Apr 14 12:48 ln - /bin/ln
300 lrwxrwxrwx 1 root root 7 Apr 14 12:48 mc - /bin/ln
[EMAIL PROTECTED] /usr/bin $ ls -li /bin/ln
34560 -rwxr-xr-x 1 root root 27756 Apr 14 12:39 /bin/ln
[EMAIL PROTECTED] ~ $ alias ln
bash: alias: ln: not found

  



-- 
Best regards,
Rohit Sharma

Senior Technical Associate with Mahindra British Telecom
Onsite co-ordinator with British Telecom, United Kingdom
Certified Linux, networking professional, UNIX systems consultant  EAI
Specialist

Contacts:  [EMAIL PROTECTED]
mailto:[EMAIL PROTECTED] : Mobile +44 777 0917 951


-- 
gentoo-user@gentoo.org mailing list



Re: Almost solved :-( - Re: [gentoo-user] Help : mc and ln mixup

2006-04-15 Thread Rohit Sharma
Boyd Stephen Smith Jr. wrote:

After you get your filesystem in order, and doubly verify that you hw isn't 
going south, just repair the packages that are broken, using Richard 
Fish's technique.
  

Thanks - but I am frustrated now.
Did --check, then --fix-fixable, and ultimately a --rebuild-tree as well.
Still the same problem. When I emerge mc [only], /usr/bin/ln appears in
/usr/bin and has the same inode number as /usr/bin/mc and both are
symlinks.  Weird.

So did what Richard F suggested .. Loads of notifications about  and 
etc.  - looks like it shall take time.
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Help : mc and ln mixup

2006-04-14 Thread Rohit Sharma
Bo Andresen wrote:
Rohit replies --

Thanks, both of you, for your response. I am re-emerging coreutils, just
in case.  Done.
The commands are below - and in summary here is what happens.
- PATH is shown. My own .bin directory has two mp3 ripping scripts. That
is all. /usr/bin comes before /bin in PATH
- /bin/ln is a proper executable. /usr/bin/ln and /usr/bin/mc are
both symlinks to /bin/ln [Not good]
- Removed mc from /usr/bin and /usr/bin/ln disappears as well [Not
good] Then which ln shoes /bin/ln and which mc shows no mc.
-  Creation of symlink /usr/bin/ln automatically creates symlink
/usr/bin/mc - pointing to /bin/ln [thus affecting my midnight
commander]. Both symlinks have same inode number on my filesystem. Also
note that I do not have another definition of ln as an alias.

This may be a filesystem inconsistency. I would consider an fsck for
reiserfs and may be a rebuiltree. What do you say?

Please help.
Thanks,
Rohit
Ps - Commands follow.

Please look at the following.

[EMAIL PROTECTED] ~ $ echo $PATH
/home/rohit/.bin:/usr/games/bin:/usr/kde/3.5/bin:/home/rohit/.bin:/usr/games/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/usr/games/bin:/opt/limewire:/home/oracle/product/10.1.0.3/bin
[EMAIL PROTECTED] ~ $ cd /bin
[EMAIL PROTECTED] /bin $ md5sum ln
95d3db99e446dfe4cf95abbd04b60c75  ln
[EMAIL PROTECTED] /bin $ ls -l ln
-rwxr-xr-x 1 root root 27756 Apr 14 12:39 ln
[EMAIL PROTECTED] /bin $ cd /usr/bin
[EMAIL PROTECTED] /usr/bin $ md5sum ln
95d3db99e446dfe4cf95abbd04b60c75  ln
[EMAIL PROTECTED] /usr/bin $ ls -l ln
lrwxrwxrwx 1 root root 7 Apr 14 12:39 ln - /bin/ln
[EMAIL PROTECTED] /usr/bin $ md5sum mc
95d3db99e446dfe4cf95abbd04b60c75  mc
[EMAIL PROTECTED] /usr/bin $ ls -l mc
lrwxrwxrwx 1 root root 7 Apr 14 12:39 mc - /bin/ln
[EMAIL PROTECTED] /usr/bin $
[EMAIL PROTECTED] /usr/bin $ file mc
mc: symbolic link to `/bin/ln'
[EMAIL PROTECTED] /usr/bin $ rm mc
rm: remove symbolic link `mc'? y
rm: cannot remove `mc': Permission denied
[EMAIL PROTECTED] /usr/bin $ sudo rm mc
[EMAIL PROTECTED] /usr/bin $ls -l mc
ls: mc: No such file or directory
[EMAIL PROTECTED] /usr/bin $ ls -l ln
ls: ln: No such file or directory
[EMAIL PROTECTED] /usr/bin $ which ln
/bin/ln
[EMAIL PROTECTED] /usr/bin $ which mc
which: no mc in
(/home/rohit/.bin:/usr/games/bin:/usr/kde/3.5/bin:/home/rohit/.bin:/usr/games/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.4.5:/opt/blackdown-jdk-1.4.2.03/bin:/opt/blackdown-jdk-1.4.2.03/jre/bin:/usr/bin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/kde/3.4/bin:/usr/games/bin:/opt/limewire:/home/oracle/product/10.1.0.3/bin)
[EMAIL PROTECTED] /usr/bin $ sudo /bin/ln -s /bin/ln ./ln
[EMAIL PROTECTED] /usr/bin $ sudo /bin/ln -s /bin/ln ./ln
[EMAIL PROTECTED] /usr/bin $ which mc
/usr/bin/mc
[EMAIL PROTECTED] /usr/bin $ which ln
/usr/bin/ln
[EMAIL PROTECTED] /usr/bin $ ls -i ln mc
300 ln  300 mc
[EMAIL PROTECTED] /usr/bin $ ls -li ln mc
300 lrwxrwxrwx 1 root root 7 Apr 14 12:48 ln - /bin/ln
300 lrwxrwxrwx 1 root root 7 Apr 14 12:48 mc - /bin/ln
[EMAIL PROTECTED] /usr/bin $ ls -li /bin/ln
34560 -rwxr-xr-x 1 root root 27756 Apr 14 12:39 /bin/ln
[EMAIL PROTECTED] ~ $ alias ln
bash: alias: ln: not found

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Help : mc and ln mixup

2006-04-13 Thread Rohit Sharma
Hi there,

Please see the following. Both /usr/bin/ln and /usr/bin/mc on my system
seem to launch mc.
if I delete one, the other disappears as well.
if I emerge mc, /usr/bin/ln also appears.
Even if /usr/bin/ln is deleted, which ln returns /usr/bin/ln

What is happening. I am completely baffled.
-- 
Best regards,
Rohit Sharma
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Finally, the bell rings.

2006-04-03 Thread Rohit Sharma
[EMAIL PROTECTED] wrote:

Hi Jim
I have already done what you suggested. 
When I try to set up my printer using cups I do not find any driver (here is 
the problem).
  

gentoo-wiki.com has the best/updated guide on the subject. That is what
I would follow - just a thought.

Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mozilla - pop-ups not blocked !!

2006-03-20 Thread Rohit Sharma
fire-eyes wrote:

On Sunday 19 March 2006 12:48, Rohit Sharma wrote:
  

!DOCTYPE html PUBLIC -//W3C//DT


[snip]
Please post to this list in plain text

Preference set for the list as prefers to receive email as plain text
in my mozilla.
let us see how this one reaches you.
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Mozilla - pop-ups not blocked !!

2006-03-20 Thread Rohit Sharma
My apologies -

- for asking a mozilla related question on this list.
- for writing an HTML message to the list
- future crimes [in advance] as I am sure I shall make a mistake some time.

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Mozilla - pop-ups not blocked !!

2006-03-19 Thread Rohit Sharma




Hi,

I am using Mozilla 1.7.12 

Mozilla/5.0
(X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060222
at my home desktop. However, even when configured to block unrequested
popups, my mozilla [on both windows and linux] is not able to block
pop-ups from websites. I assure you this is not a spam/dangerous link
and you shall know exactly what I mean if you clicked on 

http://www.samachar.com/showurl.htm?rurl=http://timesofindia.indiatimes.com/articleshow/1455375.cms?headline=Couples~framing~parents~with~dowry

This is my news-consolidated site that I access every morning.
What may I be doing wrong?
-- 

Rohit's signatures
Best regards,

Rohit
Sharma



-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Image resize question..

2006-03-05 Thread Rohit Sharma
Apologies in advance for this quick question which isn't about Gentoo
per se, but is about work on Linux.
Is there a command [hint man command shall do] which I can use to
resize an image? I have 200 of them in a directory which I want to
resize to fit my cellphone.
-- Thanks, Rohit

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Image resize question.. : resolved

2006-03-05 Thread Rohit Sharma
Rohit Sharma wrote:

Is there a command [hint man command shall do] which I can use to resize an 
image? I have 200 of them in a directory which I want to
resize to fit my cellphone.
  

works as  in

find . -type f -maxdepth 1 -print0 | xargs -r -0 -ixxx convert -resize
200x147 xxx ./PPP/xxx.jpg

You have to create directory PPP beforehand and you execute this command
where PWD is your image collection directory.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Thought : making the build/emerge faster

2006-02-18 Thread Rohit Sharma
Hi there,
It just occurred to me that the emerges shall be much faster if emerges
were able to use config.cache set by other applications.  The steps
during ./configure could be saved globally in an /etc/config.cache which
could be copied over by the current emerge step as it if was its own -
and be used. Could cut ./configure time by quite a bit.

But since I am a very average guy and there are many people much smarter
than myself out there in gentoo, I think this idea has been discarded
long ago since there are incompatibilities amongst various software in
the way they do, if they do, create their config.cache.

I was just curious. Have you considered it before? Please reply.
-- 
Rohit Sharma
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Thought : making the build/emerge faster

2006-02-18 Thread Rohit Sharma

Hi,
On 'gentoo-portage-dev' ML there are such patch (for portage-2.1_preX)
plus in portage there's a package:
* dev-util/confcache
 Available versions:  0.3.3 0.4 0.4.1
 Installed:   0.4.1
 Homepage:http://dev.gentoo.org/~ferringb/confcache
 Description: global autoconf cache manager
Both are working for me for 2-3 weeks w/o problems.
Check the homepage/link in the package above.
HTH.Rumen
  

Rumen,
Found the page which hosts ebuilds etc and man confcache isn't there.
confcache --help suggests export CONFCACHEDIR which I have done but is
there a way for me to make portage use this by default? Or is exporting
the env variable enough? [done emerge confcache already]

-- 
Rohit Sharma
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Thought : making the build/emerge faster

2006-02-18 Thread Rohit Sharma

You need three things (my experience) - a patch for portage-2.1_preX/4;
emerge confcache from portage and put FEATURES=...confcache...
in /etc/make.conf. This works for me.
The patch is:confcache-final (IIRC) search mailing-list archives for it.
Or mail me directly.
  

Thanks Rumen - I'll take up this offer :-) as I couldn't find an
instruction in that list in the pages shown to me - to patch my portage.
Versions for me are as follows -

   1. 2.1_pre4-r1 for portage
   2. 0.4.1 for confcache

Step that remains for is to match my portage as I have already done the
other two steps you said - the this is the last one.

Thanks so much,
Rohit

PS - I am yet to come back to Holly about the soundcard [cheers] but the
system is under build even now as I am building one package at a time.
This build is after a gap of 2 months so lot might have changed
underneath and I want to check individual config instruction/info after
each emerge. Thank you - both of you.
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ALSA + CMI8738 card set up

2006-02-12 Thread Rohit Sharma
Hi list,

This is about my struggle to make my Trust 514DX soundcard work with
Linux.  This is expected to be supported in Linux [alsa-project.org] and
I have read other testimonials on the net.

To cut a long story short, the card worked in Windows. It gives
fantastic sound output with DVDs and other suitable audios but I'd
rather have it working on my Gentoo desktop where I have made everything
else work so far.  I admit that I have never had to manually set
anything alsa/oss as all my previous soundcards worked very easily with
default settings of the modules. Also, I feel that if I posted
everything that I have done so far, the mail shall be really long. But
the following may help to understand the problem.

Alsa is started as a service on my comp. I thought it may just be that a
newer-than-in-kernel code may help. The error that I have, from say
Mplayer, is as follows.
.
Checking audio filter chain for 48000Hz/2ch/s16le - 48000Hz/2ch/s16le...
AF_pre: 48000Hz/2ch/s16le
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or
directory
alsa-init: 1 soundcard found, using: default
ALSA lib pcm_dmix.c:819:(snd_pcm_dmix_open) unable to open slave
alsa-init: playback open error: No such file or directory


   1. Can you please help me understand why the /dev/dsp* aren't created
  at all?
   2. Can I expect to continue using aumix once the whole thing is set
  up correctly? [I dont mind using alsamixer though]

Please reply.
Thank you,
Rohit

At the same moment, other config details and system's state are as below.

[EMAIL PROTECTED] ~ $ lsmod | grep snd
snd_cmipci 20484 0
snd_opl3_lib   6688  1 snd_cmipci
snd_hwdep  6116  1 snd_opl3_lib
snd_mpu401_uart4416  1 snd_cmipci
snd_rawmidi15620 1 snd_mpu401_uart

[EMAIL PROTECTED] ~ $ uname -a
Linux Force 2.6.8 #3 SMP Mon Jan 2 18:15:34 GMT 2006 i686 AMD Athlon(TM)
XP 2400+ AuthenticAMD GNU/Linux

[EMAIL PROTECTED] /etc $ ls -la asound.state
-rw-r--r--  1 root root 7207 Feb 12 11:07 asound.state

[EMAIL PROTECTED] /etc $ ls -la /dev/dsp*
ls: /dev/dsp*: No such file or directory

[EMAIL PROTECTED] /proc/asound $ ls -la CMI8738MC6
lrwxrwxrwx  1 root root 5 Feb 13 08:51 CMI8738MC6 - card0

[EMAIL PROTECTED] /proc/asound/card0 $ cat cmipci
C-Media PCI CMI8738-MC6 (model 55) at 0xc400, irq 16

00: 00 00 00 00
04: 50 00 00 00
08: 10 00 09 00
0c: 00 00 00 08
10: c0 00 00 00
14: 00 00 c0 00
18: 00 00 80 08
1c: fd ff ff ef
20: 10 40 f8 00
24: 01 3d ee 00
28: ff ff ff ff
2c: ff ff ff ff
30: 00 00 00 00
34: 00 00 00 00
38: 00 00 00 00
3c: 00 00 00 00

[EMAIL PROTECTED] /proc/asound $ cat cards
0 [CMI8738MC6 ]: CMI8738-MC6 - C-Media PCI CMI8738-MC6
 C-Media PCI CMI8738-MC6 (model 55) at 0xc400, irq 16

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How to determine if a partition is formated

2006-02-12 Thread Rohit Sharma
Iain Buchanan wrote:

You can't just mount the puppy either (and let mount do the work)
  

Are you sure?
While using Gentoo's  installation disks, I have successfully mounted
the disk partitions without caring to tell the installation linuxrc as
to what formatting was provided.
it mounted reiserfs, vfat and xfs every time.
that may be one workaround. Boot your comp with installation disk, let
the media detect what you have on your comp,  do a file on it or mount
it. xfs, ext2/3 and reiserfs tell you at the time of mounting if they
are there.
Mounting is silent for vfat. No idea about NTFS though...

HTH,
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA + CMI8738 card set up

2006-02-12 Thread Rohit Sharma
Holly Bostick wrote:

and it works fine, so I'll do my best to help.
  

Yes you have. Million thanks for what can be best termed a good
technical write up about the theory of Alsa plus this card.
I shall try all that you have written and then get back - either at a
halt, or to thank you.

Regards,
Rohit
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] ALSA + CMI8738 card set up

2006-02-12 Thread Rohit Sharma
Quick questions - Holly.

When I configure alsa support in my kernel and build modules using
menuconfig and tell kernel to load modules automatically [or do manual
loading using modules.autoload.d]

   1. Do I still have to enable alsasound service using  rc-update add
  alsasound default ?
   2. Is it a good idea to let the kernel automatically load modules or
  use /etc/modules.autoload.d/kernel-2.6 for it? [ Currently I am
  using the file instead of kernel [I disabled my onboard i8x0 card
  in BIOS to install this CMIPCI one and was skeptic that kernel
  would pick up the onboard one. I guess for a correctly configured
  host, it woudn't matter].

To say the least your response was encouraging. I am in the middle of an
emerge after two months of disconnectivity

Thanks,
Rohit
-- 
gentoo-user@gentoo.org mailing list