help - xlibmesa-gl-dev_6.9.0.dfsg.1-4_i386.deb

2006-04-07 Thread Jim Woodward
I am running etch with kerne; 2.6.16.1 and don't know how to fix 
problem. I will include what happens when I run synaptic:


(Reading database ... 127280 files and directories currently installed.)
Unpacking xlibmesa-gl-dev (from 
/xlibmesa-gl-dev_6.9.0.dfsg.1-4_i386.deb) ...dpkg: error processing 
/var/cache/apt/archives/xlibmesa-gl-dev_6.9.0.dfsg.1-4_i386.deb (--unpack):
 trying to overwrite `/usr/include/GL/glext.h', which is also in 
package mesa-common-dev


Not all changes and updates succeeded. If you are interessted in the 
details of the failure, please expand the the 'terminal' panel.



Thanks


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




etch

2006-03-23 Thread Jim Woodward

I have testing in my sources.list.
Does this mean I am running etch?
I am running kernel 2.6.15.6
If I am not running etch, how can I upgrade without a new installation?
Thanks


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




Re: etch

2006-03-23 Thread Jim Woodward

Florian Kulzer wrote:

Jim Woodward wrote:


I have testing in my sources.list.
Does this mean I am running etch?
I am running kernel 2.6.15.6
If I am not running etch, how can I upgrade without a new installation?



If you started out with testing in your sources.list or if you did a
dist-upgrade since you included it, then you should indeed be running
Etch. The fact that you are using a 2.6.15 kernel suggests it, too.

I installed kernel 2.6.15.6 from kernel.org



Simply look at the output of cat /etc/issue to be sure. Another



characteristic thing is your version of libc6; apt-cache policy libc6
will tell you what it is and where it came from.

I will enclose the output from these:
[EMAIL PROTECTED]:~$ apt-cache policy libc6
libc6:
  Installed: 2.3.6-3
  Candidate: 2.3.6-3
  Version table:
 *** 2.3.6-3 0
500 ftp://mirrors.kernel.org testing/main Packages
500 http://ftp.debian.org testing/main Packages
100 /var/lib/dpkg/status
[EMAIL PROTECTED]:~$ cat /etc/issue
Debian GNU/Linux testing/unstable \n \l



Regards,
Florian


I have not done a dist-upgrade( don't know how), but I use synaptic 
package manager to update at least once a week.

Thanks


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




Re: newbie boot question

2005-09-29 Thread Jim Woodward

Mike McCarty wrote:

Jim Woodward wrote:


michael wrote:


michael wrote:


On Mon, 2005-09-26 at 12:20 -0400, Jim Woodward wrote:



How do I retrieve the messages that I see when booting?
dmesg does not have all the information.
I'm using kernel 2.6.13.2
Thanks



Obviously, there are some messages which may be unretrieveable
even in principle. Until some persistent file system gets mounted,
nothing is stored. So, if the machine fails to come up to the
point where it has mounted a persistent file system, nothing
can be saved. If messages are stored in a non-persistent
area (which I doubt) before that point, then after then they
could be copied to a persistent file system, like /etc/something.

What exactly is your ultimate goal?

Mike

I want to correct some mistakes I must have made when running xconfig.


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




Re: newbie boot question

2005-09-28 Thread Jim Woodward

michael wrote:

On Tue, 2005-09-27 at 07:57 -0400, Jim Woodward wrote:


michael wrote:


michael wrote:



On Mon, 2005-09-26 at 12:20 -0400, Jim Woodward wrote:




How do I retrieve the messages that I see when booting?
dmesg does not have all the information.
I'm using kernel 2.6.13.2
Thanks




enable /etc/default/bootlogd:


$ cat /etc/default/bootlogd
# Run bootlogd at startup ?
BOOTLOGD_ENABLE=Yes




I did the above, rebooted and can't find thelog anywhere.
Could you tell me where it should be and what its name is?



look at 'man bootlogd' (hint: 'man -k boot' gives all man pages about 'boot')

hint 2: most logs are in /var/log




Here's what I tried - still need help
Thanks

[EMAIL PROTECTED]:/dev$ /sbin/bootlogd -l /var/log/boot.
bootlogd: cannot find console device 136:1 in /dev


The above line points to not finding console, but one can see that it is 
there from below




no idea why you're trying the above



[EMAIL PROTECTED]:/dev$ ls c*
cdrom  cdrw  console  core

cpu:
0  microcode






[EMAIL PROTECTED]:/dev$ cat /etc/default/bootlogd
# Run bootlogd at startup ?
BOOTLOGD_ENABLE=Yes
[EMAIL PROTECTED]:/dev$



but what does
 ls -l /var/log/boot

[EMAIL PROTECTED]:~$ ls -l /var/log/boot
ls: /var/log/boot: No such file or directory
[EMAIL PROTECTED]:


give you?!





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




Re: newbie boot question

2005-09-27 Thread Jim Woodward

michael wrote:

michael wrote:


On Mon, 2005-09-26 at 12:20 -0400, Jim Woodward wrote:



How do I retrieve the messages that I see when booting?
dmesg does not have all the information.
I'm using kernel 2.6.13.2
Thanks




enable /etc/default/bootlogd:


$ cat /etc/default/bootlogd
# Run bootlogd at startup ?
BOOTLOGD_ENABLE=Yes




I did the above, rebooted and can't find thelog anywhere.
Could you tell me where it should be and what its name is?



look at 'man bootlogd' (hint: 'man -k boot' gives all man pages about 'boot')

hint 2: most logs are in /var/log




Here's what I tried - still need help
Thanks

[EMAIL PROTECTED]:/dev$ /sbin/bootlogd -l /var/log/boot.
bootlogd: cannot find console device 136:1 in /dev
[EMAIL PROTECTED]:/dev$ ls c*
cdrom  cdrw  console  core

cpu:
0  microcode
[EMAIL PROTECTED]:/dev$ cat /etc/default/bootlogd
# Run bootlogd at startup ?
BOOTLOGD_ENABLE=Yes
[EMAIL PROTECTED]:/dev$


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




newbie boot question

2005-09-26 Thread Jim Woodward

How do I retrieve the messages that I see when booting?
dmesg does not have all the information.
I'm using kernel 2.6.13.2
Thanks


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




problem solved: sharing xp printer

2004-12-04 Thread Jim Woodward
http://www.mepis.org/node/view/3458
solution found below:
Here's what worked for me.- L
Submitted by mepiswala on Thu, 09/16/2004 - 23:36.
when loggeg onto http://www.mepis.org/node/view/3458
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Help please : lumi.png

2004-10-16 Thread Jim Woodward
I am running sarge with kernel 2.6.9. I use synaptic to upgrade about once a 
week. When my system boots, I get an error which says it can't fing 
lumi.png. I have reinstalled gnomemeeting several times, but that doesn't 
help. This started after one of the synaptic upgrades.

Any suggestions on how to correct this will be appreciated.
Thanks,
Jim 


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



Re: Debian has turned unusable.

2004-04-12 Thread Jim Woodward
I suggest you install sarge and immediately thereafter install kernel 2.6.5
Trollcollect [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Hello list,

 after 3 days of twiddling with a recent copy of
 debians woody release i need to vent a bit of the
 anger and frustration that this distribution has
 caused.

 I want to start with saying that i was a strong
 advocate of debian compared to distributions such as
 RedHat and SuSE. Being a UNIX admin professionally
 (Solaris mainly), i felt home on a debian system
 pretty quick, and the packaging method was unique
 among all linux deriatives i have seen. Also i used to
 like debians approach of stability before
 bleeding-edge stuff.

 However as i have to install a small network now (7
 WS's and one server), i have to reconsider this
 assessment. I downloaded woody (2 failed attempts to
 get an installation CD with the new jigdo method).
 What i got after installation was
 - a 2.2 Kernel without ext3 support
 - a KDE 2.0
 overall totally outdated and useless versions of
 libraries and software.

 I then tried to figure out how to update those
 packages i need in recent versions. As i know KDE from
 Solaris, i trust enough in their own QA procedure to
 consider their 3.2.1 stable enough for usage. Why
 debian believes KDE 2.0 is more stable, or even usable
 at all, is beyond my understanding.

 However it turned out that i could not update only
 selected packages easily. In fact neither of dselect
 or apt-get seemed to have a method to do this in a
 sensible way.

 Now it MAY well be that i am just an idiot who is not
 capable of doing this, however i asked in a few linux
 related channels and also at work, noone could tell me
 how to set up a half-way decent debian without
 compromising the pkg system. Sure many told me to
 build it all by hand but then, without the packaging
 system what good is debian?

 I hope that whoever is responsible for the direction
 debian is steering to currently thinks about the
 target of the whole distribution, which is to provide
 users with a decent linux system that comes stable,
 yet with all neccessary parts to be competetive among
 other distributions.




 Mit schönen Grüßen von Yahoo! Mail - http://mail.yahoo.de


 -- 
 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: no sound with 2.6.3, nForce2, and ALSA

2004-04-08 Thread Jim Woodward

Tom Schutter [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 I am having no luck getting sound to work.  I have a ASUS A7N8X
 motherboard with the NVIDIA nForce2 chipset.  I am running the 2.6.3
 kernel on sarge.

 I am getting no sound at all.  If I play a .wav file using aplay, it
 pauses for a few seconds and then returns to a command prompt.

 I have tried different cables and speakers with no luck.

 Any help would be appreciated!

 $ uname -a
 Linux pixel 2.6.3-1-k7 #2 Tue Feb 24 20:39:50 EST 2004 i686 GNU/Linux

 $ dmesg | grep intel8x0
 intel8x0_measure_ac97_clock: measured 49228 usecs
 intel8x0: clocking to 47417

 $ cat /proc/asound/cards
 0 [nForce2]: NFORCE - NVidia nForce2
  NVidia nForce2 at 0xe900, irq 21

 $ cat /proc/asound/modules
 0 snd_intel8x0

 $ cat /proc/asound/card0/intel8x0
 Intel8x0

 Global control: 0x0002
 Global status : 0x00300100
 AC'97 codecs ready: primary

 $ cat /proc/asound/version
 Advanced Linux Sound Architecture Driver Version 1.0.2c (Thu Feb 05
 15:41:49 2004 UTC).
 Compiled on Feb 21 2004 for kernel 2.6.3-1-k7.

 $ lsmod | grep snd
 snd_seq_oss34624  0
 snd_seq_midi_event  7936  1 snd_seq_oss
 snd_seq55312  4 snd_seq_oss,snd_seq_midi_event
 snd_pcm_oss53732  0
 snd_mixer_oss  19840  2 snd_pcm_oss
 snd_intel8x0   34088  2
 snd_ac97_codec 62724  1 snd_intel8x0
 snd_pcm   100196  2 snd_pcm_oss,snd_intel8x0
 snd_timer  25924  2 snd_seq,snd_pcm
 gameport4736  1 snd_intel8x0
 snd_page_alloc 12164  2 snd_intel8x0,snd_pcm
 snd_mpu401_uart 7872  1 snd_intel8x0
 snd_rawmidi25120  1 snd_mpu401_uart
 snd_seq_device  8136  3 snd_seq_oss,snd_seq,snd_rawmidi
 snd55780  13

snd_seq_oss,snd_seq_midi_event,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_intel8x
0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_devic
e
 soundcore  10272  2 snd

 $ amixer sget Line
 Simple mixer control 'Line',0
   Capabilities: pvolume pswitch pswitch-joined cswitch cswitch-joined
 cswitch-exclusive
   Capture exclusive group: 0
   Playback channels: Front Left - Front Right
   Capture channels: Front Left - Front Right
   Limits: Playback 0 - 31
   Front Left: Playback 29 [94%] [on] Capture [off]
   Front Right: Playback 30 [97%] [on] Capture [off]

 $ ls -l /dev/audio0 /dev/dsp0 /dev/mixer0
 crw-rw1 root audio 14,   4 Jul 26  2003 /dev/audio0
 crw-rw1 root audio 14,   3 Jul 26  2003 /dev/dsp0
 crw-rw1 root audio 14,   0 Jul 26  2003 /dev/mixer0

 $ groups
 tom tape audio users


Can u get sounds when logged on as root? If so, then it is most likely a
'permissions' problem.
Otherwise I suggest you run xmms in a terminal and try to play something.
Look at the error written in the terminal.
Good luck!

 -- 
 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: ALSA problems sarge 2.4.25

2004-04-08 Thread Jim Woodward

[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]
 ALl
 I have been trying to get ALSA working on my admitadly old IBM 300PL for
 the last while.  Extensive Googling and several kernel recompiles later
 I think I am in reverse!
 I am running sarge kernel version 2.4.25
 Here is the output of aadebug from the ALSA website

 sarge:~# ./aadebug
 ALSA Audio Debug v0.0.7 - Tue Apr  6 09:40:04 EDT 2004
 http://alsa.opensrc.org/?aadebug

 Kernel 
 Linux sarge 2.4.25alsa3 #1 Mon Apr 5 22:57:41 EDT 2004 i586 GNU/Linux

 Loaded Modules 
 snd34276   0

 Modules Conf --
 alias char-major-116 snd
 alias char-major-14 soundcore
 options snd major=116 cards_limit=4
 alias sound-service-0-0 snd-mixer-oss
 alias sound-service-0-1 snd-seq-oss
 alias sound-service-0-3 snd-pcm-oss
 alias sound-service-0-8 snd-seq-oss
 alias sound-service-0-12 snd-pcm-oss
 alias /dev/dsp* snd-pcm-oss
 alias snd-card-0 snd-cs46xx
 alias snd-card-1 snd-ens1370
 alias snd-slot-0 snd-card-0
 alias sound-slot-0 snd-slot-0
 alias snd-slot-1 snd-card-1
 alias sound-slot-1 snd-slot-1

 Proc Asound ---
 Advanced Linux Sound Architecture Driver Version 1.0.3.
 Compiled on Apr  6 2004 for kernel 2.4.25alsa3 with versioned symbols.
 --- no soundcards ---
 cat: /proc/asound/hwdep: No such file or directory
 cat: /proc/asound/pcm: No such file or directory

 Dev Snd ---
 controlC0  hwC1D2  midiC0D0  midiC1D2  midiC2D4  midiC3D6  pcmC0D3p
 pcmC1D0p  pcmC1D5p  pcmC2D2p  pcmC2D7p  pcmC3D4p
 controlC1  hwC1D3  midiC0D1  midiC1D3  midiC2D5  midiC3D7  pcmC0D4c
 pcmC1D1c  pcmC1D6c  pcmC2D3c  pcmC3D0c  pcmC3D5c
 controlC2  hwC2D0  midiC0D2  midiC1D4  midiC2D6  pcmC0D0   pcmC0D4p
 pcmC1D1p  pcmC1D6p  pcmC2D3p  pcmC3D0p  pcmC3D5p
 controlC3  hwC2D1  midiC0D3  midiC1D5  midiC2D7  pcmC0D0c  pcmC0D5c
 pcmC1D2c  pcmC1D7c  pcmC2D4c  pcmC3D1c  pcmC3D6c
 hwC0D0 hwC2D2  midiC0D4  midiC1D6  midiC3D0  pcmC0D0p  pcmC0D5p
 pcmC1D2p  pcmC1D7p  pcmC2D4p  pcmC3D1p  pcmC3D6p
 hwC0D1 hwC2D3  midiC0D5  midiC1D7  midiC3D1  pcmC0D1c  pcmC0D6c
 pcmC1D3c  pcmC2D0c  pcmC2D5c  pcmC3D2c  pcmC3D7c
 hwC0D2 hwC3D0  midiC0D6  midiC2D0  midiC3D2  pcmC0D1p  pcmC0D6p
 pcmC1D3p  pcmC2D0p  pcmC2D5p  pcmC3D2p  pcmC3D7p
 hwC0D3 hwC3D1  midiC0D7  midiC2D1  midiC3D3  pcmC0D2c  pcmC0D7c
 pcmC1D4c  pcmC2D1c  pcmC2D6c  pcmC3D3c  seq
 hwC1D0 hwC3D2  midiC1D0  midiC2D2  midiC3D4  pcmC0D2p  pcmC0D7p
 pcmC1D4p  pcmC2D1p  pcmC2D6p  pcmC3D3p  timer
 hwC1D1 hwC3D3  midiC1D1  midiC2D3  midiC3D5  pcmC0D3c  pcmC1D0c
 pcmC1D5c  pcmC2D2c  pcmC2D7c  pcmC3D4c

 CPU ---
 model name  : Pentium MMX
 cpu MHz : 199.435

 RAM ---
 MemTotal:62080 kB
 SwapTotal:  243892 kB

 Hardware --
 00:00.0 Host bridge: Intel Corp. 430HX - 82439HX TXC [Triton II] (rev
 03)
 00:0d.0 Multimedia audio controller: Ensoniq ES1370 [AudioPCI] (rev 01)



 A little histoy

 I tried to get the onboard CS chip working, the kernel recognised it and
 all seemed well, but no sound.

 I then installed a cheap soundblaster card

 now when I try a dpkg -i on the alsa deb I get

 sarge:/usr/src# dpkg -D2000 -i
 alsa-modules-2.4.25alsa3_1.0.3-1+custom3_i386.deb
 (Reading database ... 37622 files and directories currently installed.)
 Preparing to replace alsa-modules-2.4.25alsa3 1.0.3-1+custom3 (using
 alsa-modules-2.4.25alsa3_1.0.3-1+custom3_i386.deb) ...
 Unpacking replacement alsa-modules-2.4.25alsa3 ...
 D002000: process_archive info this pkg
 D002000: process_archive info this pkg
 D002000: process_archive info this pkg
 D002000: process_archive info this pkg
 Setting up alsa-modules-2.4.25alsa3 (1.0.3-1+custom3) ...
 Configuration file for ALSA 1.0 exists.
 Attempting to start.

 Storing ALSA mixer settings ... failed
 Shutting down ALSA (version 1.0.3): done.
 Starting ALSA (version 1.0.3): cs46xx-failed ens1370-failed failed

 Note the lack of information?

 The log traces are similarily not very verbose

 ANy ideas on what to try next?


 Help appreciated

 Brian



Have you tried a 2.6.x kernel? It is designed to work with ALSA.
 -- 
 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]



gnome 2.4

2004-02-24 Thread Jim Woodward
I'm running debian sarge.
How does one easily reboot or shut down from user in gnome 2.4?
Thanks,
Jim
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: gnome 2.4

2004-02-24 Thread Jim Woodward
Roberto Sanchez wrote:
Jim Woodward wrote:

I'm running debian sarge.
How does one easily reboot or shut down from user in gnome 2.4?
Thanks,
Jim

Go here:

http://jarno.gmxhome.de/gdm-shutdown/logout.html

Follow the directions to install the gdm, gnome-session, and
gnome-panel packages.
-Roberto
Thanks - it works!
I commented out the new lines to sources.list, as I am running testing, 
not unstable. Is that what I should have done?
Thanks again
Jim

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



Re: wpc11 Linksys Wireless Card

2004-02-20 Thread Jim Woodward
Wes Reneau wrote:
I've read untill I'm blue in the face with regard to get the Linksys 
WPC11 Ver. 3 card working.  The problem is I'm instructed to download  
some files from TLDP, however this kind of defeats the purpose dontcha 
think,  I dont have a internet connection.  This email is sent from a 
working laptop at work.

I've come to the conclusion that a clean install of DEBIAN is the best 
way, I've used MEPIS, KNOPPIX and a few others but they are bloated and 
have alot of things I simply dont want to haggle with, uninstalling and 
reconfiguring, but they do automatically get my wirelss card working.  
It's easier or clearner for me to just get a clean install from debian 
and struggle thru to the bitter end.

Can anyone help me with this project, I'm not entirely new to linux but 
I'm by no means a seasoned user.

Thanks and I'm looking forward to your help.


I have used the linksys wdt11 card. It uses the wpc11 to work in a 
desktop. All I did was compile the wireless part of network kernel 
configeration into the kernel. I have done this with kernels 2.6.0 2.6.1 
and 2.6.2 . Have you compiles your own kernel?
I must admit that I set up debian sarge with normal lan, then disabled 
the lan in MB and installed the linksys card and all worked well.
Good Luck!

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



Re: debian sarge and new installer

2004-02-16 Thread jim woodward
David Clymer wrote:
On Fri, 2004-02-13 at 11:40, jim woodward wrote:

I have installed sarge using the installer cd. I am using a cheap mb with a
via 650 mhz cpu in the mb, and I have 128 meg ram. I compiled the 2.6.2
kernel and all seems to be running ok, but when I boot the system, I notice
that it tries to do something with appletalk and also pcmcia. I have
compiled nothing in the kernel that refers to these objects and the messages
are not in dmesg. Is there a file somewhere that would tell me what's
happening ?
If someone else ran across this, I would like to know how the problem was
solved.


If its not showing up in dmesg, it probably has nothing to do with your
kernel and has everything to do with some daemon that is configured to
run at boot time.
I'm guessing you've installed netatalk or some such, which could result
in you seeing messages regarding appletalk in your boot messages.
Netatalk is a daemon that is (roughly) to apple filesharing what Samba
is to windows filesharing.
The pcmcia messages probably have a similar source (pcmcia card
services?).
To check whether these packages are installed, type:

apt-cache policy pcmcia-cs netatalk


I noticed that the sarge installer cd did not ask me if I wanted to delete
the pcmcia stuff, which was a question when installing woody.
Thanks for any suggestions!


I've not used the new installer, so I cant help you here.

-davidc


Thanks, both were running, so I removed them.

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