What is the best way to install Samba

2006-12-18 Thread schmity
Ok I have my debian machine connected to a XP machine through a router.
 I have made several attemps to install samba using apt-get and I have
modified the smb.conf on several occations.  My first thought was to
start with a fresh reinstall of Samba so that I could start with the
original smb.conf file, but a simple apt-get remove -> apt-get install
does not replace the original smb.conf file.  I am lost on this one.

Questions,

Do I need a static IP?  and if so How?
How do I start with a fresh installation of Samba?
How can I find out what I have installed using apt-get?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



What is the best way to install Samba

2006-12-18 Thread schmity
Ok I have my debian machine connected to a XP machine through a router.
 I have made several attemps to install samba using apt-get and I have
modified the smb.conf on several occations.  My first thought was to
start with a fresh reinstall of Samba so that I could start with the
original smb.conf file, but a simple apt-get remove -> apt-get install
does not replace the original smb.conf file.  I am lost on this one.

Questions,

Do I need a static IP?  and if so How?
How do I start with a fresh installation of Samba?
How can I find out what I have installed using apt-get?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What is the best way to install Samba

2006-12-18 Thread schmity
Let's back up a few steps.  Should I be able to see the other computers
on the Network before I install SAMBA?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What is the best way to install Samba

2006-12-20 Thread schmity
Alright, I have made a simple smb.conf file as follows.

###
[global]
   # Server configuration paramaters
   netbios name = LINUXBOX
   server string = Samba %v on (%L)
   workgroup = SANDSTORM
   encrypt passwords = yes

[data]
   path = /export/samba/data
   comment = Data Drive
   volume = Sample-drive
   guest ok = yes

[test]
   comment = TEsting
   path = /export/samba/test
   read only = no
   guest ok = yes


and an smbclient -U% -L localhost returns the following:

##
Linuxbox:/home/brent# smbclient -U% -L localhost
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Sharename   Type  Comment
-     ---
dataDisk  Data Drive
testDisk  TEsting
IPC$IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
ADMIN$  IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
lp  Printer   Generic dot-matrix printer entry
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Server   Comment
----
BLACKBOX Black Computer
LINUXBOX Samba 3.0.14a-Debian

WorkgroupMaster
----
SANDSTORMBLACKBOX

###


I can see LINUXBOX on the XP machine.  When I double click on
"Linuxbox" on the XP machine it prompts me for a username and password.
 I fill in the appropriate username and password hit enter, and it
prompts me again for the username and password except that in username
it has BLACKBOX\brent filled in (Blackbox is the name of the XP machine
and "brent" is the username).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What is the best way to install Samba

2006-12-20 Thread schmity
Alright, I have made a simple smb.conf file as follows.

###
[global]
   # Server configuration paramaters
   netbios name = LINUXBOX
   server string = Samba %v on (%L)
   workgroup = SANDSTORM
   encrypt passwords = yes

[data]
   path = /export/samba/data
   comment = Data Drive
   volume = Sample-drive
   guest ok = yes

[test]
   comment = TEsting
   path = /export/samba/test
   read only = no
   guest ok = yes


Also from the command line I did


Linuxbox:/home/brent# smbpasswd brent
New SMB password:
Retype new SMB password:
Linuxbox:/home/brent# cat /etc/samba/smbpasswd
brent:1000:874EA23DF4AFD3CFC2265B23734E0DAC:153EDE431C871577C60F69CAD6DF1601:[U
]:LCT-45895F8A:
Linuxbox:/home/brent#
Linuxbox:/home/brent# ls -l /etc/samba/smbpasswd
-rw---  1 root root 105 2006-12-20 10:06 /etc/samba/smbpasswd
##


and an smbclient -U% -L localhost returns the following:


##
Linuxbox:/home/brent# smbclient -U% -L localhost
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Sharename   Type  Comment
-     ---
dataDisk  Data Drive
testDisk  TEsting
IPC$IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
ADMIN$  IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
lp  Printer   Generic dot-matrix printer entry
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Server   Comment
----
BLACKBOX Black Computer
LINUXBOX Samba 3.0.14a-Debian

WorkgroupMaster
----
SANDSTORMBLACKBOX
###


I can see LINUXBOX on the XP machine.  When I double click on
"Linuxbox" on the XP machine it prompts me for a username and password.
 I fill in the appropriate username and password hit enter, and it
prompts me again for the username and password except that in username
it has BLACKBOX\brent filled in (Blackbox is the name of the XP machine
and "brent" is the username).


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What is the best way to install Samba

