help needed with initial use of IrDa and LIRC

2012-03-16 Thread keitho
I have never used IR before, and I thought I'd try to use it on my old Dell laptop. I simply want to be able to invoke commands using an arbitrary remote. I'm confused as to whether I should use IrDa or LIRC, or both. The man pages and other docs I've read don't discuss the

Can't run irrecord - WAS: help needed with initial use of IrDa and LIRC

2012-03-16 Thread keitho
As the error message reports, you need to stop lircd first. Then run irrecord (I think the reason is that both want direct access to your IR port), this will produce a file that you can use as /etc/lirc/lird.conf. Next, check /etc/lirc/hardware.conf is suitable for you, then run

Re: quick and dirty backup

2012-02-20 Thread keitho
I found this webpage useful for describing how to use tar for full backups: http://www.aboutdebian.com/tar-backup.htm Keith Ostertag On Mon, Feb 20, 2012 at 03:48:07PM +0100, Claudius Hubig wrote: Hey, Bonno Bloksma b.blok...@tio.nl wrote: tar -zcf /mnt/backup/linXXX-lenny.tar.gz /

Recommendations for how to watch Linux desktop from remote Windows?

2012-02-17 Thread keitho
Quick question (I think...): Can you recommend a free and easily available software package that will allow a Windows user to see my Linux desktop? My brother is in another state, and I want him to be able to see my desktop, not necessarily control it. He only uses Windows, my system is Debian

Resolved: Recommendations for how to watch Linux desktop from remote Windows?

2012-02-17 Thread keitho
On Fri, 2012-02-17 at 10:59 -0800, kei...@strucktower.com wrote: Quick question (I think...): Can you recommend a free and easily available software package that will allow a Windows user to see my Linux desktop? snip I would recommend X2Go - www.x2go.org. It is based upon NX and is far

Re: Get to the bottom of what is running my networks

