Re: [newbie] network install

2005-04-02 Thread Miark
On Sat, 2 Apr 2005 17:40:00 +0100, JR wrote:

> I have a desktop and a laptop on a network. I want to install
> mandrake on the desktop. My mandrake installation disk is a
> DVD. The  desktop does not have a DVD drive, but the laptop
> does.

Export /mnt/cdrom or whatever it is on your system as a NFS
share. Then do a network install (NFS) pointing it to the
shared folder. I've done the same thing a few times in the past
months. If you're sharing from a laptop, though, you might want
to copy everything to the harddrive first as that'll spare
you all the DVD drive's spin-up time.

Miark


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] network install

2005-04-02 Thread H.J.Bathoorn
On Saturday 02 April 2005 18:40, JR wrote:
> I have a desktop and a laptop on a network. I want to install mandrake on
> the desktop. My mandrake installation disk is a DVD. The  desktop does not
> have a DVD drive, but the laptop does.
>
> So, I'm trying to use the laptop to 'server' the DVD to the desktop. Can
> someone help me here? I can find no documentation on ftpd. I installed the
> drakwizard.but the ftp option keeps failing, and the 'installation server'
> option, I don't understand.
>
> If I could even just ftp serve the /mnt/dvd drive then I think it would
> work. I have make a boot cd for the desktop with the network install
> option, all I need is a properly configured server.
>
> I dont have enough bandwidth remaining to download the CD's.
>
> Regard,
>
> Jarlath

Answering from memory hereso if it's wrong I hope some-one will correct 
me.

I know Slackware does the ftp_install over the net, Mandrake doesn't!

Mandrake uses NFS_mountsno biggie except that you (or I) cannot mount 
removable devices as such.

If you've got enough temp. hard diskspace copy the whole DVD content to a 
directory somewhere in your /home/user/ directory and "share" it. ... look 
for the option in the directorie's property tab.

Then point the desktop to that shared directory and you're on your way.

Prolly there's an entry on that topic on the wiki too.
http://mandrake.vmlinuz.ca/bin/view/Main/ 

-- 
Good luck,
HarM


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-10 Thread Derek Jennings
On Thursday 10 March 2005 11:57, Amy wrote:
SNIP
>
> Part of the reason I left windows was to avoid stupid things like
> restarting my computer. Ug. That and I liked that my computer doesn't
> go funny on me just because it's been on for hours and/or days at a
> time.
>
> I ended up getting help from a friend though, which seems to have
> temporarily fixed the problem. We'll see if it holds whenever I end up
> having to turn my computer off for whatever reason. Probably the next
> time will be when I go to take it over to my boyfriend's house, but
> that will also include the adventure of getting it to work with a
> wireless adapter since he and his roommate have a wireless network
> happening.
>
> My friend talked me through using mii-tool to figure out what's up.
> First he had me check what the actual connection was (mii-tool eth1),
> to make sure it matched what the router was telling me. Then he had me
> use "mii-tool -F 100baseTx-FD eth1" to set it for full duplex mode.
> eth0 is the NIC onboard on the motherboard, I use a PCI NIC because my
> last motherboard had trouble with the onboard NIC. Anyhow, now, my
> router still doens't have the dull duplex light turned on, but if I do
> enough with my internet connection, it'll come on long enough to
> cooperate, and I am indeed back up and running for now.
>
> I'll make another post to this thread later if this change doesn't
> stick and I still have problems. But I should most likely be able to
> fix it with the other information provided in the thread if this
> doesn't stick if/when I have to restart next.
>
> Thanks for all your help!


mii-tool is "the other way" of forcing full duplex. It will not survive a 
reboot you will have to run it every time you  restart networking.

derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-10 Thread Amy
On Thu, 10 Mar 2005 11:38:01 +, Derek Jennings
<[EMAIL PROTECTED]> wrote:
> On Thursday 10 March 2005 03:16, Amy wrote:
> > On Thu, 10 Mar 2005 00:58:43 +, Derek Jennings
> >
> > <[EMAIL PROTECTED]> wrote:
> > > The command
> > > modinfo 3c59x
> > > lists the options for that driver, and we can refer to this page for a
> > > description http://www.scyld.com/vortex.html
> > >
> > > To force this driver to be full duplex edit the file /etc/modprobe.conf
> > > as root user
> > > (Alt+F2 and type 'kdesu konqueror' in the box to get a root copy of
> > > konqueror file manager)
> > > Add the line
> > > options 3c59x full_duplex=1
> > >
> > > Then reboot
> > >
> > > derek
> >
> > Do I have to reboot? Shouldn't there be some way to restart the
> > card/settings/whatever without rebooting? I'm spoiled and really
> > really don't want to have to reboot my computer unless it is
> > absolutely required. It feels like it takes too frellin' long to wait
> > for it to shut down and restart itself. *pout*
> 
> No rebooting is not essential.  I just thought for a recent Windows refugee it
> would be something you were used to doing.
> 
> ifdown and ifup are  sufficient to cause the card to autodetect again, but it
> will not force reloading of the driver. What you need to do is
> 
> service network stop
> rmmod 3c59x
> modprobe 3c59x
> service network start
> 
> derek
Part of the reason I left windows was to avoid stupid things like
restarting my computer. Ug. That and I liked that my computer doesn't
go funny on me just because it's been on for hours and/or days at a
time.

I ended up getting help from a friend though, which seems to have
temporarily fixed the problem. We'll see if it holds whenever I end up
having to turn my computer off for whatever reason. Probably the next
time will be when I go to take it over to my boyfriend's house, but
that will also include the adventure of getting it to work with a
wireless adapter since he and his roommate have a wireless network
happening.

My friend talked me through using mii-tool to figure out what's up.
First he had me check what the actual connection was (mii-tool eth1),
to make sure it matched what the router was telling me. Then he had me
use "mii-tool -F 100baseTx-FD eth1" to set it for full duplex mode.
eth0 is the NIC onboard on the motherboard, I use a PCI NIC because my
last motherboard had trouble with the onboard NIC. Anyhow, now, my
router still doens't have the dull duplex light turned on, but if I do
enough with my internet connection, it'll come on long enough to
cooperate, and I am indeed back up and running for now.

I'll make another post to this thread later if this change doesn't
stick and I still have problems. But I should most likely be able to
fix it with the other information provided in the thread if this
doesn't stick if/when I have to restart next.

Thanks for all your help!

-- 
I have 49 invites to gmail, do you have a gmail account yet? Do you
want one? Talk to me!
~~ >^..^< ~~
http://deathkitten.net
"Words are, of course, the most powerful drug used by mankind."
 ~Rudyard Kipling
"Several friends have asked me if I will again leave the country. In
light of the failure--a second time--to count all the votes, that
won't be necessary. My country has left me."
 ~Greg Palast


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-10 Thread Derek Jennings
On Thursday 10 March 2005 03:16, Amy wrote:
> On Thu, 10 Mar 2005 00:58:43 +, Derek Jennings
>
> <[EMAIL PROTECTED]> wrote:
> > The command
> > modinfo 3c59x
> > lists the options for that driver, and we can refer to this page for a
> > description http://www.scyld.com/vortex.html
> >
> > To force this driver to be full duplex edit the file /etc/modprobe.conf
> > as root user
> > (Alt+F2 and type 'kdesu konqueror' in the box to get a root copy of
> > konqueror file manager)
> > Add the line
> > options 3c59x full_duplex=1
> >
> > Then reboot
> >
> > derek
>
> Do I have to reboot? Shouldn't there be some way to restart the
> card/settings/whatever without rebooting? I'm spoiled and really
> really don't want to have to reboot my computer unless it is
> absolutely required. It feels like it takes too frellin' long to wait
> for it to shut down and restart itself. *pout*

No rebooting is not essential.  I just thought for a recent Windows refugee it 
would be something you were used to doing.

ifdown and ifup are  sufficient to cause the card to autodetect again, but it 
will not force reloading of the driver. What you need to do is

service network stop
rmmod 3c59x
modprobe 3c59x
service network start

derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Amy
On Wed, 09 Mar 2005 21:54:39 -0600, Mikkel L. Ellertson
<[EMAIL PROTECTED]> wrote:
> Amy wrote:
> > On Thu, 10 Mar 2005 00:58:43 +, Derek Jennings
> > <[EMAIL PROTECTED]> wrote:
> >
> >>The command
> >>modinfo 3c59x
> >>lists the options for that driver, and we can refer to this page for a
> >>description http://www.scyld.com/vortex.html
> >>
> >>To force this driver to be full duplex edit the file /etc/modprobe.conf as
> >>root user
> >>(Alt+F2 and type 'kdesu konqueror' in the box to get a root copy of 
> >>konqueror
> >>file manager)
> >>Add the line
> >>options 3c59x full_duplex=1
> >>
> >>Then reboot
> >>
> >>derek
> >
> >
> > Do I have to reboot? Shouldn't there be some way to restart the
> > card/settings/whatever without rebooting? I'm spoiled and really
> > really don't want to have to reboot my computer unless it is
> > absolutely required. It feels like it takes too frellin' long to wait
> > for it to shut down and restart itself. *pout*
> >
> You should not have to force the card. One thing you could try, as root:
> 
> ifdown eth0
> 
> ifup eth0
> 
> The card and the router should talk to each other, and decide to go back
> to full duplex. Even if they do not, it may not be worth doing a reboot
> to get full duplex back. If you are not doing a lot of file transfer
> between systems, then chances are you will not notice the difference
> between full duplex and half duplex. As for you Internet connection, you
> definitely will not notice a difference.
> 
> Mikkel

Well, I did the file edit that derek told me to, but I haven't
restarted yet. Should I undo that before I try your recommendation?

And I have noticed a little bit of a difference. Some things time out
funny, my Gmail indicator logs itself out occasionally, small annoying
things like that. All this stuff started happening about the same time
I noticed the light was out.

-- 
I have 48 invites to gmail, do you have a gmail account yet? Do you
want one? Talk to me!
~~ >^..^< ~~
http://deathkitten.net
"Words are, of course, the most powerful drug used by mankind."
 ~Rudyard Kipling
"Several friends have asked me if I will again leave the country. In
light of the failure--a second time--to count all the votes, that
won't be necessary. My country has left me."
 ~Greg Palast


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Mikkel L. Ellertson
Amy wrote:
On Thu, 10 Mar 2005 00:58:43 +, Derek Jennings
<[EMAIL PROTECTED]> wrote:
The command
modinfo 3c59x
lists the options for that driver, and we can refer to this page for a
description http://www.scyld.com/vortex.html
To force this driver to be full duplex edit the file /etc/modprobe.conf as
root user
(Alt+F2 and type 'kdesu konqueror' in the box to get a root copy of konqueror
file manager)
Add the line
options 3c59x full_duplex=1
Then reboot
derek

Do I have to reboot? Shouldn't there be some way to restart the
card/settings/whatever without rebooting? I'm spoiled and really
really don't want to have to reboot my computer unless it is
absolutely required. It feels like it takes too frellin' long to wait
for it to shut down and restart itself. *pout*
You should not have to force the card. One thing you could try, as root:
ifdown eth0

ifup eth0
The card and the router should talk to each other, and decide to go back 
to full duplex. Even if they do not, it may not be worth doing a reboot 
to get full duplex back. If you are not doing a lot of file transfer 
between systems, then chances are you will not notice the difference 
between full duplex and half duplex. As for you Internet connection, you 
definitely will not notice a difference.

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Amy
On Thu, 10 Mar 2005 00:58:43 +, Derek Jennings
<[EMAIL PROTECTED]> wrote:
> The command
> modinfo 3c59x
> lists the options for that driver, and we can refer to this page for a
> description http://www.scyld.com/vortex.html
> 
> To force this driver to be full duplex edit the file /etc/modprobe.conf as
> root user
> (Alt+F2 and type 'kdesu konqueror' in the box to get a root copy of konqueror
> file manager)
> Add the line
> options 3c59x full_duplex=1
> 
> Then reboot
> 
> derek

Do I have to reboot? Shouldn't there be some way to restart the
card/settings/whatever without rebooting? I'm spoiled and really
really don't want to have to reboot my computer unless it is
absolutely required. It feels like it takes too frellin' long to wait
for it to shut down and restart itself. *pout*

-- 
I have 50 invites to gmail, do you have a gmail account yet? Do you
want one? Talk to me!
~~ >^..^< ~~
http://deathkitten.net
"Words are, of course, the most powerful drug used by mankind."
 ~Rudyard Kipling
"Several friends have asked me if I will again leave the country. In
light of the failure--a second time--to count all the votes, that
won't be necessary. My country has left me."
 ~Greg Palast


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [OT} amusing sig block was Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread jdow
From: "Mikkel L. Ellertson" <[EMAIL PROTECTED]>

> jdow wrote:
> > From: "Amy" <[EMAIL PROTECTED]>
> > 
> >>"Several friends have asked me if I will again leave the country. In
> >>light of the failure--a second time--to count all the votes, that
> >>won't be necessary. My country has left me."
> >> ~Greg Palast
> > 
> > 
> > Oh, that's no problem as the Washington State people discovered. Keep
> > looking for ballots until you find enough to elect your candidate. See,
> > no problem at all. Pretty soon we'll see a candidate win with more
> > votes counted than there were registered voters
> > 
> > {^_-}   But that's all off topic. (It'd be fun to have one of those
> > GMail invites so I could say I threw one away, too. *I* am
> > not going to let Google store all my email No WAY!)
> > 
> > 
> I was thinking of one to replace one of my other "throw away" accounts. 
> You know, the ones you use when need an email account for something, but 
> you know it is going to get flooded with SPAM because you used it. :-)
> 
> Mikkel

 I have that one solved. "myjunk" is the sort of name that even
spammers ignore. The account I have with that sort of name on it is the
second cleanest I have. Even the account "only for special friends" gets
the rare spam to it. The spammers "guess" at the name to use based on
my email headers.

{^_-}   (And yes, I am a Charles Addams fan. I remember avidly searching
New Yorker magazine whenever I was visiting my grandparents. His
cartoons and "The Yeggs" were by favorites. I like absurdities
if they are gently promulgated. And now I need some real Girl
Scouts for my cookie recipe)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Derek Jennings
On Thursday 10 March 2005 00:26, Amy wrote:
> On Wed, 9 Mar 2005 23:55:30 +, Derek Jennings
>
> <[EMAIL PROTECTED]> wrote:
> > On Wednesday 09 March 2005 23:45, Amy wrote:
> > > On Wed, 9 Mar 2005 23:34:13 +, Derek Jennings
> > >
> > > <[EMAIL PROTECTED]> wrote:
> > > > Selection of half/full duplex is autodetected by the card itself.
> > > > If it was working before, and now it isnt, then that would suggest
> > > > something physical, a dodgy connector maybe, or a hardware fault.
> > > >
> > > > It is possible to force half or full duplex in most Linux drivers. It
> > > > is just a matter of putting an option line in /etc/modprobe.conf If
> > > > you let us know which driver you are using I can show you how to do
> > > > that.
> > > >
> > > > derek
> > >
> > > I'm not sure which driver I'm using, it was auto detected when I did
> > > the install. How do I check?
> >
> > Mandrake ControlCentre>Network>ManageConnections
> > select your Interface and the 'Options Tab'
> >
> > The driver name is listed under 'Module name'
> >
> > derek
>
> Module name: â3c59x