2006-12-20 Thread schmity
I also did the following:

#
Linuxbox:/home/brent# smbpasswd brent
New SMB password:
Retype new SMB password:
Linuxbox:/home/brent# cat /etc/samba/smbpasswd
brent:1000:874EA23DF4AFD3CFC2265B23734E0DAC:153EDE431C871577C60F69CAD6DF1601:[U
]:LCT-45895F8A:
Linuxbox:/home/brent#
Linuxbox:/home/brent# ls -l /etc/samba/smbpasswd
-rw---  1 root root 105 2006-12-20 10:06 /etc/samba/smbpasswd
#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



XP and Samba.....again

2006-12-20 Thread schmity
Newbie here.   I have a home network with a XP machine and a Debian
machine connected through a router.  I have not set Static IP's on
either machine.  I am trying to connect these machines with samba, and
I have made a simple smb.conf file as follows:

###
[global]
   # Server configuration paramaters
   netbios name = LINUXBOX
   server string = Samba %v on (%L)
   workgroup = SANDSTORM
   encrypt passwords = yes

[data]
   path = /export/samba/data
   comment = Data Drive
   volume = Sample-drive
   guest ok = yes

[test]
   comment = TEsting
   path = /export/samba/test
   read only = no
   guest ok = yes


Also from the command line I did


Linuxbox:/home/brent# smbpasswd brent
New SMB password:
Retype new SMB password:
Linuxbox:/home/brent# cat /etc/samba/smbpasswd
brent:1000:874EA23DF4AFD3CFC2265B23734E0DAC:153EDE431C871577C60F69CAD6DF1601:[U
]:LCT-45895F8A:
Linuxbox:/home/brent#
Linuxbox:/home/brent# ls -l /etc/samba/smbpasswd
-rw---  1 root root 105 2006-12-20 10:06 /etc/samba/smbpasswd
##

and an smbclient -U% -L localhost returns the following:

##
Linuxbox:/home/brent# smbclient -U% -L localhost
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Sharename   Type  Comment
-     ---
dataDisk  Data Drive
testDisk  TEsting
IPC$IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
ADMIN$  IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
lp  Printer   Generic dot-matrix printer entry
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Server   Comment
----
BLACKBOX Black Computer
LINUXBOX Samba 3.0.14a-Debian

WorkgroupMaster
----
SANDSTORMBLACKBOX
###

I can see LINUXBOX on the XP machine.  When I double click on
"Linuxbox" on the XP machine it prompts me for a username and password.
 I fill in the appropriate username and password hit enter, and it
prompts me again for the username and password except that in username
it has BLACKBOX\brent filled in (Blackbox is the name of the XP machine
and "brent" is the username).  I am using the same username and
password for Samba, the Debian logon, and the XP logon.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XP and Samba.....again

2006-12-21 Thread schmity
Yes, both computers are a member of the "SANDSTORM" workgroup.

I added "security = shared" to my global section.  No change.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XP and Samba.....again

2006-12-21 Thread schmity
> try it using username "linuxbox\brent" without the quotes. security as
> "user"
>

I tried "linuxbox\brent" with security as share.  No Change.

Changed smb.conf so that "security = user", ran smbd -D & nmbd -D.
Still no Change.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XP and Samba.....again

2006-12-21 Thread schmity
Here is my latest from the command line.  Looks like the problem is a
user and password problem.

###
Linuxbox:/home/brent# smbclient -L linuxbox
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
Linuxbox:/home/brent# smbclient -L linuxbox -U brent
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
Linuxbox:/home/brent# smbclient -L linuxbox -U root
Password:
session setup failed: NT_STATUS_LOGON_FAILURE
Linuxbox:/home/brent# man smbclient
Reformatting smbclient(1), please wait...
Linuxbox:/home/brent#
#

Of course I type in the correct password every time.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XP and Samba.....again

2006-12-21 Thread schmity
Forgive me, but I'm new and don't know how to set up the smbpasswd file
other than the smbpasswd program.  Is there maybe a template somewhere.

Thanks

Brent