2012-02-16 Thread keitho
You can check which packages are uninstalled but still have their config hanging around with aptitude search '?config-files'. You can then run apt-get purge package to get rid of the config one particular package or apt-get purge $(aptitude search '?config-files' -F '%p to get rid of all

Re: free software mini pc

2012-02-12 Thread keitho
I'm glad to see this thread, because I hadn't heard of the Raspberry Pi before- way cool! But I'm curious about the original query- what's the need for such an ultra-quiet machine? I too hate fan noise, but even when run hard I have to _try_ to hear my laptop fan. Is there a special reason you

How best to replace NetworkManager with wicd?

2012-02-12 Thread keitho
Sometime back I moved one of my laptops from using Gnome to using a wm (i3 at present). I have been slowly trying to learn the various functions that the Gnome DE does in the background (hides from the user) so that I can replace the Gnome-related-software to software which is desktop independent.

Resolved: How best to replace NetworkManager with wicd?

2012-02-12 Thread keitho
Thanks to all who responded. To Claudius- you are correct ... and that is why I was having the difficulty. I'm not really sure why I was using the wrong form of the name (NetworkManager rather than network-manager). Documentation is funny sometimes in that names are not always consistent and I

Re: Sleep

2012-02-06 Thread keitho
I found additional help in how to do this from the linux-think...@linux-thinkpad.org list. This should work with laptops without the use of a DE or even X if you can use acpi with pm-utils. First, invoke acpi_listen, then close and re-open the lid. The event will be shown onscreen, in my case it

Re: Sleep

2012-02-05 Thread keitho
On 6 February 2012 11:03, Stayvoid stayv...@gmail.com wrote: Closing the lid and go suspend is an option, maye you have to enable that. Where? Cheers. This usually has to be configured in whatever power manager you're using. What DE are you using? How to do this without a DE...? I'm

Re: lpr command not found

2012-02-01 Thread keitho
Hi, which package contains the lpr command for printing. Thanks, lpr is the name of the package. If a progam is installed, you can use: dpkg -S program_name to find the package name. If it is not installed you can use: apt-cache search program_name Depending on your setup you may want

Re: Kernel Compiling from scratch

2012-01-25 Thread keitho
The best tutorial I have found describing the Debian way to compile the kernel is Steve Powell's pae: http://users.wowway.com/~zlinuxman/Kernel.htm There are lots of others, just google around, but be wary of older pages and read Steve's page first. I have no idea how using virtual box may

Re: how to download net inst wheezy and install

2012-01-24 Thread keitho
I am trying to get the net inst file to install debian wheezy but cant find it. Are various files? where is the one I need for amd64? thank you -- Fernando Gadea Goto: http://www.debian.org/distrib/netinst and select the small cd for amd64 alternately, goto:

Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-20 Thread keitho
Thanks Chen, using the modinfo command I can see that I was mispelling... I was using fcb instead of fbc... Keith On Thu, Jan 19, 2012 at 06:07:16PM -0800, kei...@strucktower.com wrote: On Thu, Jan 19, 2012 at 10:29:19AM +0100, Martin Steigerwald wrote: merkaba:~ cat

Re: how to check 400 files exist

2012-01-19 Thread keitho
On 19/01/12 08:33, Balint Szigeti wrote: run this ls|xargs wc -l Never parse the output of ls(1) http://mywiki.wooledge.org/ParsingLs WOW, that link to Greg's (also known as GreyCat's) wiki is awesome! Thanks! Keith Ostertag -- To UNSUBSCRIBE, email to

Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-19 Thread keitho
What are you using to measure your laptop power use? The LessWatts.org page recommends an external power meter- I wondered if you have recommendations or tips for a particular type or method? I'm wondering if there is something fairly inexpensive but reliable and possibly useful for other things

Re: [Fwd: Re: enable i915 rc6 save 7 watt on kernel 3.2]

2012-01-19 Thread keitho
On Thu, Jan 19, 2012 at 10:29:19AM +0100, Martin Steigerwald wrote: merkaba:~ cat /etc/modprobe.d/i915-kms.conf options i915 modeset=1 i915_enable_rc6=1 i915_enable_fbc=1 semaphores=1 When I try to use this line of options I get an error message saying i915_enable_fcb is an unknown

Re: malware infesting windows part of dual-boot

2012-01-14 Thread keitho
If you obtain a Trinity Rescue Disk (free download online) you can boot from that and run four different anti-virus softwares with one command. If I remember correctly, you can designate which partition to use them on. Using TRK: First, run updatetrk, then: virusscan -n -a clam;virusscan -n -a

stripping characters during copy process? Problem mp3 filenames

2012-01-05 Thread keitho
I have a bunch of cdroms containing mp3's that I want to copy from the cdrom to a vfat partition on a mounted drive on my network. For completeness let me say that the drive is a hard drive in an enclosure connected via usb. Using a simple cp command I get error messages, not sure what they mean.

help with Sabrent 802.11N PCI wireless card, Ralink driver?

2011-12-29 Thread keitho
I am attempting to install a Sabrent 802.11N PCI wireless adapter card into a fresh wheezy install. I guess I am confused about which firmware and driver to use. When I do a ifup wlan0 I get the follwing error mesage: phy0 - rt2800pci_mcu_status: Error - MCU request failed, no response from

Re: help with Sabrent 802.11N PCI wireless card, Ralink driver?

2011-12-29 Thread keitho
Just after posting this I found these pages: http://wiki.debian.org/rt2860sta http://wiki.debian.org/rt2800pci which explain that for wheezy rt2800pci is now used instead of rt2860sta. Still, I get this error message... Can anyone help? Thanks, Keith I am attempting to install a Sabrent

RESOLVED - Re: help with Sabrent 802.11N PCI wireless card, Ralink driver?

2011-12-29 Thread keitho
OK, sorry, I found out that my configuration was wrong, now that I have wpa_supplicant configured properly I am working with no such errors. I just didn't think I would get an error message like that with a configuration problem... Keith Just after posting this I found these pages:

Re: address and port translation (NAT) no longer required in IPv6 -- but...

2011-12-27 Thread keitho
OK I'm a novice, but it seems from my perspective that having adequate addresses is only the tech part of the issue. Verizon and other large ISP's don't want home owners to create servers accessible from outside their homes. If they find out you are doing so they will insist on charging you the

Re: attempting to configure wireless card tl-wn353g hangs computer

2011-12-15 Thread keitho
Hi Wayne- Funny I had not thought of this. After googling for an hour I had not even seen anyone else mention firmware regarding this particular card. However, looking at the firmware-realtek package, it does not refer to my card's chipset- neither rtl8180 nor rtl8185 nor rtl8225 (my card is the

Re: attempting to configure wireless card tl-wn353g hangs computer

2011-12-15 Thread keitho
Hi Brian- Yes, it only hangs when there is a stanza referring to it in the /e/n/i. I don't see anything in dmesg or /var/log/syslog from wpa_suplicant. Thanks, Keith An optimistic search might lead you to the pessimistic view that this card and Debian do not get on together, so it might be

attempting to configure wireless card tl-wn353g hangs computer

2011-12-14 Thread keitho
I have an old Dell server onto which I have just loaded debian for dual boot with windows xp. No gui- all console. The wireless PCI nic card is a TP-Link TL-WN353G (NOT the wn353gd). Works fine with xp. Uses the realtek driver included in the tree for recent debian releases and seems to be

Re: New laptop with Linux preinstalled

2011-12-10 Thread keitho
Look at linux.dell.com Dell maybe still does this. They used to a while ago. I knew they did at one time and had gone there first. They do a pretty good job of concealing Linux if you enter via Home/Home Office. I did find some information by searching their site with Google. -- To

Re: Resolved: Can't write to external usb drive as normal user despite efforts

2011-11-27 Thread keitho
Thank you Sven- The wikipedia article was just what I needed :-) Keith On Sat, Nov 26, 2011 at 04:08:31PM -0800, kei...@strucktower.com wrote: Hi, I still haven't found a good explanation for the umask option- nothing in man pages under umask, very little under pam_umask or pam ...