The command
modinfo 3c59x
lists the options for that driver, and we can refer to this page for a 
description http://www.scyld.com/vortex.html

To force this driver to be full duplex edit the file /etc/modprobe.conf as 
root user 
(Alt+F2 and type 'kdesu konqueror' in the box to get a root copy of konqueror 
file manager)
Add the line
options 3c59x full_duplex=1

Then reboot

derek

-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [OT} amusing sig block was Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Mikkel L. Ellertson
jdow wrote:
From: "Amy" <[EMAIL PROTECTED]>
"Several friends have asked me if I will again leave the country. In
light of the failure--a second time--to count all the votes, that
won't be necessary. My country has left me."
~Greg Palast

Oh, that's no problem as the Washington State people discovered. Keep
looking for ballots until you find enough to elect your candidate. See,
no problem at all. Pretty soon we'll see a candidate win with more
votes counted than there were registered voters
{^_-}   But that's all off topic. (It'd be fun to have one of those
GMail invites so I could say I threw one away, too. *I* am
not going to let Google store all my email No WAY!)

I was thinking of one to replace one of my other "throw away" accounts. 
You know, the ones you use when need an email account for something, but 
you know it is going to get flooded with SPAM because you used it. :-)

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Amy
On Wed, 9 Mar 2005 23:55:30 +, Derek Jennings
<[EMAIL PROTECTED]> wrote:
> On Wednesday 09 March 2005 23:45, Amy wrote:
> > On Wed, 9 Mar 2005 23:34:13 +, Derek Jennings
> >
> > <[EMAIL PROTECTED]> wrote:
> > > Selection of half/full duplex is autodetected by the card itself.
> > > If it was working before, and now it isnt, then that would suggest
> > > something physical, a dodgy connector maybe, or a hardware fault.
> > >
> > > It is possible to force half or full duplex in most Linux drivers. It is
> > > just a matter of putting an option line in /etc/modprobe.conf
> > > If you let us know which driver you are using I can show you how to do
> > > that.
> > >
> > > derek
> >
> > I'm not sure which driver I'm using, it was auto detected when I did
> > the install. How do I check?
> Mandrake ControlCentre>Network>ManageConnections
> select your Interface and the 'Options Tab'
> 
> The driver name is listed under 'Module name'
> 
> derek

Module name: â3c59x

-- 
I have 50 invites to gmail, do you have a gmail account yet? Do you
want one? Talk to me!
~~ >^..^< ~~
http://deathkitten.net
"Words are, of course, the most powerful drug used by mankind."
 ~Rudyard Kipling
"Several friends have asked me if I will again leave the country. In
light of the failure--a second time--to count all the votes, that
won't be necessary. My country has left me."
 ~Greg Palast


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



[OT} amusing sig block was Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread jdow
From: "Amy" <[EMAIL PROTECTED]>

> "Several friends have asked me if I will again leave the country. In
> light of the failure--a second time--to count all the votes, that
> won't be necessary. My country has left me."
>  ~Greg Palast

Oh, that's no problem as the Washington State people discovered. Keep
looking for ballots until you find enough to elect your candidate. See,
no problem at all. Pretty soon we'll see a candidate win with more
votes counted than there were registered voters

{^_-}   But that's all off topic. (It'd be fun to have one of those
GMail invites so I could say I threw one away, too. *I* am
not going to let Google store all my email No WAY!)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Derek Jennings
On Wednesday 09 March 2005 23:45, Amy wrote:
> On Wed, 9 Mar 2005 23:34:13 +, Derek Jennings
>
> <[EMAIL PROTECTED]> wrote:
> > Selection of half/full duplex is autodetected by the card itself.
> > If it was working before, and now it isnt, then that would suggest
> > something physical, a dodgy connector maybe, or a hardware fault.
> >
> > It is possible to force half or full duplex in most Linux drivers. It is
> > just a matter of putting an option line in /etc/modprobe.conf
> > If you let us know which driver you are using I can show you how to do
> > that.
> >
> > derek
>
> I'm not sure which driver I'm using, it was auto detected when I did
> the install. How do I check?
Mandrake ControlCentre>Network>ManageConnections
select your Interface and the 'Options Tab'

The driver name is listed under 'Module name'

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Amy
On Wed, 9 Mar 2005 23:34:13 +, Derek Jennings
<[EMAIL PROTECTED]> wrote:
> Selection of half/full duplex is autodetected by the card itself.
> If it was working before, and now it isnt, then that would suggest something
> physical, a dodgy connector maybe, or a hardware fault.
> 
> It is possible to force half or full duplex in most Linux drivers. It is just
> a matter of putting an option line in /etc/modprobe.conf
> If you let us know which driver you are using I can show you how to do that.
> 
> derek

I'm not sure which driver I'm using, it was auto detected when I did
the install. How do I check?

-- 
I have 50 invites to gmail, do you have a gmail account yet? Do you
want one? Talk to me!
~~ >^..^< ~~
http://deathkitten.net
"Words are, of course, the most powerful drug used by mankind."
 ~Rudyard Kipling
"Several friends have asked me if I will again leave the country. In
light of the failure--a second time--to count all the votes, that
won't be necessary. My country has left me."
 ~Greg Palast


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Card Not Working in Full Duplex Mode

2005-03-09 Thread Derek Jennings
On Wednesday 09 March 2005 23:03, Amy wrote:
> Hey guys!
>
> I noticed recently that my linksys router isn't showing the connection
> between my computer and the router as being functional in full duplex
> mode. This occurred after last friday when my Dad was having a new
> heater and air conditioning unit put in, the guys doing the
> installation accidentally turned off the power to the outlet my
> computer was hooked to. Since I wasn't home at the time, and my dad
> didn't realize this was going to happen (even if he did, I don't know
> that he would have been able to shut my computer down), my computer
> was turned off without shutting down correctly. The problem with the
> full duplex mode showed up after this occurred.
>
> I'm hoping it's just a setting was frelled, and that this can be fixed
> without replacing the network card in my computer, but my wandering
> through preferences hasn't lead me to find anything that might control
> the duplex mode. If anyone can point me towards where I might be able
> to fix this (or at least confirm that it is indeed my hardware that's
> the problem), I would most appreciate it. And in case anyone asks, I
> have reconnected the network cable on both ends, and I have plugged
> into various ports on the router to make sure it wasn't just the
> little light on the router that died.
>
> Thanks in advance!
>
> Amy


Selection of half/full duplex is autodetected by the card itself.
If it was working before, and now it isnt, then that would suggest something 
physical, a dodgy connector maybe, or a hardware fault.

It is possible to force half or full duplex in most Linux drivers. It is just 
a matter of putting an option line in /etc/modprobe.conf
If you let us know which driver you are using I can show you how to do that.

derek
-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-17 Thread mike
Elwyn wrote:
> On Monday 17 Jan 2005 02:32, Dennis Myers wrote:
> 
>>On Sunday 16 January 2005 01:27 pm, Elwyn wrote:
>>
>>>Thank you for all your replies. I have noticed a lot of the messages came
>>>direct rather than to the email list...
>>>
>>>I have gone for Gkrellm and it seems to the job and a few others as well
>>>:)
>>>
>>>Cheers
>>>
>>>Elwyn
>>
>>You have your reply to: set to yourself not newbie. HTH
> 
> 
> I don't understand. My "reply to" address has been blanked out. I can't set 
> it 
> to Newbie as all my other email would go there as well wouldn't it!
> 
> 
> 
>

You look like you have it set correctly now :-)

Mike




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-17 Thread Elwyn
On Monday 17 Jan 2005 02:32, Dennis Myers wrote:
> On Sunday 16 January 2005 01:27 pm, Elwyn wrote:
> > Thank you for all your replies. I have noticed a lot of the messages came
> > direct rather than to the email list...
> >
> > I have gone for Gkrellm and it seems to the job and a few others as well
> > :)
> >
> > Cheers
> >
> > Elwyn
>
> You have your reply to: set to yourself not newbie. HTH

I don't understand. My "reply to" address has been blanked out. I can't set it 
to Newbie as all my other email would go there as well wouldn't it!


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-16 Thread Dennis Myers
On Sunday 16 January 2005 01:27 pm, Elwyn wrote:
> Thank you for all your replies. I have noticed a lot of the messages came
> direct rather than to the email list...
>
> I have gone for Gkrellm and it seems to the job and a few others as well :)
>
> Cheers
>
> Elwyn
You have your reply to: set to yourself not newbie. HTH
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-16 Thread Elwyn
On Sunday 16 Jan 2005 19:44, you wrote:
> Elwyn wrote:
> > Thank you for all your replies. I have noticed a lot of the messages came
> > direct rather than to the email list...
>
> You need to remove your ReplyTo in your email or change it to
>
> newbie@linux-mandrake.com
>
> Then all the replys go to list.
>

Ok Thanks ;)

Elwyn


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-16 Thread Elwyn
Thank you for all your replies. I have noticed a lot of the messages came 
direct rather than to the email list...

I have gone for Gkrellm and it seems to the job and a few others as well :)

Cheers

Elwyn


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-16 Thread obu
On Sat, 15 Jan 2005 23:18:54 -0500, RickSisler <[EMAIL PROTECTED]> wrote:
Elwyn ([EMAIL PROTECTED]) wrote:
Looking for a program that can show a meter on the screen about the  
throughput
of the network card selected (ie eth0)

On Windows I have the use of a program called "DU Meter" but I can't  
find
anything for Mandrake (10)

Cheers
Elwyn
Try gkrellm .. you can set it for any interface and even specific
ports.
from the menu .. > System > monitoring > gkrellm
HTH
I'm using iptraf.Good for monitoring all network traffic on all NIC's.
--
Is that a 286 or are you just running Windows?

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network Traffic Meter

2005-01-15 Thread RickSisler
Elwyn ([EMAIL PROTECTED]) wrote:
> Looking for a program that can show a meter on the screen about the 
> throughput 
> of the network card selected (ie eth0)
> 
> On Windows I have the use of a program called "DU Meter" but I can't find 
> anything for Mandrake (10)
> 
> Cheers
> 
> Elwyn
Try gkrellm .. you can set it for any interface and even specific
ports.

from the menu .. > System > monitoring > gkrellm

HTH
-- 
RickS  Registered Linux user #338463
Mdk 10.1 OE - Linux 2.6.8.1-12mdk@ http://counter.li.org

gpg --recv-keys --keyserver www.keyserver.net 0x24AABE61


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network question

2004-10-20 Thread Erylon Hines
On Wednesday 20 October 2004 02:24 am, Alan wrote:
| Good day all
|
|
| I am having a problem with my network! After about two or three hours of
| linux being up I can't speak to my linux box from another machine, or from
| another machine to my linux box.
|
| What I have noticed is that when i try and ping a box from linux it
| reports an error "connect: no buffer space available". Can anybody tell me
| what this means?
|
| Thanks
|
| Alan

Never saw that one before.  BUT, when something that works stops doing so, and 
I haven't intervened in any way, the first thing I blame is msec.  Msec has 
changed permissions on me so many times that I automatically disable it for a 
test when stuff that "just works" quits working after an hour or so.  Go to 
/usr/sbin and find "msec".  Rename it to "OLDmsec" and save the file.  If 
your problem goes away, you will know it was msec changing permissions.  If 
it doesn't, go back and rename your msec (you need to do this in any case, if 
you want to use msec).  Msec is your first bastion of security, and if you 
don't understand permissions you won't want to leave it disabled.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network question

2004-10-20 Thread Hoyt Bailey
On Wednesday 20 October 2004 04:24, Alan wrote:
> Good day all
>
>
> I am having a problem with my network! After about two or three hours
> of linux being up I can't speak to my linux box from another machine,
> or from another machine to my linux box.
>
> What I have noticed is that when i try and ping a box from linux it
> reports an error "connect: no buffer space available". Can anybody
> tell me what this means?
>
> Thanks
>
> Alan
Not for sure but it sounds like it could be a heat problem maybe memory 
is getting too warm.  Try memtest for a couple of hours.
-- 
Regards;
Hoyt
Registered Linux User #363264
http://counter.li.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network lesson

2004-10-09 Thread John Layt
On Sun, 10 Oct 2004 02:21, aron Smith wrote:
> OKie Dokie I finaly got both my boxes talking to the internet
> Now for my next learning experience I would like to use the printer on the
> first box to print from the second box
> (Thru a D-Link 604 router)
> Any one have a How-to on this ?
> TIA
> smitty

There's 2 options:

If both boxes are Mandrake/Linux/Unix, then CUPS can share the printer for 
you.  I'll explain how to do this through MCC, but you can also do it through 
Webmin or any other CUPS configuration tool (and may be easier and more 
reliable than PrinterDrake).  In fact, I suspect it actually comes configured 
out-of-the box.

If one box is Windows, then you need to use Samba.  I'll leave it up to others 
to explain that one.

Assuming both are Mandrake boxes, on the box with the printer attached and 
already installed, go into the Mandrake Control Centre (MCC), go to Hardware, 
and then Printers.  When the Printer tool comes up, go to the Options menu 
and select Expert Mode.  Then click on the Configure CUPS button.  Make sure 
you have the first two boxes ticked to make printers available to other 
computers, and to automatically find remote printers.  Now click on the 
button for "Printer Sharing", which will show you a list of  networks, you 
should have an option for "Local Networks" which _should_ cover all local 
networks, but you may wish to get more specific with your actual interface.  
Click on Done/OK as required, and in theory all should be running OK on your 
Print Server.

On the machine without the printer, repeat the above procedure to ensure 
remote sharing is enabled. Now choose the tab for "Configured on other 
machines" and hit the refresh button and if you are lucky the shared printer 
should appear.  If not, use the Add Printer button.  

If Add Printer doesn't work, then there's either a problem in your CUPS 
set-up, or it's just PrinterDrake being temperamental.  Try restarting CUPS 
on both machines to see if that helps.  