Don Hayward wrote:
> Sorry, I just dropped into this thread, but...
>
> On Thu, 21 Dec 2006, schmity wrote:
>
> > Here is my latest from the command line.  Looks like the problem is a
> > user and password problem.
> >
> > ###
> > Linuxbox:/home/brent# smbclient -L linuxbox
> > Password:
> > session setup failed: NT_STATUS_LOGON_FAILURE
> > Linuxbox:/home/brent# smbclient -L linuxbox -U brent
> > Password:
> > session setup failed: NT_STATUS_LOGON_FAILURE
> > Linuxbox:/home/brent# smbclient -L linuxbox -U root
> > Password:
> > session setup failed: NT_STATUS_LOGON_FAILURE
> > Linuxbox:/home/brent# man smbclient
> > Reformatting smbclient(1), please wait...
> > Linuxbox:/home/brent#
> > #
> >
> > Of course I type in the correct password every time.
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
> >
>
> I recently had a very similar expeience -- what solved it for me was
> setting up the smbpasswd file on the samba server, adding the relevant
> uid-password pairs, and telling samba to use encrypted..  Without this
> I couldn't get connected, even though I told samba not to use
> encrypted passwords and told XP to send passwords in plaintext.
>
> Hope this helps.
>
> Regards,
>
> Don
>
> --
> Don.Hayward at pomobuli.net -- debian/rules -- Registered Linux user #374806
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XP and Samba.....again

2006-12-21 Thread schmity
If I try a random name such as "charlie" with no password it works.
But not on the windows machine.

Linuxbox:/home/brent# smbclient -L linuxbox -U charlie
Password:
Anonymous login successful
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Sharename   Type  Comment
-     ---
dataDisk  Data Drive
testDisk  TEsting
IPC$IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
ADMIN$  IPC   IPC Service (Samba 3.0.14a-Debian on
(linuxbox))
lp  Printer   Generic dot-matrix printer entry
Anonymous login successful
Domain=[SANDSTORM] OS=[Unix] Server=[Samba 3.0.14a-Debian]

Server   Comment
----
BLACKBOX Black Computer
LINUXBOX Samba 3.0.14a-Debian

WorkgroupMaster
----
SANDSTORMLINUXBOX


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: XP and Samba.....again

2006-12-22 Thread schmity
Yeah I tried that too.


Andrei Popescu wrote:
> On Thu, Dec 21, 2006 at 11:29:27PM -0600, Brent Schmidt wrote:
> >
> >  I tried to create a new account and here is what I get:
> >  Linuxbox:/home/brent# smbpasswd -a schmity
> >  New SMB password:
> >  Retype new SMB password:
> >  Failed to initialise SAM_ACCOUNT for user schmity. Does this user exist in
> >  the UNIX password database ?
> >  Failed to modify password entry for user schmity
> >  Linuxbox:/home/brent#
> >
> >  Any Ideas?
>
> 'adduser schmity'
>
> Regards,
> Andrei
> --
> If you can't explain it simply, you don't understand it well enough.
> (Albert Einstein)
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



cannot ping my own machine

2006-11-02 Thread schmity
Newbie Here.  The name of my linux machine is "linuxbox".  I am unable
to ping this machine from that very machine.  I tried the following:

ping linuxbox
and
ping localhost

neither of which worked.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot ping my own machine

2006-11-02 Thread schmity
Here is the info.  Looks like the machine is named Sandstorm instead of
Linuxbox.  Sandstorm is what I had intended the workgroup name to be
for my network.  Can I change this so that the computername is
Linuxbox?

Linuxbox:/home/brent# cat /etc/hosts
127.0.0.1   localhost.localdomain   localhost   Sandstorm

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Linuxbox:/home/brent# ifconfig
eth0  Link encap:Ethernet  HWaddr 00:40:33:A0:7B:90
  inet addr:192.168.8.19  Bcast:192.168.8.255
Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:236 errors:0 dropped:0 overruns:0 frame:0
  TX packets:173 errors:0 dropped:0 overruns:0 carrier:0
  collisions:1 txqueuelen:1000
  RX bytes:29232 (28.5 KiB)  TX bytes:17760 (17.3 KiB)
  Interrupt:16 Base address:0xe800

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

Linuxbox:/home/brent# ping Sandstorm
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64
time=0.041 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64
time=0.034 ms

--- localhost.localdomain ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 999ms
rtt min/avg/max/mdev = 0.034/0.037/0.041/0.007 ms
Linuxbox:/home/brent#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot ping my own machine

2006-11-04 Thread schmity
Ok, newbie here so go easy on me.

In general, what type of files would I expect to find in the /etc
directory?  How would I have known to look in the /etc directory for
the hosts file?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cannot ping my own machine

2006-11-04 Thread schmity
  lists only the /etc/hosts file.
 lists /etc/hostname and /etc/motd.