Can't write to external usb drive as normal user despite efforts

2011-11-26 Thread keitho
I have an external usb drive on which I have a fat32 formatted partition. I can't figure out how to mount it so that I can write to it as a normal user. Here's what I have tried (with no fstab entry): keith@eve:~$ sudo mount /dev/sdb4 -t vfat /usb keith@eve:~$ mount [snip] /dev/sdb4 on /usb

Resolved: Can't write to external usb drive as normal user despite efforts

2011-11-26 Thread keitho
. I still haven't found a good explanation for the umask option- nothing in man pages under umask, very little under pam_umask or pam ... Keith On Sat, 26 Nov 2011 08:47:12 -0800, keitho wrote: I have an external usb drive on which I have a fat32 formatted partition. I can't figure out how

Resolved: Can't write to external usb drive as normal user despite efforts

2011-11-26 Thread keitho
. I still haven't found a good explanation for the umask option- nothing in man pages under umask, very little under pam_umask or pam ... Keith On Sat, 26 Nov 2011 08:47:12 -0800, keitho wrote: I have an external usb drive on which I have a fat32 formatted partition. I can't figure out how

Re: Help with CUPS- printing from Windows to Debian print server

2011-11-24 Thread keitho
Thanks Pablo for responding, but still no joy. After hours of trying different things, I finally went in search of log files in Samba. I found that there were different relevant log files in /var/log/samba depending, evidently, on how I had set things up at that time. For example, from yesterday

Resolved mostly: Help with CUPS- printing from Windows to Debian print server