If that fails, instead of MCC try the CUPS WWW Interface 
(http://localhost:631/), or Webmin if you have it installed 
(https://localhost:1/), or the KDE Control Centre 
Peripherals/Printers/Add Printer option which has a nice wizard with an 
option for remote CUPS, or whatever the Gnome equivalent is.

Cheers!

John.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network lesson

2004-10-09 Thread JoeHill
On Sat, 9 Oct 2004 09:21:28 -0700
aron Smith disseminated the following:

> OKie Dokie I finaly got both my boxes talking to the internet 
> Now for my next learning experience I would like to use the printer on the 
> first box to print from the second box (Thru a D-Link 604 router)
> Any one have a How-to on this ?

1st make sure you have the Mandrake Server Wizards and Samba installed. Then you
should be able to configure the whole thing through MCC --> Server Configuration
--> Samba Wizard (this is on the machine with the printer connected, the
'server')

Then on the client, MCC --> Hardware --> Printerdrake.

This is assuming nothing has changed too drastically since 9.2...

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
17:11:17 up 66 days, 16:59, 8 users, load average: 0.08, 0.39, 0.25
+++
"Contrary to Bush's claim that his regime change in Iraq has produced a more
stable Middle East, his actions have opened a hornet's nest of death and
destruction." -- Marjorie Cohn, Thomas Jefferson School of Law


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network lesson

2004-10-09 Thread Anne Wilson
On Saturday 09 Oct 2004 17:21, aron Smith wrote:
> OKie Dokie I finaly got both my boxes talking to the internet
> Now for my next learning experience I would like to use the printer on the
> first box to print from the second box
> (Thru a D-Link 604 router)
> Any one have a How-to on this ?
> TIA
> smitty

Are you using samba?

Anne
-- 
Registered Linux User No.293302
Have you visited http://twiki.mdklinuxfaq.org yet?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network lesson

2004-10-09 Thread et
On Saturday 09 October 2004 12:21, aron Smith wrote:
> OKie Dokie I finaly got both my boxes talking to the internet
> Now for my next learning experience I would like to use the printer on the
> first box to print from the second box
> (Thru a D-Link 604 router)
> Any one have a How-to on this ?
> TIA
> smitty
urpmi cups on both machine, to start...


-- 
linux counter #167806


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



RE: [newbie] Network problem

2004-08-09 Thread Bill Shirley



So you 
have a router at 192.168.1.1?  Post the output of:
 
ifconfig
arp 
-n
iptables -L -n
 
 
Bill
 

  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On 
  Behalf Of Ralph UtbultSent: Monday, August 09, 2004 3:28 
  AMTo: [EMAIL PROTECTED]Subject: [newbie] Network 
  problem
  
  
  
  
  Hi,
   
  New on this list, and new Mandrake user 
  (have some experience with OpenBSD - command line versions, not 
  X).
   
  I'm setting up an mail server behind a 
  firewall (Postfix and Mandrake's pop3). My problem is that it only works in 
  the internal network. When I try to ping or trace "the outside", I get 
  "Network unreacheable". My firewall has port 25 open both ways, both UDP and 
  TCP. 
  Routing table:
   
  Kernel IP routing 
  tableDestination 
  Gateway 
  Genmask Flags Metric 
  Ref    Use 
  Ifacedefault 
  192.168.1.1 255.255.255.0   
  UG    0  
  0    0 
  eth0192.168.1.0 
  *   
  255.255.255.0   U 
  0  0    0 
  eth0127.0.0.0   
  *   
  255.0.0.0   U 
  0  0    0 
  lo
  Any suggestions would be helpful - I'm 
  running out of time...
   
  Regards,
   
  Ralph Utbult
   
  
  
  Jag har ny epostadress, 
  [EMAIL PROTECTED]
   
  Ralph Utbult
  Systemansvarig
  ABF Göteborg
  Telefon: 031-7743176
  Mobil:   
  0706-743176


Re: [newbie] Network setup - can't ping router

2004-07-12 Thread Johan Nilsson
Mikkel L. Ellertson wrote:
Job Evers wrote:
On Sat, 10 Jul 2004, Mikkel L. Ellertson wrote:

If you can access the Internet,  and the setup page on the router,
then I would not worry about being able to ping it.  It could be
that the router will not respond to pings from a wireless
connection...

I wish this were the case. I think the problem might be due to
mandrake control center.  In order to setup the wireless card I did
modprobe ndiswrapper loadndisdriver blah blah blah blah iwconfig
wlan0 power off iwconfig wlan0 key open X iwconfig wlan0
essid "House" ifconfig wlan0 192.168.1.105 route add default gw
192.168.1.1
When I go to Mandrake Control Center to check what the internet
settings are it has different settings for wlan0 then what I manually
configured. Is there a way to maybe turn off the mcc internet
configuration, or at least point me towards what files I need to
modify to get the settings in line?

Mikkel
Dumb question time. Can you ping the router from other computers on
the network?
If so, is it only the wireless connection you can not ping from?

Nope, the other computers on the network are able to ping the router 
wireless or not.


Are you running a firewall on the wireless computer?
I was but I just disabled it - no affect.

Can you access the Internet using the wireless connection through
the router?

Not from my computer.  Any attempt to fire up a browser just sits and
 spins.  Any attempt at pinging IP's outside of the network returns a
 "network not available" error. (Or something like that) Other
computers using the wireless connection work fine

Can you access setup on the router using the wireless connection? 
(Usually http://192.168.1.1)

Again, not from my computer but the other wireless computers are
okay.

You probably posted this before, but I lost it.  What does
/etc/sysconfig/network-scripts/ifcfg-wlan0 show?  I am at a loss here -
with you able to ping other computers on the network, we know the 
network connection is working.  About the only other thing I can think 
of is if your router is set up to limit Internet connections to 
specific IPs, or has an enforced proxy setup...  I was hoping someone 
else would have a better idea...

Mikkel


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com

 

I have a similar system up and running, and to me it looks like you have 
done all that is needed.  I have noticed that one needs to be a bit 
careful with using KWifiManager and similar programs. On my PC they tend 
to drop the connection.
What does your /etc/resolv.conf say?

cat /etc/resolv.conf
nameserver 192.168.2.1
search localhost
Johan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network setup - can't ping router

2004-07-12 Thread Mikkel L. Ellertson
Job Evers wrote:
On Sat, 10 Jul 2004, Mikkel L. Ellertson wrote:

If you can access the Internet,  and the setup page on the router,
then I would not worry about being able to ping it.  It could be
that the router will not respond to pings from a wireless
connection...

I wish this were the case. I think the problem might be due to
mandrake control center.  In order to setup the wireless card I did
modprobe ndiswrapper loadndisdriver blah blah blah blah iwconfig
wlan0 power off iwconfig wlan0 key open X iwconfig wlan0
essid "House" ifconfig wlan0 192.168.1.105 route add default gw
192.168.1.1
When I go to Mandrake Control Center to check what the internet
settings are it has different settings for wlan0 then what I manually
configured. Is there a way to maybe turn off the mcc internet
configuration, or at least point me towards what files I need to
modify to get the settings in line?

Mikkel
Dumb question time. Can you ping the router from other computers on
the network?
If so, is it only the wireless connection you can not ping from?

Nope, the other computers on the network are able to ping the router 
wireless or not.


Are you running a firewall on the wireless computer?
I was but I just disabled it - no affect.

Can you access the Internet using the wireless connection through
the router?

Not from my computer.  Any attempt to fire up a browser just sits and
 spins.  Any attempt at pinging IP's outside of the network returns a
 "network not available" error. (Or something like that) Other
computers using the wireless connection work fine

Can you access setup on the router using the wireless connection? 
(Usually http://192.168.1.1)

Again, not from my computer but the other wireless computers are
okay.

You probably posted this before, but I lost it.  What does
/etc/sysconfig/network-scripts/ifcfg-wlan0 show?  I am at a loss here -
with you able to ping other computers on the network, we know the 
network connection is working.  About the only other thing I can think 
of is if your router is set up to limit Internet connections to specific 
IPs, or has an enforced proxy setup...  I was hoping someone else would 
have a better idea...

Mikkel
--
  Do not meddle in the affairs of dragons,
for you are crunchy and taste good with Ketchup!


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network setup - can't ping router

2004-07-10 Thread Job Evers
On Sat, 10 Jul 2004, Mikkel L. Ellertson wrote:



>
> If you can access the Internet,  and the setup page on the router, then
> I would not worry about being able to ping it.  It could be that the
> router will not respond to pings from a wireless connection...

I wish this were the case.
I think the problem might be due to mandrake control center.  In order to
setup the wireless card I did

modprobe ndiswrapper
loadndisdriver blah blah blah blah
iwconfig wlan0 power off
iwconfig wlan0 key open X
iwconfig wlan0 essid "House"
ifconfig wlan0 192.168.1.105
route add default gw 192.168.1.1

When I go to Mandrake Control Center to check what the internet settings
are it has different settings for wlan0 then what I manually configured.
Is there a way to maybe turn off the mcc internet configuration, or at
least point me towards what files I need to modify to get the settings in
line?

>
> Mikkel
>
>
> Dumb question time.
> Can you ping the router from other computers on the network?
>
>  If so, is it only the wireless connection you can not ping from?

Nope, the other computers on the network are able to ping the router
wireless or not.

>
> Are you running a firewall on the wireless computer?
>
I was but I just disabled it - no affect.

> Can you access the Internet using the wireless connection through the
> router?

Not from my computer.  Any attempt to fire up a browser just sits and
spins.  Any attempt at pinging IP's outside of the network returns a
"network not available" error. (Or something like that)
Other computers using the wireless connection work fine

>
> Can you access setup on the router using the wireless connection?
> (Usually http://192.168.1.1)

Again, not from my computer but the other wireless computers are okay.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network setup - can't ping router

2004-07-10 Thread Mikkel L. Ellertson
Job Evers wrote:
I just set up my wireless card (see previous posts about the buffalo card)
and it seems like ndiswrapper has done a good job getting everything
going.  I have one last hiccup - I can't talk to the router.
I can ping other computers on the network, but when I go to ping the
router (192.168.1.1) I get nothing.
 

Dumb question time.
Can you ping the router from other computers on the network?
If so, is it only the wireless connection you can not ping from?
Are you running a firewall on the wireless computer?
Can you access the Internet using the wireless connection through the 
router?

Can you access setup on the router using the wireless connection?  
(Usually http://192.168.1.1)

If you can access the Internet,  and the setup page on the router, then 
I would not worry about being able to ping it.  It could be that the 
router will not respond to pings from a wireless connection...

Mikkel
--
   Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network adaptor card

2004-06-05 Thread Stephen Kuhn
On Sun, 2004-06-06 at 00:09, Marek Pawinski wrote:
> Hi
> 
> I have a D-Link DGE-550T network card installed. When i boot up i get an 
> error message that eth0 is not present delaying inialization. It uses 
> the dl2k driver. The D-LINK drivers on the web site are for the 2.4 
> kernel :-(
> 
> Once up i have to manually run the hardware config tool each time to get 
> the card working. I have tried modprobe dl2k, does not help. Card works 
> fine on knoppix and slax on bootup.
> 
> Any ideas ?

Get the source code for the driver if you ain't already got it and
recompile it and see if that does the trick...

stephen kuhn - proprietor
==
illawarra computer services
a kuhn media australia company
http://kma.0catch.com
mobile: 0410.728.389
--
  * This message was composed on a 100% Microsoft free computer *
  We expressly refuse to utilise Microsoft DRM encoded documents
--
Hoare's Law of Large Problems: Inside every large problem is a small
problem struggling to get out.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] network printer

2004-05-04 Thread Marc Lijour
As root type:
printerdrake

Or in the MCC go to hardware > printers

> I am trying to configure a network printer in mandrake 10.
>
> I can't seem to find PrinterDrake.
>
> Don't see anything in HardDrake for printers.
>
>





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Network down

2004-02-18 Thread Bryan Phinney
On Wednesday 18 February 2004 02:41 am, Lexx /Sigil wrote:

> I have additional info, but i'm not sure if it helps
> or not.
> During boot Mandrake tries to claim a new IP address,
> I've not noticed this
> before. It's something along the lines of:
>
> zcip [1014] sending probe [number]
> zcip [1014] claiming ownership of address
> 192.225.225.225

That is the zeroconf stuff trying to automagically configure a network 
inteface, perhaps for built in ethernet?  If you don't need that, you can 
configure tmdns to not start on boot and that should remove those errors.

service tmdns stop
chkconfig tmdns off

-- 
Bryan Phinney
Software Test Engineer


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-18 Thread H.J.Bathoorn
On Wednesday 18 February 2004 08:41, Lexx /Sigil wrote:
> Also, can anyone tell me how to launch it as I can't
> find it in my KDE
> menu - thanks

open xterm, type "kwifi" and hit autocompletion will have 
"kwifimanager" completed if it's installed right.
Then hit  for it to start.

 is your best friend when you're looking for commands that aren't on the 
menu-bar, yet:)

Good luck,
HarM
-- 
Registered Linux User #197998
FSF Associate Member #901
ICQ #146191606
Mandrake HowTo's & more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-17 Thread Lexx /Sigil
>> Lexx Your DHCP is not working. You are not getting
an IP address for
>> wlan0
>>
>> Remember last time this happened it was because you
ran drakconnect
>> and your /etc/sysconfig/network-scripts/ifcfg-wlan0
file lost its
>> Wireless parameters.
>
> Nope, not this time. I checked that file and all
seems to be in order.

I have additional info, but i'm not sure if it helps
or not.
During boot Mandrake tries to claim a new IP address,
I've not noticed this
before. It's something along the lines of:

zcip [1014] sending probe [number]
zcip [1014] claiming ownership of address
192.225.225.225

About 4 probes are sent before XWindows starts.

I'm going to download kwifimanager as well so I can
keep a better eye on it.
ver 9.1 should work fine on 9.2, shouldn't it?
Also, can anyone tell me how to launch it as I can't
find it in my KDE
menu - thanks

Many Thanks
Lexx





___
BT Yahoo! Broadband - Free modem offer, sign up online today and save £80 
http://btyahoo.yahoo.co.uk

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-16 Thread Lexx
> Lexx Your DHCP is not working. You are not getting an IP address for
> wlan0 
> 
> Remember last time this happened it was because you ran drakconnect
> and your /etc/sysconfig/network-scripts/ifcfg-wlan0 file lost its
> Wireless parameters. 

Nope, not this time. I checked that file and all seems to be in order.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-16 Thread Lexx

> Remember last time this happened it was because you ran drakconnect
> and your /etc/sysconfig/network-scripts/ifcfg-wlan0 file lost its
> Wireless parameters.
>
> It looks as if the same thing has happened again since wlan0 appears
> to have encryption disabled.

Yes, you are probably right - I will check, however I have not since run
Drakconnect and I'm at a loss as to how it has happened this time.

Cheers
Lexx


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-16 Thread Derek Jennings
On Monday 16 Feb 2004 9:55 pm, Lexx wrote:
> On Monday, February 16, 2004 8:36 PM,
>
> H.J.Bathoorn <[EMAIL PROTECTED]> was rumoured to have said:
> > On Monday 16 February 2004 20:58, Lexx wrote:
> >> After a trouble-free couple of weeks my network has decided to die.
> >> I tried
> >> # service network restart
> >> to try to boot it back to life and wlan0 comes up OK but I can no
> >> longer browse the internet (Mozilla) or use email (Ximian).
> >>
> >> When I ping my network it is unreachable.
> >> There are no packets being exchanged.
> >>
> >> # ifconfig brings up the wlan0, so it is seen by linux.
> >>
> >> What diagnostics can I run and any clues how to get back online?
> >> What can cause this? Everything was working great last night.
> >>
> >> Many Thanks
> >> Lexx
> >
> > What is the output of "ifconfig" and "iwconfig" too?
> >
> > Good luck,
> > HarM
>
> [EMAIL PROTECTED] xxx]# service network restart
> Shutting down interface eth0:   [  OK  ]
> Shutting down interface wlan0:  [  OK  ]
> Shutting down loopback interface:   [  OK  ]
> Setting network parameters: [  OK  ]
> Bringing up loopback interface: [  OK  ]
> Bringing up interface eth0: [FAILED]
> Bringing up interface wlan0:[  OK  ]
>
> [EMAIL PROTECTED] xxx]# ifconfig
> eth0  Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
>   UP BROADCAST MULTICAST  MTU:1500  Metric:1
>   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:100
>   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>   Interrupt:20 Base address:0x1000
>
> loLink encap:Local Loopback
>   inet addr:127.0.0.1  Mask:255.0.0.0
>   UP LOOPBACK RUNNING  MTU:16436  Metric:1
>   RX packets:78 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:78 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:0
>   RX bytes:5788 (5.6 Kb)  TX bytes:5788 (5.6 Kb)
>
> wlan0 Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
>   UP BROADCAST  MTU:1500  Metric:1
>   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>   TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
>   collisions:0 txqueuelen:100
>   RX bytes:0 (0.0 b)  TX bytes:1080 (1.0 Kb)
>
> wlan0:9   Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
>   inet addr:127.255.255.255  Bcast:127.255.255.255  Mask:255.0.0.0
>   UP BROADCAST  MTU:1500  Metric:1
>
> [EMAIL PROTECTED] xxx]# ping www.bbc.co.uk
> ping: unknown host www.bbc.co.uk
> [EMAIL PROTECTED] xxx]# ping xxx.xxx.xx.xx
> connect: Network is unreachable
>
> [EMAIL PROTECTED] xxx]# iwconfig
> lono wireless extensions.
>
> wlan0 IEEE 802.11-DS  ESSID:""  Nickname:"saphire"
>   Mode:Managed  Channel:xx  Access Point: xx:xx:xx:xx:xx:xx
>   Bit Rate=11Mb/s
>   RTS thr=1536 B   Fragment thr=1536 B
>   Encryption key:off
>   Power Management:off
>   Link Quality:0  Signal level:5  Noise level:0
>   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
>   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
>
> eth0  no wireless extensions.
>
> [EMAIL PROTECTED] xxx]#
>
> Not sure that actually helps much
> Cheers
> Lexx

