Proxim Symphony wireless drivers

2001-05-20 Thread Subba Rao

Hi,

I am using Proxim Symphony Wireless LAN card on one of my systems with kernel
2.2.19. I may reinstall with a different Linux distro and upgrade to kernel 2.4.

The Proxim Symphony Wireless LAN site (http://www.komacke.com) has disappeared.
Does anyone know where I can find drivers for Linux for this product?

TIA.
-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Proxim Symphony wireless drivers

2001-05-20 Thread Subba Rao

Hi,

I am using Proxim Symphony Wireless LAN card on one of my systems with kernel
2.2.19. I may reinstall with a different Linux distro and upgrade to kernel 2.4.

The Proxim Symphony Wireless LAN site (http://www.komacke.com) has disappeared.
Does anyone know where I can find drivers for Linux for this product?

TIA.
-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: init process in 2.2.19

2001-04-27 Thread Subba Rao

On  0, Jesse Pollard <[EMAIL PROTECTED]> wrote:
> Subba Rao <[EMAIL PROTECTED]>:
> > I am trying to add a process which is to be managed by init. I have added the
> > following entry to /etc/inittab
> > 
> > SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service 
> dev/console
> > 
> > After saving, I execute the following command:
> > 
> > # kill -HUP 1
> > 
> > This does not start the process I have added. The process that I have added
> > only starts when I do:
> > 
> > # init u
> > or
> > # telinit u
> > 
> > PS - The process will not start even after a reboot. I have to manually do one
> > of the above commands as root.
> > 
> > My kernel version is : 2.2.19
> > Distro : Slackware
> > GCC : gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
> > 
> > Any help appreciated.
> 
> I'm using Slackware 7.1, so one of the following possible solutions may work:
> 

Forgot to mention that I am using Slackware 7.1 too

> A second possibility (try this first - its easer:
>   I see that the daemon is to run in modes "2345". There is a possiblity
>   that you have this entry near the beginning of the inittab. If so, try
>   putting it at the end. I believe that init runs each line of the
>   inittab for a given run level in the same order that it appears in the
>   file. Putting the entry last should allow it to be started AFTER
>   all file systems are mounted - the  entry for multiuser mode is:
> 
>   # Script to run when going multi user.
>   rc:2345:wait:/etc/rc.d/rc.M
>
>   
> 

Thank you for replying!

I have tried those methods and they did not work. What I did as recommended
by someone, is that I added "strace" to the process in /etc/inittab

SV:2345:respawn:strace env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan 
/service /backup/strace.out

Instead of sending the strace messages to the console, I saved them to a file.
Part of the log is at the end of this note. Most of these messages seem to be
from the memory module.

If anyone could look at these messages and let me know how to fix it, I would
appreciate it.

Thank you in advance for any help!
-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217




execve("/usr/bin/env", ["env", "-", "PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin", 
"svscan", "/service"], [/* 16 vars */]) = 0
brk(0)  = 0x804a3c0
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22195, ...}) = 0
old_mmap(NULL, 22195, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open("/lib/libc.so.6", O_RDONLY)= 3
fstat(3, {st_mode=S_IFREG|0755, st_size=1013224, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\250\206"..., 4096) = 4096
old_mmap(NULL, 954492, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001a000
mprotect(0x400fc000, 28796, PROT_NONE)  = 0
old_mmap(0x400fc000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xe1000) = 
0x400fc000
old_mmap(0x4010, 12412, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x4010
close(3)= 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40104000
mprotect(0x4001a000, 925696, PROT_READ|PROT_WRITE) = 0
mprotect(0x4001a000, 925696, PROT_READ|PROT_EXEC) = 0
munmap(0x40014000, 22195)   = 0
personality(PER_LINUX)  = 0
getpid()= 880
brk(0)  = 0x804a3c0
brk(0x804a3f8)  = 0x804a3f8
brk(0x804b000)  = 0x804b000
execve("/usr/local/bin/svscan", ["svscan", "/service"], [/* 1 var */]) = 0
brk(0)  = 0x8053d20
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22195, ...}) = 0
old_mmap(NULL, 22195, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open("/lib/libc.so.6", O_RDONLY)= 3
fstat(3, {st_mode=S_IFREG|0755, st_size=1013224, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\250\206"..., 4096) = 4096
old_mmap(NULL, 954492, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001a000
mprotect(0x400fc000, 28796, PROT_NONE)  = 0
old_m

Re: init process in 2.2.19

2001-04-27 Thread Subba Rao

On  0, Jesse Pollard [EMAIL PROTECTED] wrote:
 Subba Rao [EMAIL PROTECTED]:
  I am trying to add a process which is to be managed by init. I have added the
  following entry to /etc/inittab
  
  SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service 
/dev/null 2 dev/console
  
  After saving, I execute the following command:
  
  # kill -HUP 1
  
  This does not start the process I have added. The process that I have added
  only starts when I do:
  
  # init u
  or
  # telinit u
  
  PS - The process will not start even after a reboot. I have to manually do one
  of the above commands as root.
  
  My kernel version is : 2.2.19
  Distro : Slackware
  GCC : gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
  
  Any help appreciated.
 
 I'm using Slackware 7.1, so one of the following possible solutions may work:
 

Forgot to mention that I am using Slackware 7.1 too

 A second possibility (try this first - its easer:
   I see that the daemon is to run in modes 2345. There is a possiblity
   that you have this entry near the beginning of the inittab. If so, try
   putting it at the end. I believe that init runs each line of the
   inittab for a given run level in the same order that it appears in the
   file. Putting the entry last should allow it to be started AFTER
   all file systems are mounted - the  entry for multiuser mode is:
 
   # Script to run when going multi user.
   rc:2345:wait:/etc/rc.d/rc.M

   SNIP
 

Thank you for replying!

I have tried those methods and they did not work. What I did as recommended
by someone, is that I added strace to the process in /etc/inittab

SV:2345:respawn:strace env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan 
/service /dev/null 2/backup/strace.out

Instead of sending the strace messages to the console, I saved them to a file.
Part of the log is at the end of this note. Most of these messages seem to be
from the memory module.

If anyone could look at these messages and let me know how to fix it, I would
appreciate it.

Thank you in advance for any help!
-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217




execve(/usr/bin/env, [env, -, PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin, 
svscan, /service], [/* 16 vars */]) = 0
brk(0)  = 0x804a3c0
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22195, ...}) = 0
old_mmap(NULL, 22195, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open(/lib/libc.so.6, O_RDONLY)= 3
fstat(3, {st_mode=S_IFREG|0755, st_size=1013224, ...}) = 0
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\250\206..., 4096) = 4096
old_mmap(NULL, 954492, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001a000
mprotect(0x400fc000, 28796, PROT_NONE)  = 0
old_mmap(0x400fc000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xe1000) = 
0x400fc000
old_mmap(0x4010, 12412, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x4010
close(3)= 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40104000
mprotect(0x4001a000, 925696, PROT_READ|PROT_WRITE) = 0
mprotect(0x4001a000, 925696, PROT_READ|PROT_EXEC) = 0
munmap(0x40014000, 22195)   = 0
personality(PER_LINUX)  = 0
getpid()= 880
brk(0)  = 0x804a3c0
brk(0x804a3f8)  = 0x804a3f8
brk(0x804b000)  = 0x804b000
execve(/usr/local/bin/svscan, [svscan, /service], [/* 1 var */]) = 0
brk(0)  = 0x8053d20
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=22195, ...}) = 0
old_mmap(NULL, 22195, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open(/lib/libc.so.6, O_RDONLY)= 3
fstat(3, {st_mode=S_IFREG|0755, st_size=1013224, ...}) = 0
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\250\206..., 4096) = 4096
old_mmap(NULL, 954492, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001a000
mprotect(0x400fc000, 28796, PROT_NONE)  = 0
old_mmap(0x400fc000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xe1000) = 
0x400fc000
old_mmap(0x4010, 12412, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x4010
close(3)= 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40104000
mprotect(0x4001a000, 925696, PROT_READ|PROT_WRITE) = 0
mprotect(0x4001a000, 925696, PROT_READ|PROT_EXEC) = 0
munmap(0x40014000, 22195

init process in 2.2.19

2001-04-26 Thread Subba Rao

Hi,

I am trying to add a process which is to be managed by init. I have added the
following entry to /etc/inittab

SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service 
 dev/console

After saving, I execute the following command:

# kill -HUP 1

This does not start the process I have added. The process that I have added
only starts when I do:

# init u
or
# telinit u

PS - The process will not start even after a reboot. I have to manually do one
of the above commands as root.

My kernel version is : 2.2.19
Distro : Slackware
GCC : gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Any help appreciated.

-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



init process in 2.2.19

2001-04-26 Thread Subba Rao

Hi,

I am trying to add a process which is to be managed by init. I have added the
following entry to /etc/inittab

SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service 
/dev/null 2 dev/console

After saving, I execute the following command:

# kill -HUP 1

This does not start the process I have added. The process that I have added
only starts when I do:

# init u
or
# telinit u

PS - The process will not start even after a reboot. I have to manually do one
of the above commands as root.

My kernel version is : 2.2.19
Distro : Slackware
GCC : gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)

Any help appreciated.

-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



kernel: VM

2001-04-23 Thread Subba Rao

Hi,

I have seen several of these messages in my kernel log this morning. The system
responded to ping but won't allow me to login. What is VM? What causes these
errors and how can I prevent it from happening again?

Thank you in advance for any help.

--
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for rpc.nfsd...
Apr 23 02:13:31 myhost last message repeated 15 times
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for init...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for init...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for in.identd...
Apr 23 02:13:31 myhost last message repeated 14 times
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for httpd...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for httpd...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for netscape...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for multiload_app e...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for kswapd...
Apr 23 02:26:12 myhost kernel: VM: do_try_to_free_pages failed for kswapd...
Apr 23 02:26:15 myhost kernel: VM: do_try_to_free_pages failed for fetchmail...
Apr 23 02:26:15 myhost last message repeated 3 times
--

-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



kernel: VM

2001-04-23 Thread Subba Rao

Hi,

I have seen several of these messages in my kernel log this morning. The system
responded to ping but won't allow me to login. What is VM? What causes these
errors and how can I prevent it from happening again?

Thank you in advance for any help.

--
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for rpc.nfsd...
Apr 23 02:13:31 myhost last message repeated 15 times
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for init...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for init...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for in.identd...
Apr 23 02:13:31 myhost last message repeated 14 times
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for httpd...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for httpd...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for netscape...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for multiload_app e...
Apr 23 02:13:31 myhost kernel: VM: do_try_to_free_pages failed for kswapd...
Apr 23 02:26:12 myhost kernel: VM: do_try_to_free_pages failed for kswapd...
Apr 23 02:26:15 myhost kernel: VM: do_try_to_free_pages failed for fetchmail...
Apr 23 02:26:15 myhost last message repeated 3 times
--

-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Adaptec 2940 and Linux 2.2.19

2001-04-17 Thread Subba Rao


Hi,

The kernel configuration menu items have been changing quite a bit. So, I
apologize for asking a trivial question in this forum.

I am trying to configure and install linux kernel 2.2.19. This system has
a Adaptec 2940 SCSI adapter. I have enabled SCSI support kernel configuration
menu and also have selected all the Adaptec low-level drivers. They include
(actually what is offered), AHA152X/2825, AHA1542 and AHA1740. When the kernel
is booting up it still does not find the AHA2940 adapter.

What (other) options should I configure to make Linux 2.2.19 find the adapter?

Thank you in advance for any help.
-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Adaptec 2940 and Linux 2.2.19

2001-04-17 Thread Subba Rao


Hi,

The kernel configuration menu items have been changing quite a bit. So, I
apologize for asking a trivial question in this forum.

I am trying to configure and install linux kernel 2.2.19. This system has
a Adaptec 2940 SCSI adapter. I have enabled SCSI support kernel configuration
menu and also have selected all the Adaptec low-level drivers. They include
(actually what is offered), AHA152X/2825, AHA1542 and AHA1740. When the kernel
is booting up it still does not find the AHA2940 adapter.

What (other) options should I configure to make Linux 2.2.19 find the adapter?

Thank you in advance for any help.
-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/

GPG public key ID 27FC9217
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



sysctl

2001-04-01 Thread Subba Rao


Hi,

I am working on rebuilding a modified kernel. This is for version 2.2.18 and
on Slackware distro.

I have been looking for the command "sysctl" in my */sbin directories and I
can't seem to find it. Is this something that is an independent program that is
compiled during the kernel build? I do see a few SYSCTL options in the the
xconfig session. Is this command distro specific?

Thanks for any info or pointers.

-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



sysctl

2001-04-01 Thread Subba Rao


Hi,

I am working on rebuilding a modified kernel. This is for version 2.2.18 and
on Slackware distro.

I have been looking for the command "sysctl" in my */sbin directories and I
can't seem to find it. Is this something that is an independent program that is
compiled during the kernel build? I do see a few SYSCTL options in the the
xconfig session. Is this command distro specific?

Thanks for any info or pointers.

-- 

Subba Rao
[EMAIL PROTECTED]
http://members.home.net/subba9/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/