2011-11-24 Thread keitho
OK, I fixed my immediate problem by changing the permissions for /home/smbprint/ like this: #chmod 777 /home/smbprint/ Now I can print from any Windows box to my Debian CUPS server. My understanding of security is very weak; luckily I am just working on my home setup. But I thought the whole

Help with CUPS- printing from Windows to Debian print server

2011-11-23 Thread keitho
I have set up a CUPS server on one of my Debian boxes, directly attached via parallel port. I can print to it from a different Debian box on my LAN, but not from a Windows box. The Windows box does see the printer, and says the printer is setup properly and sends jobs to the printer with no

Re: GNOME3 Ugh! What specifically didn't work.

2011-11-13 Thread keitho
The most serious issue is, that some professional FLOSS apps were written for GNOME 2, with GNOME 3 we fall back to an amateur OS regarding to some apps. - Ralf OK, I'm a n00b, so I don't always understand how things work. But that sounds backward to me why would one write professional

confused about running multiple WM's simultaneously (gnome, fluxbox, etc)

2011-11-13 Thread keitho
I want to try running different window managers simultaneously. I had originally been using gdm3, but edited the /etc/init.d/gdm3 file and added the line exit 0 as the first line just to eliminate it from working. Now I just logon at the prompt when the system boots into tty1, so far so good. I do

Removing evolution but leave gnome intact?

2011-11-10 Thread keitho
I realize it is not necessary, but if possible I'd like to remove evolution. This is what I have tried so far: # aptitude unmarkauto gnome-control-center evolution-data-server # aptitude unmarkauto libedataserverui1.2-11 capplets-data # aptitude unmarkauto evolution-data-server-common # aptitude

sound not working on console only Wheezy laptop

2011-11-07 Thread keitho
I am trying to get the sound working on a console only Wheezy laptop (all current software updates). I know the hardware works from (dual) booting to Windows XP. I get no sound, not even system beeps. Initially I was getting an error on bootup that said Driver 'pcspkr' is already registered,

Re: sound not working on console only Wheezy laptop

2011-11-07 Thread keitho
... maybe I misread the alsamixer screen somehow... But at any rate, sound now working- THANKS again! Keith Hello Keitho! The Intel soundcards are known, to sometmes generate problems, because they're not all supported yet. This architecture - if I remember correctly - wraps up an assortment

RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread keitho
Thank you Brian for showing me that route -v is my friend :-) That really helped me debug this configuration. Thank you J. Bakshi for your explication of the use of the pre-up and pre-down instructions. Turns out that one of the problems with my configuration was that I had both a scan_ssid=1

Re: RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread keitho
Ooops my bad... After I posted this message I found out that there is another problem with my configuration so now I am sorry I attached those configuration files... Although the interfaces work as expected, I later noticed that my syslog was getting filled with about 15 events logged

Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-10-31 Thread keitho
Thanks to Brian, Raf, CamaleĆ³n, and J Bakshi for helping me out. I have gotten wpa_supplicant and ifplugd mostly working, with wpa_cli and wpa-roam.conf. My configuration seems to work in connecting me wirelessly to several routers in different locations that I use and to free wifi hotspots (I

RE: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread keitho
Thank you Brian and Raf- I learned several things from both of you, and I really appreciate it :-) It took me several hours with your help- without your help I would still be struggling with it. Turns out, Brian was right to warn me about making sure I was using the correct interface- I was not.

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-28 Thread keitho
Thanks Brian- I installed ifplugd. Still, the wireless does not work if I unplug the Ethernet, but now if I do a ifdown eth1 | ifup eth1 the wireless will now connect (most of the time). Following is a session where the process worked, followed by my interfaces and ifplugd files. Note a couple

laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread keitho
Hi All- I am trying to learn how to setup wireless on one of my old Dell C610 laptops with an Intel IPW2200 wireless card using command line only. I have a fresh install of 7.0 Wheezy (3.0), all updated, and the ipw firmware loaded. According to the Debian Reference Manual I need to configure