Lexx Your DHCP is not working. You are not getting an IP address for wlan0

Remember last time this happened it was because you ran drakconnect and your 
/etc/sysconfig/network-scripts/ifcfg-wlan0 file lost its Wireless parameters.

It looks as if the same thing has happened again since wlan0 appears to have 
encryption disabled.

derek


-- 
www.jennings.homelinux.net
http://twiki.mdklinuxfaq.org


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-16 Thread Lexx
On Monday, February 16, 2004 8:36 PM,
H.J.Bathoorn <[EMAIL PROTECTED]> was rumoured to have said:

> On Monday 16 February 2004 20:58, Lexx wrote:
>> After a trouble-free couple of weeks my network has decided to die.
>> I tried
>> # service network restart
>> to try to boot it back to life and wlan0 comes up OK but I can no
>> longer browse the internet (Mozilla) or use email (Ximian).
>> 
>> When I ping my network it is unreachable.
>> There are no packets being exchanged.
>> 
>> # ifconfig brings up the wlan0, so it is seen by linux.
>> 
>> What diagnostics can I run and any clues how to get back online?
>> What can cause this? Everything was working great last night.
>> 
>> Many Thanks
>> Lexx
> 
> What is the output of "ifconfig" and "iwconfig" too?
> 
> Good luck,
> HarM

[EMAIL PROTECTED] xxx]# service network restart
Shutting down interface eth0:   [  OK  ]
Shutting down interface wlan0:  [  OK  ]
Shutting down loopback interface:   [  OK  ]
Setting network parameters: [  OK  ]
Bringing up loopback interface: [  OK  ]
Bringing up interface eth0: [FAILED]
Bringing up interface wlan0:[  OK  ]

[EMAIL PROTECTED] xxx]# ifconfig
eth0  Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:20 Base address:0x1000

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:78 errors:0 dropped:0 overruns:0 frame:0
  TX packets:78 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:5788 (5.6 Kb)  TX bytes:5788 (5.6 Kb)

wlan0 Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
  UP BROADCAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  RX bytes:0 (0.0 b)  TX bytes:1080 (1.0 Kb)

wlan0:9   Link encap:Ethernet  HWaddr xx:xx:xx:xx:xx:xx
  inet addr:127.255.255.255  Bcast:127.255.255.255  Mask:255.0.0.0
  UP BROADCAST  MTU:1500  Metric:1

[EMAIL PROTECTED] xxx]# ping www.bbc.co.uk
ping: unknown host www.bbc.co.uk
[EMAIL PROTECTED] xxx]# ping xxx.xxx.xx.xx
connect: Network is unreachable

[EMAIL PROTECTED] xxx]# iwconfig
lono wireless extensions.

wlan0 IEEE 802.11-DS  ESSID:""  Nickname:"saphire"
  Mode:Managed  Channel:xx  Access Point: xx:xx:xx:xx:xx:xx
  Bit Rate=11Mb/s
  RTS thr=1536 B   Fragment thr=1536 B
  Encryption key:off
  Power Management:off
  Link Quality:0  Signal level:5  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

eth0  no wireless extensions.

[EMAIL PROTECTED] xxx]#

Not sure that actually helps much
Cheers
Lexx

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network down

2004-02-16 Thread H.J.Bathoorn
On Monday 16 February 2004 20:58, Lexx wrote:
> After a trouble-free couple of weeks my network has decided to die.
> I tried
> # service network restart
> to try to boot it back to life and wlan0 comes up OK but I can no longer
> browse the internet (Mozilla) or use email (Ximian).
>
> When I ping my network it is unreachable.
> There are no packets being exchanged.
>
> # ifconfig brings up the wlan0, so it is seen by linux.
>
> What diagnostics can I run and any clues how to get back online?
> What can cause this? Everything was working great last night.
>
> Many Thanks
> Lexx

What is the output of "ifconfig" and "iwconfig" too?

Good luck,
HarM

-- 
Registered Linux User #197998
FSF Associate Member #901
ICQ #146191606
Mandrake HowTo's & more: http://twiki.mdklinuxfaq.org



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-12 Thread HaywireMac
On Mon, 10 Nov 2003 11:01:04 -0700
"Charlie M." <[EMAIL PROTECTED]> uttered:

> Does this have anything to do with your firewall?

It seems I should have read the "errata" page.

"Error scenario: When doing a network install, on some recent machines,
the network card seems to not respond (ie. no DHCP response received).
Why: Certain motherboards still have problems with enabling APIC.
Solution: When booting the installer, press F1 at the splashscreen and
type "linux noapic" to disable APIC support."

Just thought I would post this in case anyone else encountered the same
error, i might test it later, just to see.

Many thanks to our new friend Melissa for pointing me to the errata
page.

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
For fast-acting relief, try slowing down.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-11 Thread HaywireMac
On Mon, 10 Nov 2003 11:01:04 -0700
"Charlie M." <[EMAIL PROTECTED]> uttered:

> Does this have anything to do with your firewall?

This is definitely the most likely culprit. From what I can see, it's
like the network.img installer is hoping to get a DNS name from my
router/firewall, or maybe I'm way off base on that?

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
A man said to the Universe:
"Sir, I exist!"
"However," replied the Universe,
"the fact has not created in me a sense of obligation."
-- Stephen Crane

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-11 Thread HaywireMac
On Mon, 10 Nov 2003 18:46:00 -0500
Thinker <[EMAIL PROTECTED]> uttered:

> 
> So, again my question is. What is the best way for me to install 9.2
> right now?
> 
> I have plenty of space, plenty of blank disks and a high speed
> connection (aDSL).

if you are just on a straight DSL connection, you should not have the
problem I am having. Just get the network.img file (make sure it's dated
10/29) from any of the Mandrake mirrors, then:

dd if=network.img of=/dev/fd0

to write the image to floppy. Boot from the floppy and you *should* be
good to go.

I believe my problem is that the network.img is expecting my DHCP server
to hand out a hostname or something, which it doesn't.

I'm just gonna wait for the ISO's, unless someone knows a way around
this error.

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
Life sucks, but death doesn't put out at all.
-- Thomas J. Kopp

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-10 Thread Dennis Myers
On Monday 10 November 2003 08:55 pm, Dooggie wrote:
> the card is a built in card
> "ifup eth0" -- message: /sbin/ifup: config for eth0 not found.
>
> - Original Message -
> From: "Dennis Myers" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 07, 2003 10:59 PM
> Subject: Re: [newbie] network card
>
> > On Friday 07 November 2003 09:44 pm, Dooggie wrote:
> > > error message:
>
> /sbin/insmod/lib/modules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz/lib/mo
>
> > >d ules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz: init_module: No such
> > > device.
> > > Hint: insmod errors can be caused by incorrect module parameters,
>
> including
>
> > > invalid IO or IRQ parameters.
 
> -
>

> > >- 
> > >
> > > > Want to buy your Pack or Services from MandrakeSoft?
> > > > Go to http://www.mandrakestore.com
> >
> > Where is the card mounted? Or is it a built in ethernet card?  Looks like
>
> a
>
> > possible IRQ conflict. So if it is a plugin card move it to a new PCI
> > slot but not the one next to the AGP slot. If it is not a plugin card
> > move one
>
> of
>
> > your other cards or change a slot IRQ  and see if the bugger comes up.
>

> You
>
> > can do an "ifup eth0" in a su console also and see what happens. HTH
> > --
> > Dennis M. linux user #180842
>
> ---
>- 
>

> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com

I have lost track here but if it is anything like my mobo, did you check in 
the bios to see that the ethernet card is enabled or disabled? If disabled 
there is the problem. If it is enabled, I am at a loss. 
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-10 Thread Dooggie
error message:
bash: cat/proc/ioports: No file or directory
pcilib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method

- Original Message -
From: "Scott" <[EMAIL PROTECTED]>
To: "Newbie list" <[EMAIL PROTECTED]>
Sent: Friday, November 07, 2003 11:04 PM
Subject: Re: [newbie] network card


> On Fri, 2003-11-07 at 22:44, Dooggie wrote:
> > error message:
> >
/sbin/insmod/lib/modules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz/lib/mod
> > ules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz: init_module: No such
> > device.
> > Hint: insmod errors can be caused by incorrect module parameters,
including
> > invalid IO or IRQ parameters.
> >
> > - Original Message -
> > From: "Scott" <[EMAIL PROTECTED]>
> > To: "Newbie list" <[EMAIL PROTECTED]>
> > Sent: Friday, November 07, 2003 10:24 PM
> > Subject: Re: [newbie] network card
> >
> >
> > > On Fri, 2003-11-07 at 19:25, Dooggie wrote:
> > > > I just installed 9.0 on my winxp.  I'm having trouble connecting to
the
> > internet.  Network card is recognized when it boots, but when I try to
> > connect in mandrake console, it says "no ethernet adapter detected."
> > > > Mother board is asus A7S266-VM/U2
> > > > Ethernet card is sis900
> > > > Does 9.0 support this hardware?
> > > > Do I need to upgrade to 9.2?
> > > > Any help is greatful.
> > > >
> > > > Dooggie
> > >
> > > I'm running a sis900 card on 9.0 and it works just fine.  Try doing as
> > > root:
> > >
> > > # modprobe -v sis900
> > >
> > > and see what error messages you get.
> > >
> > >
> > > HTH
> > >
> > > Scott
> > >
> > >
> > >
> > >
> > >
> >
> >
>
> --
--
> > 
> >
> >
> > > Want to buy your Pack or Services from MandrakeSoft?
> > > Go to http://www.mandrakestore.com
> > >
> >
> >
> > 
> >
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
>
> Please post the output of:
>
> cat /proc/ioports
>
> and
>
> lspci -v
>
>
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-10 Thread Dooggie
the card is a built in card
"ifup eth0" -- message: /sbin/ifup: config for eth0 not found.

- Original Message -
From: "Dennis Myers" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 07, 2003 10:59 PM
Subject: Re: [newbie] network card


> On Friday 07 November 2003 09:44 pm, Dooggie wrote:
> > error message:
> >
/sbin/insmod/lib/modules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz/lib/mo
> >d ules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz: init_module: No such
> > device.
> > Hint: insmod errors can be caused by incorrect module parameters,
including
> > invalid IO or IRQ parameters.
> >
> > - Original Message -
> > From: "Scott" <[EMAIL PROTECTED]>
> > To: "Newbie list" <[EMAIL PROTECTED]>
> > Sent: Friday, November 07, 2003 10:24 PM
> > Subject: Re: [newbie] network card
> >
> > > On Fri, 2003-11-07 at 19:25, Dooggie wrote:
> > > > I just installed 9.0 on my winxp.  I'm having trouble connecting to
the
> >
> > internet.  Network card is recognized when it boots, but when I try to
> > connect in mandrake console, it says "no ethernet adapter detected."
> >
> > > > Mother board is asus A7S266-VM/U2
> > > > Ethernet card is sis900
> > > > Does 9.0 support this hardware?
> > > > Do I need to upgrade to 9.2?
> > > > Any help is greatful.
> > > >
> > > > Dooggie
> > >
> > > I'm running a sis900 card on 9.0 and it works just fine.  Try doing as
> > > root:
> > >
> > > # modprobe -v sis900
> > >
> > > and see what error messages you get.
> > >
> > >
> > > HTH
> > >
> > > Scott
> >
>
> --
-
> >- 
> >
> > > Want to buy your Pack or Services from MandrakeSoft?
> > > Go to http://www.mandrakestore.com
> Where is the card mounted? Or is it a built in ethernet card?  Looks like
a
> possible IRQ conflict. So if it is a plugin card move it to a new PCI slot
> but not the one next to the AGP slot. If it is not a plugin card move one
of
> your other cards or change a slot IRQ  and see if the bugger comes up.
You
> can do an "ifup eth0" in a su console also and see what happens. HTH
> --
> Dennis M. linux user #180842
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Franki
Aron Smith wrote:

On Monday 10 November 2003 01:23 pm, HaywireMac wrote:

On Tue, 11 Nov 2003 02:18:55 +0800

Franki <[EMAIL PROTECTED]> uttered:

Yeesh,

How many times I gotta post this:

http://mirror.wa.3fl.net/pub/mandrake/9.2/
contains:
 MandrakeLinux-9.2_disk1of3.i586.iso 03-Nov-2003 08:25   652M
 MandrakeLinux-9.2_disk2of3.i586.iso 03-Nov-2003 04:44   698M
 MandrakeLinux-9.2_disk3of3.i586.iso 03-Nov-2003 08:51   695M