I changed the /etc/hosts file so that the localhost is now Linuxbox,
ran  and now I am able to ping Linuxbox.

Kent, you said there might be more files.  Did I miss them?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



cable modem connection slower than dial up

2006-11-05 Thread schmity
I have a cable modem connected to a router that connects to a Windows
XP machine and my Debian linux machine.  Internet on the Windows XP
machine is extremely fast and the Debian machine is slower than dial up
(no joke! night and day difference!)  What is wrong with the Debian
machine?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cable modem connection slower than dial up

2006-11-05 Thread schmity
Here is what I get when I do the tests.  It takes a long time to ping
google and yahoo.  Telnet didn't work with google or yahoo and it was
extremely slow also.  Don't know about the ipv6 packet or where to
look.  I'll check into it or if you have more info that you could give
me it would be appreciated.

[EMAIL PROTECTED]:~$ ping linuxbox
PING localhost.localdomain (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64
time=0.047 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64
time=0.038 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3 ttl=64
time=0.035 ms
64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=4 ttl=64
time=0.036 ms

--- localhost.localdomain ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 2997ms
rtt min/avg/max/mdev = 0.035/0.039/0.047/0.004 ms


[EMAIL PROTECTED]:~$ ping www.google.com
PING www.l.google.com (216.239.37.104) 56(84) bytes of data.
64 bytes from 216.239.37.104: icmp_seq=1 ttl=241 time=78.5 ms
64 bytes from 216.239.37.104: icmp_seq=2 ttl=241 time=61.2 ms
64 bytes from 216.239.37.104: icmp_seq=3 ttl=241 time=66.9 ms
64 bytes from 216.239.37.104: icmp_seq=4 ttl=241 time=72.6 ms

--- www.l.google.com ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 45575ms
rtt min/avg/max/mdev = 61.215/69.836/78.565/6.460 ms


[EMAIL PROTECTED]:~$ ping www.yahoo.com
PING www.yahoo-ht2.akadns.net (209.73.186.238) 56(84) bytes of data.
64 bytes from f1.www.vip.re3.yahoo.com (209.73.186.238): icmp_seq=1
ttl=50 time=65.2 ms
64 bytes from f1.www.vip.re3.yahoo.com (209.73.186.238): icmp_seq=2
ttl=51 time=64.3 ms
64 bytes from 209.73.186.238: icmp_seq=3 ttl=50 time=59.2 ms

--- www.yahoo-ht2.akadns.net ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 20498ms
rtt min/avg/max/mdev = 59.263/62.949/65.271/2.651 ms


[EMAIL PROTECTED]:~$ telnet www.google.com 80
Trying 216.239.37.99...
Connected to www.google.com.
Escape character is '^]'.
get /
Connection closed by foreign host.


[EMAIL PROTECTED]:~$ telnet www.yahoo.com 80
Trying 209.73.186.238...
Connected to www.yahoo.com.
Escape character is '^]'.
get /
Connection closed by foreign host.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cable modem connection slower than dial up

2006-11-06 Thread schmity
Ok I added the following line in my /etc/network/interfaces file

auto eth0
...
...
up ifconfig mtu 1450

after doing a ifdown -a and ifup -a I could verify the mtu by ifconfig
-a.
I tried 1450, 1400, 1300, 1200, .700.  None of which seemed to
help.

how do I check on the ipv6 packet?


Ken Irving wrote:
> On Sun, Nov 05, 2006 at 07:48:17PM -0800, schmity wrote:
> > Here is what I get when I do the tests.  It takes a long time to ping
> > google and yahoo.  Telnet didn't work with google or yahoo and it was
> > extremely slow also.  Don't know about the ipv6 packet or where to
> > ...
>
> Maybe check the MTU setting for the interface.  It might need to
> be reduced.
>
> Ken
>
> --
> Ken Irving, [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cable modem connection slower then dial up

2006-11-06 Thread schmity
Ok.  It seems that the internet is extremely fast when I use Mozilla
and extremely slow when I use Konqueror.  I am still unable to telnet
www.google.com 80  get /.
> I've seen your ping results. Better than
> my probes.
> To debug this issue, power down all devi-
> ces. Computers, router, modem. Power up
> modem, then router, wait to get ip address,
> then boot boxes. Check router configuration.
> Try with linux only. Change cable for debian
> box. Check routing table on debian.

None of this helped.  Newbie here.  How do I check the routing table?
>
> For next mail, send details on router type,
> model. Dhcp, static addresses. Any rules
> on this router? Arp and route data. Default
> route. Traceroute to somewhere. Post to the
> list some info.

Gigafast Ethernet router,  Model: ee400-r.  I'm not sure, but I don't
think I have static addresses.  Again, Newbie here.  No clue on rules,
Arp, rout data, default rout, traceroute.  I'm gonna google for this
stuff, but any help is appreciated.
>
> To my surprise, when the problem is solved,
> the solution is rarely posted to the list.
> This way would be less questions of the same
> type. Archives could sufice.
>
>
>  Zoran
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



apt-get -dist-upgrade leaves wireless keyboard and mouse useless on "sarge"

2007-12-25 Thread schmity
I am running debian sarge and I just did an apt-get dist-upgrade and
my wireless keyboard and mouse are no longer working.  I know that
bios sees the wireless keyboard and mouse because I can hit delete and
go to bios setup (If that makes any difference)  It has been quite
some time since I did a system upgrade and I noticed that kdm looked a
lot different.  Thanks for any help in advance.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get -dist-upgrade leaves wireless keyboard and mouse useless on "sarge"

2007-12-26 Thread schmity
On Dec 26, 11:40 am, Daniel Burrows <[EMAIL PROTECTED]> wrote:
> On Tue, Dec 25, 2007 at 07:09:25PM -0800, schmity <[EMAIL PROTECTED]> was 
> heard to say:
>
> > I am running debian sarge and I just did an apt-get dist-upgrade and
> > my wireless keyboard and mouse are no longer working.  I know that
> > bios sees the wireless keyboard and mouse because I can hit delete and
> > go to bios setup (If that makes any difference)  It has been quite
> > some time since I did a system upgrade and I noticed that kdm looked a
> > lot different.  Thanks for any help in advance.
>
>   Could you post your /etc/apt/sources.list and the contents of
> /etc/debian_version ?  I'm wondering if you maybe upgraded to etch by
> accident (which could have happened if you listed "stable" instead of
> "sarge" in sources.list).
>
>   Daniel
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


You are right.  Here is the info I have.  Still wish the wireless
keyboard and mouse would work.

[EMAIL PROTECTED]:~$ cat /etc/apt/sources.list
#deb file:///cdrom/ sarge main

deb ftp://ftp.us.debian.org/debian/ stable main
deb ftp://ftp.us.debian.org/debian/ testing main
deb-src ftp://ftp.us.debian.org/debian/ stable main

deb http://security.debian.org/ stable/updates main

[EMAIL PROTECTED]:~$ cat /etc/debian_version
4.0
[EMAIL PROTECTED]:~$


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-get -dist-upgrade leaves wireless keyboard and mouse useless on "sarge"

2007-12-27 Thread schmity
On Dec 27, 8:50 am, Daniel Burrows <[EMAIL PROTECTED]> wrote:
> On Wed, Dec 26, 2007 at 09:15:43PM -0800, schmity <[EMAIL PROTECTED]> was 
> heard to say:> >   Could you post your /etc/apt/sources.list and the contents 
> of
> > > /etc/debian_version ?  I'm wondering if you maybe upgraded to etch by
> > > accident (which could have happened if you listed "stable" instead of
> > > "sarge" in sources.list).
>
> > You are right.  Here is the info I have.  Still wish the wireless
> > keyboard and mouse would work.
>
> > [EMAIL PROTECTED]:~$ cat /etc/apt/sources.list
> > #deb file:///cdrom/ sarge main
>
> > debftp://ftp.us.debian.org/debian/stable main
> > debftp://ftp.us.debian.org/debian/testing main
>
>   
>
>   Actually, it looks like you upgraded all the way to lenny.
>
>   Hm, could you check what kernel version you're running? (uname -r)
> Also, what is the hardware (computer and keyboard) that you're trying
> to use?  Do you have both a wireless and a wired keyboard plugged in?
> Have you tested the wireless keyboard in text mode, or just in X?
>
>   I don't think that will tell me what's going on, but at least I will
> be confused with more information. :-)
>
>   Daniel
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Here is the kernel I'm running.  That is what I was thinking is that I
would need to rebuild the kernel.  Also, the keyboard and mouse do not
work on the text screens either (i.e. ctrl-alt-f6 for example).

[EMAIL PROTECTED]:~$ uname -r
2.4.27-3-386
[EMAIL PROTECTED]:~$

Thanks,

Brent


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]