Re: laptop wireless setup, wpa_supplicant.conf, driver ipw not supported? CLI only

2011-10-27 Thread keitho
Thanks Brian- Well, that's confusing... for the man page to say one thing and the README.Debian file to say another... OK, so I missed the section that says: * A summary of supported drivers follows: Driver Description == === nl80211Linux 802.11 netlink

Re: newbie questions- laptop wireless for Wheezy with Gnome

2011-10-04 Thread keitho
laptop (one with no gui- CLI only) to access wireless in the same manner- automatic detection of available wireless networks and a way to enter a key when necessary. Can someone point me to a tutorial that would help me? Keith Ostertag On Mon, 03 Oct 2011 15:02:37 -0700, keitho wrote: I hate

newbie questions- laptop wireless for Wheezy with Gnome

2011-10-03 Thread keitho
I hate to say this, but I am confused about how to configure wireless on my Wheezy laptop system. I originally installed Wheezy from a weekly net install, which means that I had to add components I wanted. At one point I had the wireless working through trial and error configuring the

RE: Recommendations for ripping problem discs and organizing mp3's by genre?

2011-09-29 Thread keitho
Hi Chris- Thanks for your suggestion. I tried Sound-Juicer, but I cannot see anyway to create a hierarchy based on genre. Am I not seeing an option or preference setting? Thanks, Keith I did much the same but with my CD collection. I used Sound Juicer to rip (you can rip to many formats

Recommendations for ripping problem discs and organizing mp3's by genre?

2011-09-28 Thread keitho
A few years ago I digitized my LP collection onto cdroms, and only now am I getting around to converting them to mp3's. I'm talking hundreds of homemade discs, many with two different albums on each disc. I thought I would ask for some advice on ripping and organizing. I am running Wheezy with

Is it possible to use broken display laptop for print server?

2011-09-03 Thread keitho
I am only minimally familiar with Linux, or networking. I have four laptops (various ages and OS's) and one old desktop in my house. My only printer is attached to a seldom-used Windows desktop (big and slow and noisy) on the third floor. When anyone wants to print, which is rare (once every two

Re: Is it possible to use broken display laptop for print server?

2011-09-03 Thread keitho
Thanks to all who responded to my query. Jude suggested I try an espeakeup enabled squeeze iso... very interesting... I would never have thought of that. Something to try in the future. shawn said: If you're looking for something to do, go for it. If you want a print server that just works, go

SOLVED: can't get GRUB to install from netinstall cd's - THANKS!

2011-08-31 Thread keitho
Thanks so much to all those who took the time to respond to my anguished plea for help trying to get Wheezy installed from a netinstall cd image but the install kept failing to install GRUB. Evidently, this is a common problem with netinstall images. Thanks to Pelle Carlson,rlharris, David

Where to get a _working_ Wheezy netinstall?

2011-08-30 Thread keitho
I have been trying for three days to download Wheezy from http://www.debian.org/devel/debian-installer/ (daily builds) and each one I have tried fails to install Grub. I have tried: http://cdimage.debian.org/cdimage/daily-builds/daily.old/20110829-1/amd64/iso-cd/debian-testing-amd64-netinst.iso

Re: Where to get a _working_ Wheezy netinstall?

2011-08-30 Thread keitho
I apologize for the previous post. It would be better to assume that if three different daily builds don't work it is probably due to something I am doing wrong. I should not have suggested otherwise. Keith Ostertag -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Can you help me figure out why I can't get Grub to install from netinstall cd's?

2011-08-30 Thread keitho
install debug files if anyone is willing to look at them. I have several rescue discs, but nothing I have tried works to install Grub properly (maybe because they have different versions of Grub?). I have also tried Ubuntu boot-repair. Thanks, Keith Ostertag (keitho AT strucktower DOT com) Lenovo