These are not the RC, they are the real deal.
#cat /etc/release-mandrake
Mandrake Linux release 9.2 (FiveStar) for i586
and the checksums match up as well..  I am running it now as my
primary web server.
I tried that before, it keeps timing out. I'll keep trying, thanks!
I'm getting the same  but will keep trying.

If I had a big enough pipe, I'd put them up myself, but I don't have 
enough upload at the moment for one of you guys, let alone a couple of 
dozen...  :-)

sorry.

rgds

Franki

--
Please sign our petition to encourage notebook manufacturers to offer 
video card upgrades just like desktops.
http://www.petitiononline.com/inspiron/petition.html

For free scripts, online webmaster tools, HTML, XHTML, Perl & PHP 
tutorials and stuff, visit:
http://htmlfixit.com, Free web developer resources.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Franki
HaywireMac wrote:

On Tue, 11 Nov 2003 02:58:59 +0800
Franki <[EMAIL PROTECTED]> uttered:

hmmm, well its a mirror all the ISP's here offer bandwidth unlimited 
downloads from..
So its possible that is only accessable from one of the ISP's...

If so, then I apologize for suggesting it..  :-)


could it be that it's just all us trying to hit it at the same time?

Spose its possible, but I read its on a huge pipe, so I can't see it 
being overrun.

rgds

Franki

--
Please sign our petition to encourage notebook manufacturers to offer 
video card upgrades just like desktops.
http://www.petitiononline.com/inspiron/petition.html

For free scripts, online webmaster tools, HTML, XHTML, Perl & PHP 
tutorials and stuff, visit:
http://htmlfixit.com, Free web developer resources.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Charlie M.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Monday 10 November 2003 12:00 pm, HaywireMac wrote:
> On Tue, 11 Nov 2003 02:58:59 +0800
>
> Franki <[EMAIL PROTECTED]> uttered:
> > hmmm, well its a mirror all the ISP's here offer bandwidth unlimited
> > downloads from..
> > So its possible that is only accessable from one of the ISP's...
> >
> > If so, then I apologize for suggesting it..  :-)
>
> could it be that it's just all us trying to hit it at the same time?

I think Franki's explanation is the correct one. It's an Australian ISP only 
server. No matter what method I try it always times out trying to connect. I 
only took a shot for curiosity since I don't need the ISOs. I have the 
complete cooker, 9.1 and 9.2 trees locally, plus this box will get 
"re-cooked" as soon as I finish assembling the new one.

BTW; I seem able to initialize an ftp install from uninett.no using the latest 
network image as of 11 minutes ago. I stopped at the point where I would have 
to begin partitioning the drive/format partitions/select packages though so I 
don't know if it will go all the way through.

Do you have the disk space to mirror the 9.2 tree locally? 2.4 GB for main, 
2.6 GB for contrib if you skip jpackage and SRPMS. If so you'll be a hell of 
a lot better off, since the network install will error out every time the 
mirror you connect to rsyncs to the main Mandrake server. That would assume 
the mirror will be re-synchronized which I'm unsure of, but there were 
updated files twice recently in the 9.2 tree. Once for kernels (in contrib 
only I think) and this last one I noticed this morning. Plus the total time 
(rsync and then hd install) is less usually than any network install over a 
less than gigabit interface.

Just a suggestion.

Charlie
- -- 
Edmonton,AB,Canada User 244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21mdk
12:07:01 up 11 min, 1 user, load average: 0.03, 0.12, 0.12
Fourth Law of Thermodynamics:
If the probability of success is not almost one, it is damn near zero.
-- David Ellis
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/r+VnG11CaRuZZSIRAveJAJwL7vMmkbb1Ji/PTpxcNJwZQ6bzsACZAWf6
nHEOXhunHzYoTywxHItxAKQ=
=v529
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Aron Smith
On Monday 10 November 2003 02:00 pm, HaywireMac wrote:
> On Tue, 11 Nov 2003 02:58:59 +0800
>
> Franki <[EMAIL PROTECTED]> uttered:
> > hmmm, well its a mirror all the ISP's here offer bandwidth unlimited
> > downloads from..
> > So its possible that is only accessable from one of the ISP's...
> >
> > If so, then I apologize for suggesting it..  :-)
>
> could it be that it's just all us trying to hit it at the same time?
sounds likely ..Oh well another all nighter (damn  an all-nighter used to 
involve women and alcohol.. guess I'm getting old :-(



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread HaywireMac
On Tue, 11 Nov 2003 02:58:59 +0800
Franki <[EMAIL PROTECTED]> uttered:

> hmmm, well its a mirror all the ISP's here offer bandwidth unlimited 
> downloads from..
> So its possible that is only accessable from one of the ISP's...
> 
> If so, then I apologize for suggesting it..  :-)

could it be that it's just all us trying to hit it at the same time?

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
You can't push on a string.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Franki
HaywireMac wrote:
On Tue, 11 Nov 2003 02:18:55 +0800
Franki <[EMAIL PROTECTED]> uttered:

Yeesh,

How many times I gotta post this:

http://mirror.wa.3fl.net/pub/mandrake/9.2/
contains:
 MandrakeLinux-9.2_disk1of3.i586.iso 03-Nov-2003 08:25   652M
 MandrakeLinux-9.2_disk2of3.i586.iso 03-Nov-2003 04:44   698M
 MandrakeLinux-9.2_disk3of3.i586.iso 03-Nov-2003 08:51   695M
These are not the RC, they are the real deal.
#cat /etc/release-mandrake
Mandrake Linux release 9.2 (FiveStar) for i586
and the checksums match up as well..  I am running it now as my
primary web server.


I tried that before, it keeps timing out. I'll keep trying, thanks!



hmmm, well its a mirror all the ISP's here offer bandwidth unlimited 
downloads from..
So its possible that is only accessable from one of the ISP's...

If so, then I apologize for suggesting it..  :-)

rgds

Franki



Please sign our petition to encourage notebook manufacturers to offer 
video card upgrades just like desktops.
http://www.petitiononline.com/inspiron/petition.html

For free scripts, online webmaster tools, HTML, XHTML, Perl & PHP 
tutorials and stuff, visit:
http://htmlfixit.com, Free web developer resources.
--
Please sign our petition to encourage notebook manufacturers to offer 
video card upgrades just like desktops.
http://www.petitiononline.com/inspiron/petition.html

For free scripts, online webmaster tools, HTML, XHTML, Perl & PHP 
tutorials and stuff, visit:
http://htmlfixit.com, Free web developer resources.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Aron Smith
On Monday 10 November 2003 01:23 pm, HaywireMac wrote:
> On Tue, 11 Nov 2003 02:18:55 +0800
>
> Franki <[EMAIL PROTECTED]> uttered:
> > Yeesh,
> >
> > How many times I gotta post this:
> >
> > http://mirror.wa.3fl.net/pub/mandrake/9.2/
> > contains:
> >   MandrakeLinux-9.2_disk1of3.i586.iso 03-Nov-2003 08:25   652M
> >   MandrakeLinux-9.2_disk2of3.i586.iso 03-Nov-2003 04:44   698M
> >   MandrakeLinux-9.2_disk3of3.i586.iso 03-Nov-2003 08:51   695M
> >
> > These are not the RC, they are the real deal.
> > #cat /etc/release-mandrake
> > Mandrake Linux release 9.2 (FiveStar) for i586
> >
> > and the checksums match up as well..  I am running it now as my
> > primary web server.
>
> I tried that before, it keeps timing out. I'll keep trying, thanks!
I'm getting the same  but will keep trying.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread HaywireMac
On Tue, 11 Nov 2003 02:18:55 +0800
Franki <[EMAIL PROTECTED]> uttered:

> Yeesh,
> 
> How many times I gotta post this:
> 
> http://mirror.wa.3fl.net/pub/mandrake/9.2/
> contains:
>   MandrakeLinux-9.2_disk1of3.i586.iso 03-Nov-2003 08:25   652M
>   MandrakeLinux-9.2_disk2of3.i586.iso 03-Nov-2003 04:44   698M
>   MandrakeLinux-9.2_disk3of3.i586.iso 03-Nov-2003 08:51   695M
> 
> These are not the RC, they are the real deal.
> #cat /etc/release-mandrake
> Mandrake Linux release 9.2 (FiveStar) for i586
> 
> and the checksums match up as well..  I am running it now as my
> primary web server.

I tried that before, it keeps timing out. I'll keep trying, thanks!

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
He who knows others is wise.
He who knows himself is enlightened.
-- Lao Tsu

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Franki
HaywireMac wrote:
On Mon, 10 Nov 2003 11:43:21 -0500
HaywireMac <[EMAIL PROTECTED]> uttered:

Get a new network.img from your favourite mirror and use that. The
trees have been updated to get rid of the .10.mdkBOOT kernel image
and that would cause a conflict since the image you're using was
likely from the original.
I just snagged the img about an hour ago, but I'l try one from a
different mirror, thanks!


Tried a different image, dated 10/29, same problem, though this time it
did show a message in the logs:
reverse dns lookup on self failed

Any ideas? Man, when are those ISO's comin' out...

Yeesh,

How many times I gotta post this:

http://mirror.wa.3fl.net/pub/mandrake/9.2/
contains:
 MandrakeLinux-9.2_disk1of3.i586.iso 03-Nov-2003 08:25   652M
 MandrakeLinux-9.2_disk2of3.i586.iso 03-Nov-2003 04:44   698M
 MandrakeLinux-9.2_disk3of3.i586.iso 03-Nov-2003 08:51   695M
These are not the RC, they are the real deal.
#cat /etc/release-mandrake
Mandrake Linux release 9.2 (FiveStar) for i586
and the checksums match up as well..  I am running it now as my primary 
web server.

rgds

Franki



--
Please sign our petition to encourage notebook manufacturers to offer 
video card upgrades just like desktops.
http://www.petitiononline.com/inspiron/petition.html

For free scripts, online webmaster tools, HTML, XHTML, Perl & PHP 
tutorials and stuff, visit:
http://htmlfixit.com, Free web developer resources.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Charlie M.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Monday 10 November 2003 10:39 am, HaywireMac wrote:
> On Mon, 10 Nov 2003 11:43:21 -0500
>
> HaywireMac <[EMAIL PROTECTED]> uttered:
> > > Get a new network.img from your favourite mirror and use that. The
> > > trees have been updated to get rid of the .10.mdkBOOT kernel image
> > > and that would cause a conflict since the image you're using was
> > > likely from the original.
> >
> > I just snagged the img about an hour ago, but I'l try one from a
> > different mirror, thanks!
>
> Tried a different image, dated 10/29, same problem, though this time it
> did show a message in the logs:
>
> reverse dns lookup on self failed
>
> Any ideas? Man, when are those ISO's comin' out...

Does this have anything to do with your firewall? The only time I've ever run 
across connection issues for network installs was if the server was expecting 
a user name and password because there were too many anonymous ftp users 
logged in already. Or through a 3Com NIC sometimes. But that shouldn't be the 
problem since you seem to be connecting.

I would have responded quicker but for a couple points:

1.) I re-wrote the CD-RWs that I use to do network, hard disk, and USB 
installs. Yes I said -RWs, I hate floppies since they're so slow to load. 
Also;
2.) I was comparing a few mirrors to see which are the most up to date.

Which mirror are you working with? uninett.no is current, sunet.se seems to be 
current. A few others are lagging apparently.

I'll be back in a bit, I need to re-boot and test the network and hd.img 
install routines to be sure nothing is broken. 

I'm not getting to keep my uptime much lately. (-;

Later;
C.
- -- 
Edmonton,AB,Canada User 244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21mdk
10:47:29 up 23:08, 1 user, load average: 0.17, 0.17, 0.09
"MacDonald has the gift on compressing the largest amount of words into
the smallest amount of thoughts."
-- Winston Churchill
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/r9JgG11CaRuZZSIRAglxAKCgDsxEuP6rvxSPF1y9Dx43r36dGACgre0G
vH+FKFsJ66jjSDXCmrB5fSg=
=Blss
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread HaywireMac
On Mon, 10 Nov 2003 11:43:21 -0500
HaywireMac <[EMAIL PROTECTED]> uttered:

> > Get a new network.img from your favourite mirror and use that. The
> > trees have been updated to get rid of the .10.mdkBOOT kernel image
> > and that would cause a conflict since the image you're using was
> > likely from the original.
> 
> I just snagged the img about an hour ago, but I'l try one from a
> different mirror, thanks!

Tried a different image, dated 10/29, same problem, though this time it
did show a message in the logs:

reverse dns lookup on self failed

Any ideas? Man, when are those ISO's comin' out...

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
What does not destroy me, makes me stronger.
-- Nietzsche

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread HaywireMac
On Mon, 10 Nov 2003 09:36:00 -0700
"Charlie M." <[EMAIL PROTECTED]> uttered:

> Get a new network.img from your favourite mirror and use that. The
> trees have been updated to get rid of the .10.mdkBOOT kernel image and
> that would cause a conflict since the image you're using was likely
> from the original.

I just snagged the img about an hour ago, but I'l try one from a
different mirror, thanks!

-- 
HaywireMac ++ ICQ # 279518458
Registered Linux user #282046
Homepage: www.orderinchaos.org
++
Mandrake HowTo's & More: http://twiki.mdklinuxfaq.org
++
In order to discover who you are, first learn who everybody else is;
you're what's left.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network Install Fail, "Signal 11"

2003-11-10 Thread Charlie M.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Monday 10 November 2003 8:25 am, HaywireMac wrote:

>
Get a new network.img from your favourite mirror and use that. The trees have 
been updated to get rid of the .10.mdkBOOT kernel image and that would cause 
a conflict since the image you're using was likely from the original. Since I 
haven't done a network or hd install since I just re-synced my local trees I 
may be wrong, or the tree may not be fully updated to reflect the changes 
either but that seems unlikely.

HTH
Charlie
- -- 
Edmonton,AB,Canada User 244963 at http://counter.li.org
Mandrake Linux release 9.2 (FiveStar) for i586 kernel 2.4.22-21mdk
09:31:42 up 21:53, 1 user, load average: 0.42, 0.27, 0.16
There are worse things in life than death.  Have you ever spent an evening
with an insurance salesman?
-- Woody Allen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/r75wG11CaRuZZSIRAoDNAKCX+uqRjULFj52YE1UA7myqU0iSvwCgke2T
/IYdnv/fFbIIGVBE1eXqDsk=
=Ytql
-END PGP SIGNATURE-


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Scott
On Fri, 2003-11-07 at 22:44, Dooggie wrote:
> error message:
> /sbin/insmod/lib/modules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz/lib/mod
> ules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz: init_module: No such
> device.
> Hint: insmod errors can be caused by incorrect module parameters, including
> invalid IO or IRQ parameters.
> 
> - Original Message -
> From: "Scott" <[EMAIL PROTECTED]>
> To: "Newbie list" <[EMAIL PROTECTED]>
> Sent: Friday, November 07, 2003 10:24 PM
> Subject: Re: [newbie] network card
> 
> 
> > On Fri, 2003-11-07 at 19:25, Dooggie wrote:
> > > I just installed 9.0 on my winxp.  I'm having trouble connecting to the
> internet.  Network card is recognized when it boots, but when I try to
> connect in mandrake console, it says "no ethernet adapter detected."
> > > Mother board is asus A7S266-VM/U2
> > > Ethernet card is sis900
> > > Does 9.0 support this hardware?
> > > Do I need to upgrade to 9.2?
> > > Any help is greatful.
> > >
> > > Dooggie
> >
> > I'm running a sis900 card on 9.0 and it works just fine.  Try doing as
> > root:
> >
> > # modprobe -v sis900
> >
> > and see what error messages you get.
> >
> >
> > HTH
> >
> > Scott
> >
> >
> >
> >
> >
> 
> 
> 
> 
> 
> 
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
> >
> 
> 
> 
> 

> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com

Please post the output of:

cat /proc/ioports

and

lspci -v




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Dennis Myers
On Friday 07 November 2003 09:44 pm, Dooggie wrote:
> error message:
> /sbin/insmod/lib/modules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz/lib/mo
>d ules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz: init_module: No such
> device.
> Hint: insmod errors can be caused by incorrect module parameters, including
> invalid IO or IRQ parameters.
>
> - Original Message -
> From: "Scott" <[EMAIL PROTECTED]>
> To: "Newbie list" <[EMAIL PROTECTED]>
> Sent: Friday, November 07, 2003 10:24 PM
> Subject: Re: [newbie] network card
>
> > On Fri, 2003-11-07 at 19:25, Dooggie wrote:
> > > I just installed 9.0 on my winxp.  I'm having trouble connecting to the
>
> internet.  Network card is recognized when it boots, but when I try to
> connect in mandrake console, it says "no ethernet adapter detected."
>
> > > Mother board is asus A7S266-VM/U2
> > > Ethernet card is sis900
> > > Does 9.0 support this hardware?
> > > Do I need to upgrade to 9.2?
> > > Any help is greatful.
> > >
> > > Dooggie
> >
> > I'm running a sis900 card on 9.0 and it works just fine.  Try doing as
> > root:
> >
> > # modprobe -v sis900
> >
> > and see what error messages you get.
> >
> >
> > HTH
> >
> > Scott
>
> ---
>- 
>
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com
Where is the card mounted? Or is it a built in ethernet card?  Looks like a 
possible IRQ conflict. So if it is a plugin card move it to a new PCI slot 
but not the one next to the AGP slot. If it is not a plugin card move one of 
your other cards or change a slot IRQ  and see if the bugger comes up.  You 
can do an "ifup eth0" in a su console also and see what happens. HTH
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Dooggie
error message:
/sbin/insmod/lib/modules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz/lib/mod
ules/2.4.19-16mdk/kernel/drivers/net/sis900.o.gz: init_module: No such
device.
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters.

- Original Message -
From: "Scott" <[EMAIL PROTECTED]>
To: "Newbie list" <[EMAIL PROTECTED]>
Sent: Friday, November 07, 2003 10:24 PM
Subject: Re: [newbie] network card


> On Fri, 2003-11-07 at 19:25, Dooggie wrote:
> > I just installed 9.0 on my winxp.  I'm having trouble connecting to the
internet.  Network card is recognized when it boots, but when I try to
connect in mandrake console, it says "no ethernet adapter detected."
> > Mother board is asus A7S266-VM/U2
> > Ethernet card is sis900
> > Does 9.0 support this hardware?
> > Do I need to upgrade to 9.2?
> > Any help is greatful.
> >
> > Dooggie
>
> I'm running a sis900 card on 9.0 and it works just fine.  Try doing as
> root:
>
> # modprobe -v sis900
>
> and see what error messages you get.
>
>
> HTH
>
> Scott
>
>
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Scott
On Fri, 2003-11-07 at 19:25, Dooggie wrote:
> I just installed 9.0 on my winxp.  I'm having trouble connecting to the internet.  
> Network card is recognized when it boots, but when I try to connect in mandrake 
> console, it says "no ethernet adapter detected."
> Mother board is asus A7S266-VM/U2
> Ethernet card is sis900
> Does 9.0 support this hardware?
> Do I need to upgrade to 9.2?
> Any help is greatful.
> 
> Dooggie

I'm running a sis900 card on 9.0 and it works just fine.  Try doing as
root:

# modprobe -v sis900

and see what error messages you get.


HTH

Scott




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Kaj Haulrich
On Saturday 08 November 2003 02:03 am, Dooggie wrote:
> I used drakconnect it came up with this message:
> insmod /lib/modules/2.4.19-mdk/kernel/drivers/net/sis900.o.gz
> failed wizcancel at /usr/libDrakX/my-gtk.pm line 162
> - Original Message -
> From: "Kaj Haulrich" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 07, 2003 8:37 PM
> Subject: Re: [newbie] network card
>
> > On Saturday 08 November 2003 12:25 am, Dooggie wrote:
> > > I just installed 9.0 on my winxp.  I'm having trouble
> > > connecting to the internet.  Network card is recognized
> > > when it boots, but when I try to connect in mandrake
> > > console, it says "no ethernet adapter detected." Mother
> > > board is asus A7S266-VM/U2
> > > Ethernet card is sis900
> > > Does 9.0 support this hardware?
> > > Do I need to upgrade to 9.2?
> > > Any help is greatful.
> > >
> > > Dooggie
> >
> > In your console, as root, type "drakconnect". This launches
> > the network wizard. Try that, and report back. Anyway,
> > having a network card usually means that the system connects
> > during the boot process. If that's not the case, try typing
> > "dmesg" in a console, and study any errors concerning the
> > network.
> >

Dooggie, sorry. That's beyond me. However, your kernel is 2.4.19 
and maybe a newer one may help. Only idea I can come up with is 
to install kernel 2.4.21. - On the other hand, your network card 
seems to be commonplace, so it's very strange that Mandrake 
chokes on it. - Of course, the "brain-dead" solution is to 
replace the ethernet card with some well known card, such as a 
RealTech, but wait a little : I'm quite confident that somebody 
on this list has the key to your problem.

Kaj Haulrich.
-- 
*This mail was sent from a 100 % Microsoft free computer* 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Dooggie
I used drakconnect it came up with this message:
insmod /lib/modules/2.4.19-mdk/kernel/drivers/net/sis900.o.gz failed
wizcancel at /usr/libDrakX/my-gtk.pm line 162
- Original Message -
From: "Kaj Haulrich" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 07, 2003 8:37 PM
Subject: Re: [newbie] network card


> On Saturday 08 November 2003 12:25 am, Dooggie wrote:
> > I just installed 9.0 on my winxp.  I'm having trouble
> > connecting to the internet.  Network card is recognized when
> > it boots, but when I try to connect in mandrake console, it
> > says "no ethernet adapter detected." Mother board is asus
> > A7S266-VM/U2
> > Ethernet card is sis900
> > Does 9.0 support this hardware?
> > Do I need to upgrade to 9.2?
> > Any help is greatful.
> >
> > Dooggie
>
> In your console, as root, type "drakconnect". This launches the
> network wizard. Try that, and report back. Anyway, having a
> network card usually means that the system connects during the
> boot process. If that's not the case, try typing "dmesg" in a
> console, and study any errors concerning the network.
>
> HTH
>
> Kaj Haulrich.
> --
> *This mail was sent from a 100 % Microsoft free computer*
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network card

2003-11-07 Thread Kaj Haulrich
On Saturday 08 November 2003 12:25 am, Dooggie wrote:
> I just installed 9.0 on my winxp.  I'm having trouble
> connecting to the internet.  Network card is recognized when
> it boots, but when I try to connect in mandrake console, it
> says "no ethernet adapter detected." Mother board is asus
> A7S266-VM/U2
> Ethernet card is sis900
> Does 9.0 support this hardware?
> Do I need to upgrade to 9.2?
> Any help is greatful.
>
> Dooggie

In your console, as root, type "drakconnect". This launches the 
network wizard. Try that, and report back. Anyway, having a 
network card usually means that the system connects during the 
boot process. If that's not the case, try typing "dmesg" in a 
console, and study any errors concerning the network.

HTH

Kaj Haulrich.
-- 
*This mail was sent from a 100 % Microsoft free computer* 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] network problem?

2003-10-01 Thread Burrows, Scott
Is it necessary for me to mount everything I wish to be able to see?

I'd like to be able to browse the entire Windows network that my MDK 9.1 box
is attached to.  

How can I do that?

Surely not by mounting every resource.

Scott

