caszonyi | 1 Jan 2004 04:33
Picon
Favicon

Re: disabled system speaker: how to enable?

On Wed, 31 Dec 2003, James Miller wrote:

> We recently installed Gentoo Linux on a laptop, which went successfully
> for the most part.  The Gentoo install seems to run from a ramdisk Linux
> version, and it includes things like the links browser so you can go
> online during the install to check documentation.  We also installed an
> application there that used the console beep (a chat client) to keep in
> touch with someone during the install.  The system speaker/console beep on
> the machine worked fine at this stage, and would beep as it was supposed
> to when someone would send a message.  On the installed system, however,
> the console beep/system speaker is not working.  It doesn't work in the
> chat client, and issuing | echo -e "\a" | doesn't make the system speaker
> beep either (no error responses or anything, just a blank line like it's
> trying to ring the system bell, then a return to bash prompt).  This is
> the 2.6 kernel, btw.  So, what could the problem be?  Should we have maybe
> enabled console beep when we compiled the kernel or something?  Any other
> things I could check/implement to get it working?
>

you should have these lines in your kernel .config

CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y

> Thanks, James

Calin

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
(Continue reading)

ALOE VERA | 1 Jan 2004 16:30

KENDI ISINIZI KURUN !!!

Iyi gunler linux-newbie ,

Dünyanin en hizli büyüyen pazarinda

kendi isinizi kurup,
evinizden veya ofisinizden,
kendi patrononuz olarak tamamen bagimsiz,
calisma saatlerini kendiniz belirleyerek,
hic bir krizden etkilenmeden,
hicbir riske girmeden,
cüzi yatirimla,
mükemmel kazanclar elde etmek istemezmisiniz ?

Geniş bilgi için: Tel. 0212 - 507 75 02, Faks. 0212 - 507 75 28
start2004 <at> mynet.com

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

dave | 1 Jan 2004 22:17

group

I'll try to ask this question so that it makes sense.  I'm running 
Mandrake 9.1.  I've made a folder called "/home/everyone".  I have my 
daughter sharing an internet connection on my local network.  My router 
gives ip addresses when she starts her computer, (windows98) and it 
gives me an ip address when I start up, (Mandrake 9.1).  I'm trying to 
share the folder "/home/everyone" between  her and me.  Samba gives her 
access to Laura folder on my linux box and when she logs into my linux 
machine she can also access her folder.  I've changed the permissions on 
the /home/everyone folder to rwx with chmod.  When I reboot I loose the 
w permission on /home/everyone.  Otherwise everything works great.  
Anyone have some suggestions?  Thanks for your help.
Dave

--

-- 
Dave Pomeroy K7DNP South Eastern Washington

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Srinivas Chinta | 1 Jan 2004 22:34
Picon
Favicon

info needed on atomic operations

Hi all,

I need some information on atomic operations.
Please provide me some information on how do I do the
following operations atomically(for iX86):
(1) set a charecter ( dst = src),
(2) compare and then set a charecter ( if (dst==X) 
dst = src;)

It would be great If you provide some references to
any good documents.

Thanks,
Srini

__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Ray Olszewski | 1 Jan 2004 22:42

Re: group

At 01:17 PM 1/1/2004 -0800, dave wrote:
>I'll try to ask this question so that it makes sense.  I'm running 
>Mandrake 9.1.  I've made a folder called "/home/everyone".  I have my 
>daughter sharing an internet connection on my local network.  My router 
>gives ip addresses when she starts her computer, (windows98) and it gives 
>me an ip address when I start up, (Mandrake 9.1).  I'm trying to share the 
>folder "/home/everyone" between  her and me.  Samba gives her access to 
>Laura folder on my linux box and when she logs into my linux machine she 
>can also access her folder.  I've changed the permissions on the 
>/home/everyone folder to rwx with chmod.  When I reboot I loose the w 
>permission on /home/everyone.  Otherwise everything works great.
>Anyone have some suggestions?  Thanks for your help.

Dave -- DId you see my reply to your earlier query to the list? I didn't 
copy you individually, assuming you were subscribed, and I suppose I may 
have assumed wrong. This time I am cc'ing you.

In case you missed it before, I think it still applies to the revised 
version of your questions, so I quote it here. It applies to the slightly 
different trouble report you posted the first time, which is why a couple 
of the specifics may seem not to make sense given this variant in your 
reporting.

>I don't *quite* understand what you are describing. Is it only after the 
>reboot that users are unable to write to the directory? Or are they always 
>unable to write to it?
>
>Just to be sure we are all talking about the same thing, please send us 
>the output of this sequence of commands (run as root):
>
(Continue reading)

