Re: [Ubuntu-BD] sound problem

2011-12-06 Thread Kabbo Sarker
 I know > and >> but not < or <> (double arrow) does. I
hope you tried to learn that. In case, you didn't it's redirecting the
output of the previous command to a file (appending to it, not
overwriting). Just knowing this little basic could lead you to the
permission problem fix (because you know, the redirecting isn't
working).

Homework: what does > (single arrow) do? And what the < (left arrow)
does, single or double?

N.B. This mail does not answer your original problem.

On 5 December 2011 12:39, A.B.M.Shamsuzzaman Sadi
  wrote:

 Adnan bro actually I wanna see and fix the actual problem.If I can't fix
and know what its actual fault is in the next time I won't be able to fix
anything thats why I'm using it! And I'm also curious to know :D

On Mon, Dec 5, 2011 at 6:15 PM, M. Adnan
Quaium wrote:


 Well ... I am curious... if 10.10 is free from that glitch then why aren't
you using 10.10 instead of 10.04? If I were you I would definitely jump in
to the 10.10.

--
M. Adnan Quaium | https://wiki.ubuntu.com/maqtanim
--
Ubuntu Bangladeshhttps://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

 --
Ubuntu Bangladeshhttps://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-06 Thread Kabbo Sarker

I know > and >> but not < or <
Offtopic:

It's really good to know, people want to learn things about their OS.
In this very minimal consumer centric devices era, it is really a very
hopeful thought. However, it is very important to develop some basic
knowledge too, to understand such problems.

At first, you had an error, saying File not found (No such file or
directory). After that you got a permission error, which is promising.
The file is there, you could not write into it. Now that has two kinds
of solution. Either become a root and run the command or open the file
with sudo and paste the content at the end of the file.

Also, it was important to know what that>>  (double arrow) does. I
hope you tried to learn that. In case, you didn't it's redirecting the
output of the previous command to a file (appending to it, not
overwriting). Just knowing this little basic could lead you to the
permission problem fix (because you know, the redirecting isn't
working).

Homework: what does>  (single arrow) do? And what the<  (left arrow)
does, single or double?

N.B. This mail does not answer your original problem.

On 5 December 2011 12:39, A.B.M.Shamsuzzaman Sadi  wrote:

Adnan bro actually I wanna see and fix the actual problem.If I can't fix
and know what its actual fault is in the next time I won't be able to fix
anything thats why I'm using it! And I'm also curious to know :D

On Mon, Dec 5, 2011 at 6:15 PM, M. Adnan Quaium
wrote:


Well ... I am curious... if 10.10 is free from that glitch then why aren't
you using 10.10 instead of 10.04? If I were you I would definitely jump in
to the 10.10.

--
M. Adnan Quaium | https://wiki.ubuntu.com/maqtanim
--
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


--
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd





--
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-05 Thread A.B.M.Shamsuzzaman Sadi
@Nasim bhai--Thanks a lot.But I don't know actually what < ,<,>> works
for.Maybe its a syntax of shell scripting language like which works as an
i/o or like what a simply do in the C bit shifting.But as soon as possible
I will learn that Insallah.


On Mon, Dec 5, 2011 at 9:16 PM, Nasimul Haque  wrote:

> Offtopic:
>
> It's really good to know, people want to learn things about their OS.
> In this very minimal consumer centric devices era, it is really a very
> hopeful thought. However, it is very important to develop some basic
> knowledge too, to understand such problems.
>
> At first, you had an error, saying File not found (No such file or
> directory). After that you got a permission error, which is promising.
> The file is there, you could not write into it. Now that has two kinds
> of solution. Either become a root and run the command or open the file
> with sudo and paste the content at the end of the file.
>
> Also, it was important to know what that >> (double arrow) does. I
> hope you tried to learn that. In case, you didn't it's redirecting the
> output of the previous command to a file (appending to it, not
> overwriting). Just knowing this little basic could lead you to the
> permission problem fix (because you know, the redirecting isn't
> working).
>
> Homework: what does > (single arrow) do? And what the < (left arrow)
> does, single or double?
>
> N.B. This mail does not answer your original problem.
>
> On 5 December 2011 12:39, A.B.M.Shamsuzzaman Sadi 
> wrote:
> > Adnan bro actually I wanna see and fix the actual problem.If I can't fix
> > and know what its actual fault is in the next time I won't be able to fix
> > anything thats why I'm using it! And I'm also curious to know :D
> >
> > On Mon, Dec 5, 2011 at 6:15 PM, M. Adnan Quaium
> > wrote:
> >
> >> Well ... I am curious... if 10.10 is free from that glitch then why
> aren't
> >> you using 10.10 instead of 10.04? If I were you I would definitely jump
> in
> >> to the 10.10.
> >>
> >> --
> >> M. Adnan Quaium | https://wiki.ubuntu.com/maqtanim
> >> --
> >> Ubuntu Bangladesh
> >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >>
> > --
> > Ubuntu Bangladesh
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
>
>
> --
> M. Nasimul Haque
> Appliansys, Coventry, UK
> http://www.nasim.me.uk
>
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-05 Thread Nasimul Haque
Offtopic:

It's really good to know, people want to learn things about their OS.
In this very minimal consumer centric devices era, it is really a very
hopeful thought. However, it is very important to develop some basic
knowledge too, to understand such problems.

At first, you had an error, saying File not found (No such file or
directory). After that you got a permission error, which is promising.
The file is there, you could not write into it. Now that has two kinds
of solution. Either become a root and run the command or open the file
with sudo and paste the content at the end of the file.

Also, it was important to know what that >> (double arrow) does. I
hope you tried to learn that. In case, you didn't it's redirecting the
output of the previous command to a file (appending to it, not
overwriting). Just knowing this little basic could lead you to the
permission problem fix (because you know, the redirecting isn't
working).

Homework: what does > (single arrow) do? And what the < (left arrow)
does, single or double?

N.B. This mail does not answer your original problem.

On 5 December 2011 12:39, A.B.M.Shamsuzzaman Sadi  wrote:
> Adnan bro actually I wanna see and fix the actual problem.If I can't fix
> and know what its actual fault is in the next time I won't be able to fix
> anything thats why I'm using it! And I'm also curious to know :D
>
> On Mon, Dec 5, 2011 at 6:15 PM, M. Adnan Quaium
> wrote:
>
>> Well ... I am curious... if 10.10 is free from that glitch then why aren't
>> you using 10.10 instead of 10.04? If I were you I would definitely jump in
>> to the 10.10.
>>
>> --
>> M. Adnan Quaium | https://wiki.ubuntu.com/maqtanim
>> --
>> Ubuntu Bangladesh
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>>
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd



-- 
M. Nasimul Haque
Appliansys, Coventry, UK
http://www.nasim.me.uk

-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-05 Thread A.B.M.Shamsuzzaman Sadi
Adnan bro actually I wanna see and fix the actual problem.If I can't fix
and know what its actual fault is in the next time I won't be able to fix
anything thats why I'm using it! And I'm also curious to know :D

On Mon, Dec 5, 2011 at 6:15 PM, M. Adnan Quaium
wrote:

> Well ... I am curious... if 10.10 is free from that glitch then why aren't
> you using 10.10 instead of 10.04? If I were you I would definitely jump in
> to the 10.10.
>
> --
> M. Adnan Quaium | https://wiki.ubuntu.com/maqtanim
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-05 Thread M. Adnan Quaium
Well ... I am curious... if 10.10 is free from that glitch then why aren't
you using 10.10 instead of 10.04? If I were you I would definitely jump in
to the 10.10.