> -Original Message-
> From: Raffaele Belardi [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, September 24, 2003 10:28 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] network problem?
> 
> 
> Scott,
> 
> it is used both ways, i.e to see linux disk from windows and 
> viceversa. 
> In the former case you need the samba server, in the latter 
> the client.
> 
> Paul,
> 
> I did this rather a long time ago so I'm not sure I really 
> didn't have 
> to do any configuration for the client. Currently I only need 
> to issue:
> 
> smbmount /// /
> 
> to see the W2K share from linux. I have to use the IP address because 
> the local network is mess (Novell + W2K + Sun) and DNS doesn't always 
> resolve for me.
> I think you need use the smbclient front-end only for debugging.
> 
> raffaele
> 
> [EMAIL PROTECTED] wrote:
> > Forgive my ignorance Paul, insn't Samba used to allow 
> Windows users to
> > connect to and use Linux stuff?
> > 
> > Scott
> > 
> > 
> >>-Original Message-
> >>From: Paul Kaplan [mailto:[EMAIL PROTECTED]
> >>Sent: Tuesday, September 23, 2003 9:39 PM
> >>To: [EMAIL PROTECTED]
> >>Subject: [newbie] network problem?
> >>
> >>
> >>I am trying to connect to a W2K network with Active 
> >>Directory.  I am using 
> >>Mandrake 9.1 with the samba3rc4 contrib rpms.
> >>
> >>When I issue smbclient3 ///
> >>
> >>I get a password prompt for the directory.  After entering my 
> >>password, I get 
> >>the smb prompt.  From there all sub-directories are visible 
> to the ls 
> >>command.
> >>
> >>However, when I issue smbclient3 ///
> >>
> >>I get the following:  could not resolve mount point.
> >>
> >>What's wrong here?  Any help is appreciated.
> >>Thanks.
> >>Paul
> >>
> >>
> > 
> > 
> > 
> > 
> > 
> --
> --
> > 
> > Want to buy your Pack or Services from MandrakeSoft? 
> > Go to http://www.mandrakestore.com
> 
> 
> 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network problem?

2003-09-24 Thread Paul Kaplan
Raffaele,
Thank you for pointing out what I so foolishly omitted.

The command should be smbmount3 /// /
so smbmount knows what to mount and where to mount it.

Doh!
Paul
On Wednesday 24 September 2003 10:28 am, Raffaele Belardi wrote:
> Scott,
>
> it is used both ways, i.e to see linux disk from windows and viceversa.
> In the former case you need the samba server, in the latter the client.
>
> Paul,
>
> I did this rather a long time ago so I'm not sure I really didn't have
> to do any configuration for the client. Currently I only need to issue:
>
> smbmount /// /
>
> to see the W2K share from linux. I have to use the IP address because
> the local network is mess (Novell + W2K + Sun) and DNS doesn't always
> resolve for me.
> I think you need use the smbclient front-end only for debugging.
>
> raffaele
>
> [EMAIL PROTECTED] wrote:
> > Forgive my ignorance Paul, insn't Samba used to allow Windows users to
> > connect to and use Linux stuff?
> >
> > Scott
> >
> >>-Original Message-
> >>From: Paul Kaplan [mailto:[EMAIL PROTECTED]
> >>Sent: Tuesday, September 23, 2003 9:39 PM
> >>To: [EMAIL PROTECTED]
> >>Subject: [newbie] network problem?
> >>
> >>
> >>I am trying to connect to a W2K network with Active
> >>Directory.  I am using
> >>Mandrake 9.1 with the samba3rc4 contrib rpms.
> >>
> >>When I issue smbclient3 ///
> >>
> >>I get a password prompt for the directory.  After entering my
> >>password, I get
> >>the smb prompt.  From there all sub-directories are visible to the ls
> >>command.
> >>
> >>However, when I issue smbclient3 ///
> >>
> >>I get the following:  could not resolve mount point.
> >>
> >>What's wrong here?  Any help is appreciated.
> >>Thanks.
> >>Paul
> >
> > 
> >
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network problem?

2003-09-24 Thread Raffaele Belardi
Scott,

it is used both ways, i.e to see linux disk from windows and viceversa. 
In the former case you need the samba server, in the latter the client.

Paul,

I did this rather a long time ago so I'm not sure I really didn't have 
to do any configuration for the client. Currently I only need to issue:

smbmount /// /

to see the W2K share from linux. I have to use the IP address because 
the local network is mess (Novell + W2K + Sun) and DNS doesn't always 
resolve for me.
I think you need use the smbclient front-end only for debugging.

raffaele

[EMAIL PROTECTED] wrote:
Forgive my ignorance Paul, insn't Samba used to allow Windows users to
connect to and use Linux stuff?
Scott


-Original Message-
From: Paul Kaplan [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 23, 2003 9:39 PM
To: [EMAIL PROTECTED]
Subject: [newbie] network problem?
I am trying to connect to a W2K network with Active 
Directory.  I am using 
Mandrake 9.1 with the samba3rc4 contrib rpms.

When I issue smbclient3 ///

I get a password prompt for the directory.  After entering my 
password, I get 
the smb prompt.  From there all sub-directories are visible to the ls 
command.

However, when I issue smbclient3 ///

I get the following:  could not resolve mount point.

What's wrong here?  Any help is appreciated.
Thanks.
Paul







Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] network problem?

2003-09-24 Thread Burrows, Scott
Forgive my ignorance Paul, insn't Samba used to allow Windows users to
connect to and use Linux stuff?

Scott

> -Original Message-
> From: Paul Kaplan [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 23, 2003 9:39 PM
> To: [EMAIL PROTECTED]
> Subject: [newbie] network problem?
> 
> 
> I am trying to connect to a W2K network with Active 
> Directory.  I am using 
> Mandrake 9.1 with the samba3rc4 contrib rpms.
> 
> When I issue smbclient3 ///
> 
> I get a password prompt for the directory.  After entering my 
> password, I get 
> the smb prompt.  From there all sub-directories are visible to the ls 
> command.
> 
> However, when I issue smbclient3 ///
> 
> I get the following:  could not resolve mount point.
> 
> What's wrong here?  Any help is appreciated.
> Thanks.
> Paul
> 
> 
> 

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread JoeHill
On 11 Jul 2003 09:30:01 +1000
Stephen Kuhn <[EMAIL PROTECTED]> uttered:

> Nah, use KNETMON - it rocks.

I try not to ass-ume people are using K KD can't even say it.

:D

-- 
 Joehill
 Registered Linux user #282046
 Homepage: http://nodex.sytes.net
 19:48:40 up 16 days,  1:29,  3 users,  load average: 3.04, 3.05, 3.01

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread Stephen Kuhn
On Fri, 2003-07-11 at 00:50, Burrows, Scott wrote:
> Hi all,
> 
> I'm using MDK 9.1.  Love it.
> 
> Is there any way to have a network activity indicator in the task bar at the
> bottom, similar to to the two network computers that "turn on/off" when
> there is network traffic on a Windoz box?
> 
> That is one small feature about Windoz that I liked.
> 
> Scott

You should be able to find several different applets for the system tray
or for the panel at http://apps.kde.com

...or any of the contrib mirrors

-- 
Fri Jul 11 09:25:00 EST 2003
 09:25:00 up 4 days, 10:57,  3 users,  load average: 0.29, 0.37, 0.34
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1 & RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

BOFH excuse #364:

Sand fleas eating the Internet cables

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread Stephen Kuhn
On Fri, 2003-07-11 at 01:40, JoeHill wrote:
> On Thu, 10 Jul 2003 09:50:02 -0500
> "Burrows, Scott" <[EMAIL PROTECTED]> uttered:
> 
> > That is one small feature about Windoz that I liked.
> 
> 
> 
> never, ever, mention windows features you liked! ever!
> 
> jk
> 
> anyway, there are many many dockapps, applets, doohickeys and whatnots
> to do this for you.
> 
> Gkrellm is the most popular, and is on your CDs, but look here for many
> more:
> 
> http://www.bensinclair.com/dockapp/

Nah, use KNETMON - it rocks.

-- 
Fri Jul 11 09:25:00 EST 2003
 09:25:00 up 4 days, 10:57,  3 users,  load average: 0.29, 0.37, 0.34
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1 & RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

BOFH excuse #364:

Sand fleas eating the Internet cables

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread ed tharp
On Thu, 2003-07-10 at 14:00, JoeHill wrote:
> On Thu, 10 Jul 2003 12:48:31 -0500
> "Burrows, Scott" <[EMAIL PROTECTED]> uttered:
> 
> > GKrellm is a nice tool and I can and have used it but I'd still like
> > something that parks itself in the taskbar.
> 
> http://www.google.ca/linux?hl=en&ie=ISO-8859-1&q=%22kde+applets%22&btnG=Google+Search&meta=
> 
> start with that, I'll be back later, I'm curious myself tho I hate KDE
> more than brussel sprouts...

I know it can be done, since I have right next to my clock about 5 other
temps etc, got to be something in the KDE control center, I just don't
remember where I configured that right now 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread Todd Slater
On Thu, 10 Jul 2003 09:50:02 -0500
"Burrows, Scott" <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I'm using MDK 9.1.  Love it.
> 
> Is there any way to have a network activity indicator in the task bar
> at the bottom, similar to to the two network computers that "turn
> on/off" when there is network traffic on a Windoz box?
> 
> That is one small feature about Windoz that I liked.
> 
> Scott

Assuming you're using KDE--I don't know but there should be an applet
for that. If not, gkrellm has network monitoring, or search for dockapp
through rpmdrake.

Todd

-- 
The Axis of Evil is Bush, Cheney, and Ashcroft.

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread Charles-Roberts
Burrows, Scott wrote:

Hi all,

I'm using MDK 9.1.  Love it.

Is there any way to have a network activity indicator in the task bar at the
bottom, similar to to the two network computers that "turn on/off" when
there is network traffic on a Windoz box?
That is one small feature about Windoz that I liked.

Scott

 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
 

If you use kppp to start your internet connection there is a ckeckbox 
during setup that make kpp dock to the panel. Then you can see the red 
dots blink.
Charles



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network activity indicator

2003-07-10 Thread JoeHill
On Thu, 10 Jul 2003 09:50:02 -0500
"Burrows, Scott" <[EMAIL PROTECTED]> uttered:

> That is one small feature about Windoz that I liked.



never, ever, mention windows features you liked! ever!

jk

anyway, there are many many dockapps, applets, doohickeys and whatnots
to do this for you.

Gkrellm is the most popular, and is on your CDs, but look here for many
more:

http://www.bensinclair.com/dockapp/

-- 
 Joehill
 Registered Linux user #282046
 Homepage: http://nodex.sytes.net
 11:37:14 up 15 days, 17:18,  4 users,  load average: 0.00, 0.00, 0.00

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network problem - help

2003-06-28 Thread ed tharp
On Thu, 2003-06-26 at 07:29, Stephen Kuhn wrote:
> On Thu, 2003-06-26 at 12:34, Roland Hughes wrote:
> > I have finally had the chance to get off of dial up and on to a shared
> > dsl. My problem is I cannot get the "Internet connection" to switch from
> > modem to eth0. The nic is up and connected but when I bring up the
> > mandrake control center and go to networking it only shows the modem as
> > the connection and no matter how many times I run the wizard it will not
> > change. Any help for a old fart.
> > Roly
> 
> I think we all agreed that using the MCC for your connection was a VERY
> BAD idea (gets really flaky).
> 
> BEST bet is to make direct modifications to the network scripts located
> in the /etc/sysconfig/network-scripts directory - and to make sure that
> your /etc/hosts and /etc/resolv.conf are setup properly...
> 
> Once you've modified those scripts, do a:
> 
> service network restart
> 
> ...and all should be well...


might even be on line already, what does "ifconfig" (as root, without
the quotes, in a text console) say?


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network problem - help

2003-06-26 Thread Stephen Kuhn
On Thu, 2003-06-26 at 12:34, Roland Hughes wrote:
> I have finally had the chance to get off of dial up and on to a shared
> dsl. My problem is I cannot get the "Internet connection" to switch from
> modem to eth0. The nic is up and connected but when I bring up the
> mandrake control center and go to networking it only shows the modem as
> the connection and no matter how many times I run the wizard it will not
> change. Any help for a old fart.
> Roly

I think we all agreed that using the MCC for your connection was a VERY
BAD idea (gets really flaky).

BEST bet is to make direct modifications to the network scripts located
in the /etc/sysconfig/network-scripts directory - and to make sure that
your /etc/hosts and /etc/resolv.conf are setup properly...

Once you've modified those scripts, do a:

service network restart

...and all should be well...

-- 
Thu Jun 26 21:25:00 EST 2003
 21:25:00 up 1 day, 21:11,  3 users,  load average: 0.84, 1.03, 1.03
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1 & RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

The world is coming to an end--save your buffers!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network question

2003-06-16 Thread bascule
you'd need to arrange for the gateway to your lan to forward telnet requests 
to that particular machine, or connect to the gateway and then connect to the 
internal machine from there, assuming your gateway is also a firewall i 
wouldn't personally do that, however the most important thing is that 
whatever you do you should not be using telnet if you can possibly help it, 
use ssh instead, it uses port 22 and this is the port that needs to be 
forwarded, the hows and wherefores of the forwarding itself will depend a bit 
on your network topology and the os involved
if you need a windows prog that can be a ssh client, then i suggest 'putty' 
it's small and you can run it standalone on a windows box

bascule

On Monday 16 Jun 2003 10:04 pm, Patrick Coffey wrote:
> Hello,
> I have a quick question, I just recently got rid of my cable modem
> and now get internet access through my LAN, but now I have a local IP
> address (I.E. 192.168.0.22) So I'm wondering how would I telnet into my
> computer from outside the LAN. And please keep in mind I don't know much
> about networking. Any suggestions would be greatly appreciated.
>
> _
> MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
> http://join.msn.com/?page=features/virus

-- 
Carrot was two metres tall but he'd been brought up as a dwarf, and then
further up as a human.
(Men at Arms)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network

2003-03-23 Thread R.L.M.
Thanks for the advice.

R




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network

2003-03-23 Thread Anne Wilson
On Sunday 23 Mar 2003 5:48 pm, R.L.M. wrote:
> My husband is getting a new box on Tuesday, with XP on it.  We're going
> to put Mandrake on it as well.  We have two other computers.  One with
> NT, and my Linux Box.  We'd like to network them.  What am I getting
> into?  Any tips?
>
On the new box, are you going to put a second drive in for Mandrake, or 
install on the same drive?  If the latter, you will need to shrink the ntfs 
partition, which may not be easy.

Also, don't forget that ntfs partitions are easily read, but writing to them 
is till a bit iffy.

Anne
-- 
Registered Linux User No.293302


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network

2003-03-23 Thread Derek Jennings
On 23 Mar 2003 12:48:41 -0500
"R.L.M." <[EMAIL PROTECTED]> wrote:

> My husband is getting a new box on Tuesday, with XP on it.  We're going
> to put Mandrake on it as well.  We have two other computers.  One with
> NT, and my Linux Box.  We'd like to network them.  What am I getting
> into?  Any tips?
> 
> R 
> 
> 
A lot of fun :-)

Networking with Samba is really quite easy now. Install the samba-client and 
samba-common RPMs, and either komba2 (from Contrib) or LinNeighborhood, and you will 
be able to browse a Windows network.

Install the samba-server RPM as well, and after a very little configuration Windows 
computers will be able to browse your Linux computer.
The absolute simplest way to set up a samba server is to install the drakwizard RPM 
and then go through the Samba wizard you find in Mandrake Control Centre. After going 
through the wizard you then need to tell  Samba which Windows usernames/passwords are 
valid with the command

smbpasswd -a username
Most problems with Samba are usually because the username/passwords have not been 
declared.

For more complicated configuration just read the Samba config file /etc/samba/smb.conf 
and edit as you see fit. For a basic network all you generally need to change is the 
Workgroup name. At the end of the file you will see some examples of how to set up 
various types of shares.

After any change restart samba with 
service smb restart

HTH

derek

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network

2003-03-23 Thread et
On Sunday 23 March 2003 12:48 pm, R.L.M. wrote:
> My husband is getting a new box on Tuesday, with XP on it.  We're going
> to put Mandrake on it as well.  We have two other computers.  One with
> NT, and my Linux Box.  We'd like to network them.  What am I getting
> into?  Any tips?
>
> R
buy well know brand network cards, I lake liksys, but that has no real reason, 
other than the young lady at the counter where I pick them up, if you can, 
get a switch, not just a hub. 

the network part is easy,,, but the XP partwell you have my sympathy

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network name cannot be found. SLOVED

2003-03-04 Thread Stephen Kuhn
On Wed, 2003-03-05 at 06:36, Seedkum Aladeem wrote:

> I re-installed SAMBA and the problems seems to have gone away. No clue as to 
> what they were. I also installed SWAT for the first time but it seems to  
> hang when I try to start it from the command line. It seems to start ok when 
> I select its icon using KDE.
> 
> Whe I give the command:
> swat -s /etc/samba/smb.conf &
> and then:
> jobs
> [1]+  Stopped swat -s /etc/samba/smb.conf
> Can anybody tell why it is stopped?
> Thanx,
> Seedkum

Not sure why it stopped, but I do know that when firing it up from the
terminal, it does take a bit to get going. If you've installed it, then
best is to access it via the Webmin tool - then it integrates it with
the Samba server section in there and makes it all the more easy to
configure, test, tweak, yadda yadda yadda...

-- 
Wed,  5 Mar 2003 11:25:00 +1100
 11:25am  up  1:03,  2 users,  load average: 1.33, 1.02, 0.65
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  |"| |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;"""/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`' " " | Berkeley, New South Wales, AU   |
--
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
--

Come fill the cup and in the fire of spring
Your winter garment of repentence fling.
The bird of time has but a little way
To flutter -- and the bird is on the wing.
-- Omar Khayyam

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network name cannot be found. SLOVED

2003-03-04 Thread Seedkum Aladeem
On Tuesday 04 March 2003 07:45 am, Seedkum Aladeem wrote:
> On Tuesday 04 March 2003 01:46 am, Anne Wilson wrote:
> > On Tuesday 04 Mar 2003 2:57 am, Seedkum Aladeem wrote:
> > > On Monday 03 March 2003 01:06 pm, Stephen Kuhn wrote:
> > > > On Mon, 2003-03-03 at 18:35, Seedkum Aladeem wrote:
> > > > > Hi,
> > > > >
[Deleted]

I re-installed SAMBA and the problems seems to have gone away. No clue as to 
what they were. I also installed SWAT for the first time but it seems to  
hang when I try to start it from the command line. It seems to start ok when 
I select its icon using KDE.

Whe I give the command:

swat -s /etc/samba/smb.conf &

and then:

jobs
[1]+  Stopped swat -s /etc/samba/smb.conf

Can anybody tell why it is stopped?

Thanx,

Seedkum


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network name cannot be found.

2003-03-04 Thread Seedkum Aladeem
On Tuesday 04 March 2003 01:46 am, Anne Wilson wrote:
> On Tuesday 04 Mar 2003 2:57 am, Seedkum Aladeem wrote:
> > On Monday 03 March 2003 01:06 pm, Stephen Kuhn wrote:
> > > On Mon, 2003-03-03 at 18:35, Seedkum Aladeem wrote:
> > > > Hi,
> > > >
> > > > I can see the taboo OS machines from my MDK9.0 box running samba but
> > > > they cannot see anybody on the network. They get the following
> > > > message when they try to connect to the network:
> > > >
> > > > WORKGROUP not accessible
> > > > The network name cannot be found
>
> 
>
> > This is the /etc/samba/smb.conf listing:
> >
> > [global]
> > log file = /var/log/samba/log.%m
> > dns proxy = no
> > smb passwd file = /etc/samba/smbpasswd
> > load printers = yes
> > printer = ML4600
> > netbios name = bnsee
> > printing = cups
> > server string = Samba Server %v
> > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> > workgroup = netgroup
>
> This suggests to me that you have some machines addressing netgroup and
> others on workgroup.  Have you checked that?  Certainly something is making
> it look for 'workgroup'.
>
> Anne

The WORKGROUP is netgroup. I was referring to it generically.

Thanx,

Seedkum


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network name cannot be found.

2003-03-03 Thread Seedkum Aladeem
On Monday 03 March 2003 01:06 pm, Stephen Kuhn wrote:
> On Mon, 2003-03-03 at 18:35, Seedkum Aladeem wrote:
> > Hi,
> >
> > I can see the taboo OS machines from my MDK9.0 box running samba but they
> > cannot see anybody on the network. They get the following message when
> > they try to connect to the network:
> >
> > WORKGROUP not accessible
> > The network name cannot be found
> >
> > The network was working fine before. Can someone help me get it running
> > again?
> >
> > Thanx,
> >
> > Seedkum
>
> Maybe you could post your /etc/samba/smb.conf file for us to see so that
> we can pick through it for ya mate?

Today as I booted LM9.0 it had problems mounting the SMB file system. I am 
listing three files.

This is the /etc/samba/smb.conf listing:

[global]
log file = /var/log/samba/log.%m
dns proxy = no
smb passwd file = /etc/samba/smbpasswd
load printers = yes
printer = ML4600
netbios name = bnsee
printing = cups
server string = Samba Server %v
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
workgroup = netgroup
valid users = has,,hus,,seedkum
encrypt passwords = yes
security = user
max log size = 50

[homes]
comment = Home Directories
valid users = has,seedkum,hus
writable = yes

[printers]
printer = ML4600
writable = yes
print command = lpr-cups -P %p -o raw %s -r   # using client side 
printer drivers.
printable = yes
path = /var/spool/samba
comment = ML4600
valid users = has,seedkum,hus
create mode = 0700

[print$]
valid users = has,seedkum,hus
path = /var/lib/samba/printers
write list = @adm,@root

[pdf-generator]
comment = PDF Generator (only valid users)
valid users = has,seedkum,hus
print command = /usr/share/samba/scripts/print-pdf %s ~%u 
%L%u %m %I &
printable = Yes
path = /var/tmp



This is a listing of /etc/fstab

dev/hde8 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hde3 /home ext3 defaults 1 2
//seedkumlaptop/zip250 /mnt/seedkumlaptop/sip250 smbfs defaults 0 0
//bill/D /mnt/bill/D smbfs credentials=/etc/samba/auth.bill.arie 0 0
//bill/E /mnt/bill/E smbfs credentials=/etc/samba/auth.bill.arie 0 0
//bill/F /mnt/bill/F smbfs credentials=/etc/samba/auth.bill.arie 0 0
//bill/SharedDocs /mnt/bill/SharedDocs smbfs defaults 0 0
none /mnt/cdrom supermount 
dev=/dev/scd0,fs=auto,ro,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hda1 /mnt/dos16 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hde7 /mnt/fat32 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount 
dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,sync,codepage=850,umask=0 0 0
//has/seedkum /mnt/has/seedkum smbfs credentials=/etc/samba/auth.has.seedkum 0 
0
//has/has /mnt/has/has smbfs credentials=/etc/samba/auth.has.seedkum 0 0
/dev/hda5 /mnt/win2000 vfat iocharset=iso8859-1,codepage=850,umask=0 0 0
none /proc proc defaults 0 0
/dev/hde5 /usr ext3 defaults 1 2
/dev/hde6 swap swap defaults 0 0



This is a listing of /etc/mtab

dev/hde8 / ext3 rw 0 0
none /proc proc rw 0 0
none /proc/bus/usb usbdevfs rw 0 0
none /dev devfs rw 0 0
none /dev/pts devpts rw,mode=0620 0 0
/dev/hde3 /home ext3 rw 0 0
none /mnt/cdrom supermount 
ro,dev=/dev/scd0,fs=auto,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hda1 /mnt/dos16 vfat rw,iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hde7 /mnt/fat32 vfat rw,iocharset=iso8859-1,codepage=850,umask=0 0 0
none /mnt/floppy supermount 
rw,sync,dev=/dev/fd0,fs=auto,--,iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hda5 /mnt/win2000 vfat rw,iocharset=iso8859-1,codepage=850,umask=0 0 0
/dev/hde5 /usr ext3 rw 0 0
//bill/D /mnt/bill/D smbfs  0 0
//bill/E /mnt/bill/E smbfs  0 0
//bill/F /mnt/bill/F smbfs  0 0




Thanx,

Seedkum


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network name cannot be found.

2003-03-03 Thread Stephen Kuhn
On Mon, 2003-03-03 at 18:35, Seedkum Aladeem wrote:
> Hi,
> 
> I can see the taboo OS machines from my MDK9.0 box running samba but they 
> cannot see anybody on the network. They get the following message when they 
> try to connect to the network:
> 
> WORKGROUP not accessible
> The network name cannot be found
> 
> The network was working fine before. Can someone help me get it running again?
> 
> Thanx,
> 
> Seedkum

Maybe you could post your /etc/samba/smb.conf file for us to see so that
we can pick through it for ya mate?

-- 
Tue,  4 Mar 2003 08:05:01 +1100
  8:05am  up 10:58,  2 users,  load average: 0.03, 0.15, 0.19
--
|____  | kuhn media australia|
|   / ,, /| |'-.   | http://kma.0catch.com   |
|  .\__/ || |   |  |=|
|   _ /  `._ \|_|_.-'  | stephen kuhn|
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED] |
|  |/ ._/  |"| |  email: [EMAIL PROTECTED]|
|  |'.  `\ | | |icq: 5483808 |
|  ;"""/ / | | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389|
|  '  `-`' " " | Berkeley, New South Wales, AU   |
--
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
--

The time was the 19th of May, 1780.  The place was Hartford, Connecticut.
The day has gone down in New England history as a terrible foretaste of
Judgement Day.  For at noon the skies turned from blue to grey and by
mid-afternoon had blackened over so densely that, in that religious age,
men fell on their knees and begged a final blessing before the end came.
The Connecticut House of Representatives was in session.  And, as some of
the men fell down and others clamored for an immediate adjournment, the
Speaker of the House, one Col. Davenport, came to his feet.  He silenced
them and said these words: "The day of judgment is either approaching or
it is not.  If it is not, there is no cause for adjournment.  If it is, I
choose to be found doing my duty.  I wish therefore that candles may be
brought."
-- Alistair Cooke

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] network name cannot be found.

2003-03-03 Thread Seedkum Aladeem
On Monday 03 March 2003 07:15 am, et wrote:
> On Monday 03 March 2003 02:35 am, Seedkum Aladeem wrote:
> > Hi,
> >
> > I can see the taboo OS machines from my MDK9.0 box running samba but they
> > cannot see anybody on the network. They get the following message when
> > they try to connect to the network:
> >
> > WORKGROUP not accessible
> > The network name cannot be found
> >
> > The network was working fine before. Can someone help me get it running
> > again?
> >
> > Thanx,
> >
> > Seedkum
>
> worked good before? ?? before what?
> what does "cat /etc/hosts" say?

err, before it stopped working.

I know I upgraded the dreaded webmin lately, but I do not think I did anything 
with it. I do not even know how to try to do anything with the monstrosity. I 
do not think I am guilty. I uninstalled the old version of webmin and then I 
installed the new version. Then I uninstalled the new version of webmin and 
reinstalled it because I started getting bootup messages saying that some 
related samba conf file was missing. I do not get any warning or error 
messages anymore.

However, when I use the "Mandrakee Control Center rpmdrake" uninstall window 
to veiw the version of the installed webmin rpm I get "webmin-0.990-6.1.mdk" 
but when I use the install window of the "Mandrake Control Center rpmdrake" 
it tells me that the same package is installable.  I went and used the 
command line urpmi and did this:

urpmi --test webmin

I got the following message:

everything already installed

How should I proceed to get the network working again?

BTW, this is what the /etc/hosts file contains:

127.0.0.1   localhost.localdomain localhost


Thanx,

Seedkum


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Network problems after switching runlevels

2003-01-06 Thread Stephen Kuhn
On Tue, 2003-01-07 at 15:29, Barry Michels wrote:
> Anyone know why after switching to runlevel 1 and back to 3, eth0 doesn't 
> work?  ifconfig shows that it has an IP, but pings result in "destination 
> unreachable"
> 
> Barry

I've done that myself - on  both RH and MDK - but didn't like what I had
to do to get it working again.

I literally had to reconfigure the linux box all over again - dunno
quite why - and it being only a switch of runlevels and rebooting...but
overall, once it was reconfigured again it was working flawlessly
(except for my 8139too.o which I had to reset the options in the
/etc/modules.conf again)...

-- 
Tue Jan  7 17:25:00 EST 2003
  5:25pm  up  5:06,  3 users,  load average: 0.37, 0.28, 0.21

kuhn media australia - kma.0catch.com
-
stephen kuhn - katherine kuhn - berkeley, nsw, au
email: [EMAIL PROTECTED] - [EMAIL PROTECTED]
icq: 5483808 - mobile: 0410-728-389
-PC/Mac/Linux/Consulting/eMarketing-

 * linux user: 267497 * rh 7.3+ *

David Brinkley: The daily astrological charts are precisely where, in my
  judgment, they belong, and that is on the comic page.
George Will:  I don't think astrology belongs even on the comic pages.
  The comics are making no truth claim.
Brinkley:  Where would you put it?
Will:  I wouldn't put it in the newspaper.  I think it's transparent rubbish.
  It's a reflection of an idea that we expelled from Western thought in the
  sixteenth century, that we are in the center of a caring universe.  We are
  not the center of the universe, and it doesn't care.  The star's alignment
  at the time of our birth -- that is absolute rubbish.  It is not funny to
  have it intruded among people who have nuclear weapons.
Sam Donaldson:  This isn't something new.  Governor Ronald Reagan was sworn
  in just after midnight in his first term in Sacramento because the stars
  said it was a propitious time.
Will:  They [horoscopes] are utter crashing banalities.  They could apply to
  anyone and anything.
Brinkley:  When is the exact moment [of birth]?  I don't think the nurse is
  standing there with a stopwatch and a notepad.
Donaldson:  If we're making decisions based on the stars -- that's a cockamamie
  thing.  People want to know.
-- "This Week" with David Brinkley, ABC Television, Sunday, May 8, 1988,
   excerpts from a discussion on Astrology and Reagan


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Network problem

2002-12-31 Thread Mohamed ROUIS
check if your network devise is up
do # ifconfig
this will tell you the IP and the Gateway of your devise your Devise should 
be eth0 and all the information you fill it up before you should get it 
displayed.
if there's no eth0 or eth1 that's mean your network card is down so you 
should do the commond # ifup eth0
this will bring up the devise if it give you an error that's mean your 
network card is not properly installed (reinstall the module or fresh 
install)

and don't forget to check your DNS IP
good luck






From: "Freddy Baert" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: [newbie] Network problem
Date: Tue, 31 Dec 2002 13:38:00 +0100

I am having problems with configuring my network and internet connection.
My linux pc is part of a windows network where a cable modem is connected 
to
a broadband router for internet connection.
As configuration parameters in the network and internet option of Mandrake
control center:
Lan connection, automatic IP, the gateway ip address of the router and the
http proxy of the provider.
Maybe somebody can help me because it isn't working.


Freddy




Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com


_
MSN Search, le moteur de recherche qui pense comme vous ! 
http://search.msn.fr/worldwide.asp


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Network speeds: Mandrake -> WindowsXP

2002-12-25 Thread Derek Jennings
On Wednesday 25 Dec 2002 7:53 pm, Barry Michels wrote:
> Any reason why transferring files from a samba share to a windows folder
> would be faster when working from windows?  I was at the console in
> Mandrake and used mv to move files from a directory to a mounted windows
> share and got about 7.2MB/s.  Then, I stopped the transfer and went to the
> windows machine. Moving from Network Neighborhood to the local windows
> folder, I got 12MB/s (with peaks at 16MB/s).  Both processes were moving
> the same data to the same folders.  Both measurements were done from Task
> Manager in Windows XP and compared using net-monitor in Mandrake.
> BTW, I've got gigabit ethernet on these 2 machines and ATA 100 IDE drives.
>
> Barry

There are any number of parameters which could affect throughput. One worth 
checking is that you have this line in your /etc/samba/smb.conf files of both 
your server and your client

   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

derek


-- 
--
www.jennings.homelinux.net


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Network Wizzard doesn't work

2002-12-22 Thread Dennis Myers
On Sunday 22 December 2002 05:37 am, Jure Repinc wrote:
> When I installed Mandrake 9.0 I set my connection to use static IP. Now
> I have to change the connection type from this to use DHCP server to get
> it's settings. But after runing the wizzard connection doesn't work.
> ifup eth0 says that cable isn't connected but it is and it is all OK
> with it (all works very well in Windows). I remember that if you
> selected dynamic IP config during Mandrake installation you also had a
> chance to select which DHCP client to use. But now I see no option to
> set this and I think that DHCP client isn't runing at all. Will I have
> to install Mandrake again just to get network runing?! How can I manualy
> change from static settings to dynamic settings?
Try opening Mandrake Control Center and selecting "Network and Internet > 
connection" Then toggle the expert mode button at the bottom of the window.  
Toggle the "Configure Local area Network" button> and on boot protocol toggle 
the down arrow and select dhcp. If everthing is installed it will change with 
no comment and you can tick on the apply button and it should change and show 
you a ip address and dhcp. All assuming you use KDE or Gnome. HTH
-- 
Dennis M.  linux user # 180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] network sharing scanner

2002-12-16 Thread Brent Hasty
On Sunday 08 December 2002 10:02 pm, Stephen Kuhn wrote:
> On Mon, 2002-12-09 at 16:53, Brent Hasty wrote:
> > well first of all my scanners plural, have sheet feeders, unfortunatly
> > due to a kernel bug between smp and usb, I cannot run the scanners
> > directly on my highpowered dual processor amd machine, instead I have
> > them connected to a lowly amd k6-2 400 print server, who has the unique
> > advantage of having the only usb chipset (that theroetically does not
> > exist) that does not loos its connection to an hp office jet g85 when it
> > goes into power save mode.
> >
> > What I would like to do is pass the scanner output from saned running on
> > the printer spooler to the machine with the HP to more rapidly convert
> > the raw color output into the file format of my choice. As well as the
> > smp machine is the terminal server for several other users who need acess
> > in our small hub like office, an arms reach from everything, wheeled
> > chairs and hardwood floors.
>
> Then wouldn't it theoretically be possible to create a "fake" /dev/ - a
> symlink to the device on the target system - or, conversely, point the
> output of the sane on the scanner server to a pseudo printer on one of
> the workstations (printer as a file - like ps, gv or pdf)...?
>
> ...or am I too tired and over caffeinated to make sense?
This sounds neat, but I would need help doing such a thing.
How would one create the nessicary sym links that will be functional?
-- 
  9:43am  up 4 days, 10:12,  7 users,  load average: 0.21, 0.45, 0.50



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Network Printer

2002-12-13 Thread Stephen Kuhn
On Fri, 2002-12-13 at 19:17, Gil Katz wrote:
> Hi
> I got WinXP with HP815C that I shared
> In the network I have mandrake 9.0.
> How can I print from the Linux through the net sharing.
> Thanks
> Gil

You should be able to run "kaddprinterwizard" and just follow through
the steps to setup a Windows Network printer - rather easily...

-- 
Fri Dec 13 20:34:59 EST 2002
  8:35pm  up 2 days, 12:57,  6 users,  load average: 0.51, 0.46, 0.34

   .o0 linux user:267497 0o.

|____  | kühn media australia
|   /  \ /| |'-.   | http://kma.0catch.com
|  .\__/ || |   |  | 
|   _ /  `._ \|_|_.-'  | stephen kühn
|  | /  \__.`=._) (_   |  email: [EMAIL PROTECTED]
|  |/ ._/  |"| |  email: [EMAIL PROTECTED]
|  |'.  `\ | | |icq: 5483808
|  ;"""/ / | | |
|  smk  ) /_/| |.---.| | mobile: 0410-728-389
|  '  `-`' " " | Berkeley, New South Wales, AU

Coralament*Best Grötens*Liebe Grüße*Best Regards*Elkorajn Salutojn

character density, n.:
The number of very weird people in the office.


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



  1   2   3   4   >