Eric | 1 Jan 2004 22:59

Re: kernel error?

On Monday 29 December 2003 10:31 am, joy wrote:
> Hi,
>
> I just compiled my new 2.6 kernel and when I boot thru it, I get an
> error saying:
> VFS : cannot open root device "345" or unknown-block (3,69)
> OK.so I give an argument roo=/dev/hdb5 (that's my root partiton, I get
> the message
> VFS : cannot open root device "hdb5" or unknown-block (0,0)
> anyone with an answer?
> My old kernel worked fine w/o any lilo args.
> and used to refer to my hdd as (03:05) when I had it as hda.
>
 Go through make menuconfig again, (or the kernel config you used) and make 
sure you have support compiled in (not as a module (M) ) to the kernel for 
both your hard drive controller and the filesystem you are mounting as your 
root fs. ex. if your root FS is reiserfs, its imperiive you compile in 
reiserfs support. 
-------------------------
Eric Bambach
Eric at cisu dot net
-------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

jamtat | 2 Jan 2004 00:44

Debian network reconfigure

I've tried various things I can think of on a Debian system and 
searched the web a bit for information, but I'm still at a loss.  I've 
moved a Debian machine that was on a dhcp network to a network that uses 
static addressing.  I was hoping there is a way to rerun the network 
setup dialogue so that I can assign eth0 a static address and tell it where 
the gateway is.  Is there a way to rerun it?  If so, where and how?

Thanks, James
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Ray Olszewski | 2 Jan 2004 00:54

Re: Debian network reconfigure

At 11:44 PM 1/1/2004 +0000, jamtat <at> mailsnare.net wrote:
>I've tried various things I can think of on a Debian system and
>searched the web a bit for information, but I'm still at a loss.  I've
>moved a Debian machine that was on a dhcp network to a network that uses
>static addressing.  I was hoping there is a way to rerun the network
>setup dialogue so that I can assign eth0 a static address and tell it where
>the gateway is.  Is there a way to rerun it?  If so, where and how?

I don't know offhand, though it is a good goess that there is some 
"dpkg-reconfigure" command that will do what you want. The fact that this 
setup is part of a install makes it a bit complicated.

The easy solution, though, is to hand edit (using vi, emacs, or whatever 
text processor you like) the file /etc/network/interfaces to remove the 
DHCP assignment and replace it with a static address. A sample stanza for 
this (taken from one of my workstations) is:

         auto eth0
         # comment out next line to remove DHCP assignment
         #iface eth0 inet dhcp
         iface eth0 inet static
                         address 192.168.1.1
                         netmask 255.255.255.0
                         network 192.168.1.0
                         broadcast 192.168.1.255
                         gateway 192.168.1.86

All the networking setup program does is provide a front-end to editing 
this file.

(Continue reading)

James Miller | 2 Jan 2004 01:38

Re: Debian network reconfigure

On Thu, 1 Jan 2004, Ray Olszewski wrote:

> At 11:44 PM 1/1/2004 +0000, jamtat <at> mailsnare.net wrote:
> >the gateway is.  Is there a way to rerun it?  If so, where and how?
>
> I don't know offhand, though it is a good goess that there is some
> "dpkg-reconfigure" command that will do what you want. The fact that this
> setup is part of a install makes it a bit complicated.

I was trying to guess at just some such thing - dpkg-reconfigure
myguesshere - but my missed guesses were leading only to frustration.
>
> The easy solution, though, is to hand edit (using vi, emacs, or whatever
> text processor you like) the file /etc/network/interfaces to remove the
> DHCP assignment and replace it with a static address. A sample stanza for
> this (taken from one of my workstations) is:
>
>          auto eth0
>          # comment out next line to remove DHCP assignment
>          #iface eth0 inet dhcp
>          iface eth0 inet static
>                          address 192.168.1.1
>                          netmask 255.255.255.0
>                          network 192.168.1.0
>                          broadcast 192.168.1.255
>                          gateway 192.168.1.86
>
> All the networking setup program does is provide a front-end to editing
> this file.
>
(Continue reading)

dave | 2 Jan 2004 05:18

group

Everyone,
  Thanks for the info on msec running Mandrake.  I changed the msec from 
normal to one leverl less secure.  Now it saves my changes.  It still 
doesn't make sense to me.  Why can't I have a secure system and still 
share files?  Anyway thanks for the help.
Dave

--

-- 
Dave Pomeroy K7DNP South Eastern Washington

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo <at> vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs


Gmane