-- 
M. Adnan Quaium | https://wiki.ubuntu.com/maqtanim
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-05 Thread A.B.M.Shamsuzzaman Sadi
এখনও সাউন্ড পেলাম না :(

On Mon, Dec 5, 2011 at 3:59 PM, A.B.M.Shamsuzzaman Sadi  wrote:

> সাবাব ভাই, এখন normal mode এ :
> sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
> snd-hda-intel
> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > enable_msi=1" >> /etc/modprobe.d/alsa-base.conf
> bash: /etc/modprobe.d/alsa-base.conf: Permission denied
> আর su(root terminal) এ:
> root@sadi:/home/sadi# echo -e "options snd slots=snd-hda-intel\noptions
> snd-hda-intel
> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > enable_msi=1" >> /etc/modprobe.d/alsa-base.conf
>
> On Mon, Dec 5, 2011 at 1:37 PM, Shabab Mustafa wrote:
>
>> Sorry, my bad! Try this one:
>>
>> 
>> sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
>> model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
>> enable_msi=1" >> /etc/modprobe.d/alsa-base.conf
>> 
>>
>> ---
>> Shabab Mustafa
>>
>>
>>
>> On Mon, Dec 5, 2011 at 8:12 AM, A.B.M.Shamsuzzaman Sadi <
>> abmsad...@gmail.com
>> > wrote:
>>
>> > @jamal bhai--- Sorry don't understand.Do u mean Operating System update
>> or
>> > hardware System update?If OS update then Debian have a fair updates and
>> I
>> > already update those else hardware that I don't done yet.
>> >
>> > On Mon, Dec 5, 2011 at 8:01 AM, A.B.M.Shamsuzzaman Sadi <
>> > abmsad...@gmail.com
>> > > wrote:
>> >
>> > > @sabab bhai this is the output for the command:
>> > > sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
>> > > snd-hda-intel
>> > > > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
>> > > > enable_msi=1" >> /etc/modules.d/alsa-base.conf
>> > > bash: /etc/modules.d/alsa-base.conf: No such file or directory
>> > >
>> > >
>> > > On Mon, Dec 5, 2011 at 12:28 AM, Jamal Khan 
>> wrote:
>> > >
>> > >> Have you tried updating the system ? I am using the same product line
>> > >> Compaq CQ61 , its fine here.
>> > >>
>> > >> On Mon, Dec 5, 2011 at 12:14 AM, Shabab Mustafa > >
>> > >> wrote:
>> > >>
>> > >> > On the first hand, you need to clearly mention that you are using a
>> > >> laptop
>> > >> > when you post problems like this. By Default, we assume people talk
>> > >> about
>> > >> > Desktops.
>> > >> >
>> > >> > OK, let's try something out. Copy the whole command and paste it to
>> > your
>> > >> > terminal. If you there are no error messages show up, then restart
>> > your
>> > >> > machine and test:
>> > >> >
>> > >> > ===
>> > >> >
>> > >> > sudo echo -e "options snd slots=snd-hda-intel\noptions
>> snd-hda-intel
>> > >> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
>> > >> > enable_msi=1" >> /etc/modules.d/alsa-base.conf
>> > >> >
>> > >> > ===
>> > >> >
>> > >> > If you can see  any error message, please post that here.
>> > >> >
>> > >> > ---
>> > >> > Shabab Mustafa
>> > >> >
>> > >> >
>> > >> >
>> > >> > On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
>> > >> > abmsad...@gmail.com> wrote:
>> > >> >
>> > >> > > Bro its HP compaq presario CQ42 laptop. How do I know that are
>> they
>> > >> > > using same or different ports?? :(
>> > >> > > Well your commands output is:
>> > >> > > sadi@sadi:~$ cat /proc/asound/cards
>> > >> > >  0 [Intel  ]: HDA-Intel - HDA Intel
>> > >> > >  HDA Intel at 0x9450 irq 22
>> > >> > >
>> > >> > >
>> > >> > > On 12/4/11, Shabab Mustafa  wrote:
>> > >> > > > Do you use separate port for your Headphone and Speakers?
>> > >> > > >
>> > >> > > > Need some info about your sound card. Open Terminal and run:
>> > >> > > >
>> > >> > > >cat /proc/asound/cards
>> > >> > > >
>> > >> > > > And let us know the output.
>> > >> > > >
>> > >> > > > ---
>> > >> > > > Shabab Mustafa
>> > >> > > >
>> > >> > > >
>> > >> > > >
>> > >> > > > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
>> > >> > > abmsad...@gmail.com
>> > >> > > >> wrote:
>> > >> > > >
>> > >> > > >> Hi,
>> > >> > > >> I've got a new problem with debian 6 32bit. I can hear sounds
>> > >> through
>> > >> > > the
>> > >> > > >> headphone but can't through my speaker ALTEC. Its only happen
>> in
>> > >> > ubuntu
>> > >> > > >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such
>> > >> problem.I've
>> > >> > > >> check it that, is it mute not. But everywhere its unmute.Need
>> > >> > everyone's
>> > >> > > >> help to fix this. Thanks.
>> > >> > > >> --
>> > >> > > >> Ubuntu Bangladesh
>> > >> > > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > >> > > >>
>> > >> > > > --
>> > >> > > > Ubuntu Bangladesh
>> > >> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > >> > > >
>> > >> > >
>> > >> > > --
>> > >> > > Ubuntu Bangladesh
>> > >> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > >> > >
>> > >> > --
>> > >> > Ubuntu Bangladesh
>> > >> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > >> >
>> > >>
>> > >>
>> > >>
>> > >> --
>> > >> Every night before sleep I ask myself - Who a

Re: [Ubuntu-BD] sound problem

2011-12-05 Thread A.B.M.Shamsuzzaman Sadi
সাবাব ভাই, এখন normal mode এ :
sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
snd-hda-intel
> model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> enable_msi=1" >> /etc/modprobe.d/alsa-base.conf
bash: /etc/modprobe.d/alsa-base.conf: Permission denied
আর su(root terminal) এ:
root@sadi:/home/sadi# echo -e "options snd slots=snd-hda-intel\noptions
snd-hda-intel
> model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> enable_msi=1" >> /etc/modprobe.d/alsa-base.conf

On Mon, Dec 5, 2011 at 1:37 PM, Shabab Mustafa  wrote:

> Sorry, my bad! Try this one:
>
> 
> sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
> model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> enable_msi=1" >> /etc/modprobe.d/alsa-base.conf
> 
>
> ---
> Shabab Mustafa
>
>
>
> On Mon, Dec 5, 2011 at 8:12 AM, A.B.M.Shamsuzzaman Sadi <
> abmsad...@gmail.com
> > wrote:
>
> > @jamal bhai--- Sorry don't understand.Do u mean Operating System update
> or
> > hardware System update?If OS update then Debian have a fair updates and I
> > already update those else hardware that I don't done yet.
> >
> > On Mon, Dec 5, 2011 at 8:01 AM, A.B.M.Shamsuzzaman Sadi <
> > abmsad...@gmail.com
> > > wrote:
> >
> > > @sabab bhai this is the output for the command:
> > > sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
> > > snd-hda-intel
> > > > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > > > enable_msi=1" >> /etc/modules.d/alsa-base.conf
> > > bash: /etc/modules.d/alsa-base.conf: No such file or directory
> > >
> > >
> > > On Mon, Dec 5, 2011 at 12:28 AM, Jamal Khan 
> wrote:
> > >
> > >> Have you tried updating the system ? I am using the same product line
> > >> Compaq CQ61 , its fine here.
> > >>
> > >> On Mon, Dec 5, 2011 at 12:14 AM, Shabab Mustafa 
> > >> wrote:
> > >>
> > >> > On the first hand, you need to clearly mention that you are using a
> > >> laptop
> > >> > when you post problems like this. By Default, we assume people talk
> > >> about
> > >> > Desktops.
> > >> >
> > >> > OK, let's try something out. Copy the whole command and paste it to
> > your
> > >> > terminal. If you there are no error messages show up, then restart
> > your
> > >> > machine and test:
> > >> >
> > >> > ===
> > >> >
> > >> > sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
> > >> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > >> > enable_msi=1" >> /etc/modules.d/alsa-base.conf
> > >> >
> > >> > ===
> > >> >
> > >> > If you can see  any error message, please post that here.
> > >> >
> > >> > ---
> > >> > Shabab Mustafa
> > >> >
> > >> >
> > >> >
> > >> > On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
> > >> > abmsad...@gmail.com> wrote:
> > >> >
> > >> > > Bro its HP compaq presario CQ42 laptop. How do I know that are
> they
> > >> > > using same or different ports?? :(
> > >> > > Well your commands output is:
> > >> > > sadi@sadi:~$ cat /proc/asound/cards
> > >> > >  0 [Intel  ]: HDA-Intel - HDA Intel
> > >> > >  HDA Intel at 0x9450 irq 22
> > >> > >
> > >> > >
> > >> > > On 12/4/11, Shabab Mustafa  wrote:
> > >> > > > Do you use separate port for your Headphone and Speakers?
> > >> > > >
> > >> > > > Need some info about your sound card. Open Terminal and run:
> > >> > > >
> > >> > > >cat /proc/asound/cards
> > >> > > >
> > >> > > > And let us know the output.
> > >> > > >
> > >> > > > ---
> > >> > > > Shabab Mustafa
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
> > >> > > abmsad...@gmail.com
> > >> > > >> wrote:
> > >> > > >
> > >> > > >> Hi,
> > >> > > >> I've got a new problem with debian 6 32bit. I can hear sounds
> > >> through
> > >> > > the
> > >> > > >> headphone but can't through my speaker ALTEC. Its only happen
> in
> > >> > ubuntu
> > >> > > >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such
> > >> problem.I've
> > >> > > >> check it that, is it mute not. But everywhere its unmute.Need
> > >> > everyone's
> > >> > > >> help to fix this. Thanks.
> > >> > > >> --
> > >> > > >> Ubuntu Bangladesh
> > >> > > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >> > > >>
> > >> > > > --
> > >> > > > Ubuntu Bangladesh
> > >> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > Ubuntu Bangladesh
> > >> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >> > >
> > >> > --
> > >> > Ubuntu Bangladesh
> > >> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >> >
> > >>
> > >>
> > >>
> > >> --
> > >> Every night before sleep I ask myself - Who am I ?
> > >> Till now the answer is - You are nobody. I wish it would be the same,
> > >> always.
> > >> --
> > >> Ubuntu Bangladesh
> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >>
> > >
> > >
> > --
> > Ubuntu Bangladesh
> > https://lists.

Re: [Ubuntu-BD] sound problem

2011-12-04 Thread Shabab Mustafa
Sorry, my bad! Try this one:


sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
enable_msi=1" >> /etc/modprobe.d/alsa-base.conf


---
Shabab Mustafa



On Mon, Dec 5, 2011 at 8:12 AM, A.B.M.Shamsuzzaman Sadi  wrote:

> @jamal bhai--- Sorry don't understand.Do u mean Operating System update or
> hardware System update?If OS update then Debian have a fair updates and I
> already update those else hardware that I don't done yet.
>
> On Mon, Dec 5, 2011 at 8:01 AM, A.B.M.Shamsuzzaman Sadi <
> abmsad...@gmail.com
> > wrote:
>
> > @sabab bhai this is the output for the command:
> > sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
> > snd-hda-intel
> > > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > > enable_msi=1" >> /etc/modules.d/alsa-base.conf
> > bash: /etc/modules.d/alsa-base.conf: No such file or directory
> >
> >
> > On Mon, Dec 5, 2011 at 12:28 AM, Jamal Khan  wrote:
> >
> >> Have you tried updating the system ? I am using the same product line
> >> Compaq CQ61 , its fine here.
> >>
> >> On Mon, Dec 5, 2011 at 12:14 AM, Shabab Mustafa 
> >> wrote:
> >>
> >> > On the first hand, you need to clearly mention that you are using a
> >> laptop
> >> > when you post problems like this. By Default, we assume people talk
> >> about
> >> > Desktops.
> >> >
> >> > OK, let's try something out. Copy the whole command and paste it to
> your
> >> > terminal. If you there are no error messages show up, then restart
> your
> >> > machine and test:
> >> >
> >> > ===
> >> >
> >> > sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
> >> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> >> > enable_msi=1" >> /etc/modules.d/alsa-base.conf
> >> >
> >> > ===
> >> >
> >> > If you can see  any error message, please post that here.
> >> >
> >> > ---
> >> > Shabab Mustafa
> >> >
> >> >
> >> >
> >> > On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
> >> > abmsad...@gmail.com> wrote:
> >> >
> >> > > Bro its HP compaq presario CQ42 laptop. How do I know that are they
> >> > > using same or different ports?? :(
> >> > > Well your commands output is:
> >> > > sadi@sadi:~$ cat /proc/asound/cards
> >> > >  0 [Intel  ]: HDA-Intel - HDA Intel
> >> > >  HDA Intel at 0x9450 irq 22
> >> > >
> >> > >
> >> > > On 12/4/11, Shabab Mustafa  wrote:
> >> > > > Do you use separate port for your Headphone and Speakers?
> >> > > >
> >> > > > Need some info about your sound card. Open Terminal and run:
> >> > > >
> >> > > >cat /proc/asound/cards
> >> > > >
> >> > > > And let us know the output.
> >> > > >
> >> > > > ---
> >> > > > Shabab Mustafa
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
> >> > > abmsad...@gmail.com
> >> > > >> wrote:
> >> > > >
> >> > > >> Hi,
> >> > > >> I've got a new problem with debian 6 32bit. I can hear sounds
> >> through
> >> > > the
> >> > > >> headphone but can't through my speaker ALTEC. Its only happen in
> >> > ubuntu
> >> > > >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such
> >> problem.I've
> >> > > >> check it that, is it mute not. But everywhere its unmute.Need
> >> > everyone's
> >> > > >> help to fix this. Thanks.
> >> > > >> --
> >> > > >> Ubuntu Bangladesh
> >> > > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >> > > >>
> >> > > > --
> >> > > > Ubuntu Bangladesh
> >> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >> > > >
> >> > >
> >> > > --
> >> > > Ubuntu Bangladesh
> >> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >> > >
> >> > --
> >> > Ubuntu Bangladesh
> >> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >> >
> >>
> >>
> >>
> >> --
> >> Every night before sleep I ask myself - Who am I ?
> >> Till now the answer is - You are nobody. I wish it would be the same,
> >> always.
> >> --
> >> Ubuntu Bangladesh
> >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >>
> >
> >
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-04 Thread A.B.M.Shamsuzzaman Sadi
@jamal bhai--- Sorry don't understand.Do u mean Operating System update or
hardware System update?If OS update then Debian have a fair updates and I
already update those else hardware that I don't done yet.

On Mon, Dec 5, 2011 at 8:01 AM, A.B.M.Shamsuzzaman Sadi  wrote:

> @sabab bhai this is the output for the command:
> sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
> snd-hda-intel
> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > enable_msi=1" >> /etc/modules.d/alsa-base.conf
> bash: /etc/modules.d/alsa-base.conf: No such file or directory
>
>
> On Mon, Dec 5, 2011 at 12:28 AM, Jamal Khan  wrote:
>
>> Have you tried updating the system ? I am using the same product line
>> Compaq CQ61 , its fine here.
>>
>> On Mon, Dec 5, 2011 at 12:14 AM, Shabab Mustafa 
>> wrote:
>>
>> > On the first hand, you need to clearly mention that you are using a
>> laptop
>> > when you post problems like this. By Default, we assume people talk
>> about
>> > Desktops.
>> >
>> > OK, let's try something out. Copy the whole command and paste it to your
>> > terminal. If you there are no error messages show up, then restart your
>> > machine and test:
>> >
>> > ===
>> >
>> > sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
>> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
>> > enable_msi=1" >> /etc/modules.d/alsa-base.conf
>> >
>> > ===
>> >
>> > If you can see  any error message, please post that here.
>> >
>> > ---
>> > Shabab Mustafa
>> >
>> >
>> >
>> > On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
>> > abmsad...@gmail.com> wrote:
>> >
>> > > Bro its HP compaq presario CQ42 laptop. How do I know that are they
>> > > using same or different ports?? :(
>> > > Well your commands output is:
>> > > sadi@sadi:~$ cat /proc/asound/cards
>> > >  0 [Intel  ]: HDA-Intel - HDA Intel
>> > >  HDA Intel at 0x9450 irq 22
>> > >
>> > >
>> > > On 12/4/11, Shabab Mustafa  wrote:
>> > > > Do you use separate port for your Headphone and Speakers?
>> > > >
>> > > > Need some info about your sound card. Open Terminal and run:
>> > > >
>> > > >cat /proc/asound/cards
>> > > >
>> > > > And let us know the output.
>> > > >
>> > > > ---
>> > > > Shabab Mustafa
>> > > >
>> > > >
>> > > >
>> > > > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
>> > > abmsad...@gmail.com
>> > > >> wrote:
>> > > >
>> > > >> Hi,
>> > > >> I've got a new problem with debian 6 32bit. I can hear sounds
>> through
>> > > the
>> > > >> headphone but can't through my speaker ALTEC. Its only happen in
>> > ubuntu
>> > > >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such
>> problem.I've
>> > > >> check it that, is it mute not. But everywhere its unmute.Need
>> > everyone's
>> > > >> help to fix this. Thanks.
>> > > >> --
>> > > >> Ubuntu Bangladesh
>> > > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > > >>
>> > > > --
>> > > > Ubuntu Bangladesh
>> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > > >
>> > >
>> > > --
>> > > Ubuntu Bangladesh
>> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> > >
>> > --
>> > Ubuntu Bangladesh
>> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>> >
>>
>>
>>
>> --
>> Every night before sleep I ask myself - Who am I ?
>> Till now the answer is - You are nobody. I wish it would be the same,
>> always.
>> --
>> Ubuntu Bangladesh
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>>
>
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-04 Thread A.B.M.Shamsuzzaman Sadi
@sabab bhai this is the output for the command:
sadi@sadi:~$ sudo echo -e "options snd slots=snd-hda-intel\noptions
snd-hda-intel
> model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> enable_msi=1" >> /etc/modules.d/alsa-base.conf
bash: /etc/modules.d/alsa-base.conf: No such file or directory


On Mon, Dec 5, 2011 at 12:28 AM, Jamal Khan  wrote:

> Have you tried updating the system ? I am using the same product line
> Compaq CQ61 , its fine here.
>
> On Mon, Dec 5, 2011 at 12:14 AM, Shabab Mustafa 
> wrote:
>
> > On the first hand, you need to clearly mention that you are using a
> laptop
> > when you post problems like this. By Default, we assume people talk about
> > Desktops.
> >
> > OK, let's try something out. Copy the whole command and paste it to your
> > terminal. If you there are no error messages show up, then restart your
> > machine and test:
> >
> > ===
> >
> > sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
> > model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> > enable_msi=1" >> /etc/modules.d/alsa-base.conf
> >
> > ===
> >
> > If you can see  any error message, please post that here.
> >
> > ---
> > Shabab Mustafa
> >
> >
> >
> > On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
> > abmsad...@gmail.com> wrote:
> >
> > > Bro its HP compaq presario CQ42 laptop. How do I know that are they
> > > using same or different ports?? :(
> > > Well your commands output is:
> > > sadi@sadi:~$ cat /proc/asound/cards
> > >  0 [Intel  ]: HDA-Intel - HDA Intel
> > >  HDA Intel at 0x9450 irq 22
> > >
> > >
> > > On 12/4/11, Shabab Mustafa  wrote:
> > > > Do you use separate port for your Headphone and Speakers?
> > > >
> > > > Need some info about your sound card. Open Terminal and run:
> > > >
> > > >cat /proc/asound/cards
> > > >
> > > > And let us know the output.
> > > >
> > > > ---
> > > > Shabab Mustafa
> > > >
> > > >
> > > >
> > > > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
> > > abmsad...@gmail.com
> > > >> wrote:
> > > >
> > > >> Hi,
> > > >> I've got a new problem with debian 6 32bit. I can hear sounds
> through
> > > the
> > > >> headphone but can't through my speaker ALTEC. Its only happen in
> > ubuntu
> > > >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such
> problem.I've
> > > >> check it that, is it mute not. But everywhere its unmute.Need
> > everyone's
> > > >> help to fix this. Thanks.
> > > >> --
> > > >> Ubuntu Bangladesh
> > > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > > >>
> > > > --
> > > > Ubuntu Bangladesh
> > > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > > >
> > >
> > > --
> > > Ubuntu Bangladesh
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >
> > --
> > Ubuntu Bangladesh
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
> Every night before sleep I ask myself - Who am I ?
> Till now the answer is - You are nobody. I wish it would be the same,
> always.
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-04 Thread Jamal Khan
Have you tried updating the system ? I am using the same product line
Compaq CQ61 , its fine here.

On Mon, Dec 5, 2011 at 12:14 AM, Shabab Mustafa  wrote:

> On the first hand, you need to clearly mention that you are using a laptop
> when you post problems like this. By Default, we assume people talk about
> Desktops.
>
> OK, let's try something out. Copy the whole command and paste it to your
> terminal. If you there are no error messages show up, then restart your
> machine and test:
>
> ===
>
> sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
> model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
> enable_msi=1" >> /etc/modules.d/alsa-base.conf
>
> ===
>
> If you can see  any error message, please post that here.
>
> ---
> Shabab Mustafa
>
>
>
> On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
> abmsad...@gmail.com> wrote:
>
> > Bro its HP compaq presario CQ42 laptop. How do I know that are they
> > using same or different ports?? :(
> > Well your commands output is:
> > sadi@sadi:~$ cat /proc/asound/cards
> >  0 [Intel  ]: HDA-Intel - HDA Intel
> >  HDA Intel at 0x9450 irq 22
> >
> >
> > On 12/4/11, Shabab Mustafa  wrote:
> > > Do you use separate port for your Headphone and Speakers?
> > >
> > > Need some info about your sound card. Open Terminal and run:
> > >
> > >cat /proc/asound/cards
> > >
> > > And let us know the output.
> > >
> > > ---
> > > Shabab Mustafa
> > >
> > >
> > >
> > > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
> > abmsad...@gmail.com
> > >> wrote:
> > >
> > >> Hi,
> > >> I've got a new problem with debian 6 32bit. I can hear sounds through
> > the
> > >> headphone but can't through my speaker ALTEC. Its only happen in
> ubuntu
> > >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such problem.I've
> > >> check it that, is it mute not. But everywhere its unmute.Need
> everyone's
> > >> help to fix this. Thanks.
> > >> --
> > >> Ubuntu Bangladesh
> > >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >>
> > > --
> > > Ubuntu Bangladesh
> > > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> > >
> >
> > --
> > Ubuntu Bangladesh
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
Every night before sleep I ask myself - Who am I ?
Till now the answer is - You are nobody. I wish it would be the same,
always.
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-04 Thread Shabab Mustafa
On the first hand, you need to clearly mention that you are using a laptop
when you post problems like this. By Default, we assume people talk about
Desktops.

OK, let's try something out. Copy the whole command and paste it to your
terminal. If you there are no error messages show up, then restart your
machine and test:

===

sudo echo -e "options snd slots=snd-hda-intel\noptions snd-hda-intel
model=hp-m4\nalias snd-card-0 snd-hda-intel\noptions snd-hda-intel
enable_msi=1" >> /etc/modules.d/alsa-base.conf

===

If you can see  any error message, please post that here.

---
Shabab Mustafa



On Sun, Dec 4, 2011 at 11:25 PM, A.B.M.Shamsuzzaman Sadi <
abmsad...@gmail.com> wrote:

> Bro its HP compaq presario CQ42 laptop. How do I know that are they
> using same or different ports?? :(
> Well your commands output is:
> sadi@sadi:~$ cat /proc/asound/cards
>  0 [Intel  ]: HDA-Intel - HDA Intel
>  HDA Intel at 0x9450 irq 22
>
>
> On 12/4/11, Shabab Mustafa  wrote:
> > Do you use separate port for your Headphone and Speakers?
> >
> > Need some info about your sound card. Open Terminal and run:
> >
> >cat /proc/asound/cards
> >
> > And let us know the output.
> >
> > ---
> > Shabab Mustafa
> >
> >
> >
> > On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi <
> abmsad...@gmail.com
> >> wrote:
> >
> >> Hi,
> >> I've got a new problem with debian 6 32bit. I can hear sounds through
> the
> >> headphone but can't through my speaker ALTEC. Its only happen in ubuntu
> >> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such problem.I've
> >> check it that, is it mute not. But everywhere its unmute.Need everyone's
> >> help to fix this. Thanks.
> >> --
> >> Ubuntu Bangladesh
> >> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >>
> > --
> > Ubuntu Bangladesh
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-04 Thread A.B.M.Shamsuzzaman Sadi
Bro its HP compaq presario CQ42 laptop. How do I know that are they
using same or different ports?? :(
Well your commands output is:
sadi@sadi:~$ cat /proc/asound/cards
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0x9450 irq 22


On 12/4/11, Shabab Mustafa  wrote:
> Do you use separate port for your Headphone and Speakers?
>
> Need some info about your sound card. Open Terminal and run:
>
>cat /proc/asound/cards
>
> And let us know the output.
>
> ---
> Shabab Mustafa
>
>
>
> On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi > wrote:
>
>> Hi,
>> I've got a new problem with debian 6 32bit. I can hear sounds through the
>> headphone but can't through my speaker ALTEC. Its only happen in ubuntu
>> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such problem.I've
>> check it that, is it mute not. But everywhere its unmute.Need everyone's
>> help to fix this. Thanks.
>> --
>> Ubuntu Bangladesh
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>>
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>

-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] sound problem

2011-12-04 Thread Shabab Mustafa
Do you use separate port for your Headphone and Speakers?

Need some info about your sound card. Open Terminal and run:

   cat /proc/asound/cards

And let us know the output.

---
Shabab Mustafa



On Sun, Dec 4, 2011 at 8:20 PM, A.B.M.Shamsuzzaman Sadi  wrote:

> Hi,
> I've got a new problem with debian 6 32bit. I can hear sounds through the
> headphone but can't through my speaker ALTEC. Its only happen in ubuntu
> 10.04 n in debian 6.But in ubuutu 10.10 I didn't get such problem.I've
> check it that, is it mute not. But everywhere its unmute.Need everyone's
> help to fix this. Thanks.
> --
> Ubuntu Bangladesh
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
Ubuntu Bangladesh
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] Sound Problem

2010-07-31 Thread Rabbi Hossain
@Mehdi Hassan ভাই

আমি ওই থ্রেড টা আগেই পড়েছি কিন্তু আমার সমস্যা সেই একি জায়গায় বিদ্যমান।
আমার সমস্যার বেলায় একটা কথা মাথায় রাখতে হবে যে, ওইখানে ৪.১ এর একটি
উফার এর সাউন্ডের কথা বলা হয়েছে। কিন্তু আমি আমার ৫.১ উফার টা ঠিক মতই
কনফিগার করেছি।
কিন্তু আমার বন্ধুর সমস্যা অন্যরকম কারন তার দুইটা ২.১ উফার এবং সে চায়
দুইটাই যেন একসাথে কাজ করে।

On 8/1/10, Mehdi Hassan  wrote:
> রাব্বি
>
> সেম চিপায় আছেন সাইফ ইমাম বুখারী ভাই। আপনাদের দুজনের জন্য ই সমাধানের
> রাস্তা একটাই। কষ্ট করে এই মেইলিং লিস্টেই 4.1 Speaker problem & Realtek
> Audio Driver for Linux Mint 9 শিরোনামে উনার টপিকটা একটু দেখে নিন।
>
> On 8/1/10, Rabbi Hossain  wrote:
>> কিছুদিন আগে বন্টু মিন্টুর আড্ডা থেকে আমি লিনাক্স মিন্টের একটি সিডি নেই।
>> আমি সেটি আমার পিসি ও আমার বন্ধুর পিসিতে ইন্সটল করি।
>> আমার বন্ধুর সমস্যা হচ্ছে যে, সে তার পিসিতে দুটি উফার লাগিয়েছে।
>> একটি রেয়ার গ্রিন পোর্টে ও অন্যটি রেয়ার পিঙ্ক পোর্টে যা উইন্ডোজে
>> রিয়ালটেক এর অপশন থেকে ইনেবল করলে দুটি ঊফার এক সাথেই কাজ করত। কিন্তু
>> এখন লিনাক্স মিন্ট-এ আমি একসাথে দুটি উফার ইনেবল করতে পারছি না।
>> আমাকে এ বিষয়ে কেউ সাহায্য করলে আমার খুব উপকার হবে।
>> --
>> Ubuntu Bangladesh | http://ubuntu-bd.org
>> ubuntu-bd@lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
>
> --
> Z.M. Mehdi Hassan
> Digital Watch Limited
> --
> Ubuntu Bangladesh | http://ubuntu-bd.org
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
-- 
Ubuntu Bangladesh | http://ubuntu-bd.org
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] Sound Problem

2010-07-31 Thread Mehdi Hassan
রাব্বি

সেম চিপায় আছেন সাইফ ইমাম বুখারী ভাই। আপনাদের দুজনের জন্য ই সমাধানের
রাস্তা একটাই। কষ্ট করে এই মেইলিং লিস্টেই 4.1 Speaker problem & Realtek
Audio Driver for Linux Mint 9 শিরোনামে উনার টপিকটা একটু দেখে নিন।

On 8/1/10, Rabbi Hossain  wrote:
> কিছুদিন আগে বন্টু মিন্টুর আড্ডা থেকে আমি লিনাক্স মিন্টের একটি সিডি নেই।
> আমি সেটি আমার পিসি ও আমার বন্ধুর পিসিতে ইন্সটল করি।
> আমার বন্ধুর সমস্যা হচ্ছে যে, সে তার পিসিতে দুটি উফার লাগিয়েছে।
> একটি রেয়ার গ্রিন পোর্টে ও অন্যটি রেয়ার পিঙ্ক পোর্টে যা উইন্ডোজে
> রিয়ালটেক এর অপশন থেকে ইনেবল করলে দুটি ঊফার এক সাথেই কাজ করত। কিন্তু
> এখন লিনাক্স মিন্ট-এ আমি একসাথে দুটি উফার ইনেবল করতে পারছি না।
> আমাকে এ বিষয়ে কেউ সাহায্য করলে আমার খুব উপকার হবে।
> --
> Ubuntu Bangladesh | http://ubuntu-bd.org
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


-- 
Z.M. Mehdi Hassan
Digital Watch Limited
-- 
Ubuntu Bangladesh | http://ubuntu-bd.org
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd

Re: [Ubuntu-BD] sound problem

2008-11-30 Thread S. M. Ibrahim (Lavlu)
try alsamixer, and unmute all . it may help.

2008/11/29 Salim Hossain <[EMAIL PROTECTED]>

> Hi,
>
>  I need help getting sound from my Linux machine.
>
> I have a Creative Labs *Ectiva EV1938* soundcard.
>
> The driver (ens1371) seems to load, but no sound. Module: *snd-ens1371*
>
> Can anyone help?
> --
> Ubuntu Bangladesh mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>



-- 
S. M. Ibrahim Lavlu
software engineer, php
somewhere in...
http://www.somewherein.net

bangla blog: http://www.somewhereinblog.net
my blog: http://www.lavluda.com
mac blog: htttp://www.mac-talks.com
-- 
Ubuntu Bangladesh mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] Sound Problem

2008-11-24 Thread 9el
first off try the  Update Manager while you have internet connection on your
system.
When checking is finished install all packages.

That way its likely to get the necessary files/softwares automatically.

---
Use FreeOpenSourceSoftwares, Stop piracy, Let the developers live. Get
a Free CD of Ubuntu mailed to your door without any cost. Visit :
www.ubuntu.com
--


On Mon, Nov 24, 2008 at 12:11 PM, Javed Sattar <[EMAIL PROTECTED]> wrote:

> If you have internet connection then try to update your sound card driver
> online. It may find the sound driver automatically and install it.
>
> Javed
> BIPL
>
> On Mon, Nov 24, 2008 at 9:46 AM, Salim Hossain <[EMAIL PROTECTED]
> >wrote:
>
> > Hi, I am a new user of Ubuntu 8.10. My sound is not working. my sound
> karte
> > is PCI Sound Karte A-4280. can u help me.
> > --
> > ubuntu-bd mailing list
> > ubuntu-bd@lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd


Re: [Ubuntu-BD] Sound Problem

2008-11-23 Thread Javed Sattar
If you have internet connection then try to update your sound card driver
online. It may find the sound driver automatically and install it.

Javed
BIPL

On Mon, Nov 24, 2008 at 9:46 AM, Salim Hossain <[EMAIL PROTECTED]>wrote:

> Hi, I am a new user of Ubuntu 8.10. My sound is not working. my sound karte
> is PCI Sound Karte A-4280. can u help me.
> --
> ubuntu-bd mailing list
> ubuntu-bd@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>
-- 
ubuntu-bd mailing list
ubuntu-bd@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd