Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-05-11 Thread Serkan Kurt
Unfortunately, after updates this solution does not work. 16 Nis 2025 Çar 17:44 tarihinde şunu yazdı: > Serkan Kurt wrote: > > (Solved) Hello. I solved the problem as follows; > > I'm pleased to hear you solved the problem :) > > > 1- I created a file named "d

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-10 Thread Serkan Kurt
(Solved) Hello. I solved the problem as follows; 1- I created a file named "disable_usb3.conf" in the "/etc/modprobe.d/" directory. 2- I added the line "options xhci_hcd no_usb3=1" to the file and saved it. 3- I restarted the system. After the above steps, I plugged in the USB external disk. When

Re: When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-07 Thread Serkan Kurt
Thank you for everyone's interest. I wrapped the external disk and its cable with aluminum foil. This process provided a distance of about 10 cm. I do not have a USB hub with external power. Unfortunately, I cannot find a quality USBA, male, female cable anytime soon. As far as I know, 500mA curr

When an external disk is connected, the wireless mouse works by being connected from a shorter distance.

2025-04-06 Thread Serkan Kurt
Hello. A USBA (ss) wireless mouse is connected to the laptop. When I connect a WD Element 1 TB or WD Element 4 TB external disk to the other USBA (ss) port, the working distance of the mouse drops to about 0.5 meters. Normally 10 meters. The laptop has 2 USBA (ss) ports. The two ports are side by s

Re: How can I test the graphics card?

2024-12-31 Thread Serkan Kurt
If your GUI is using Wayland, then also install glmark2-wayland > # apt install glmark2 glmark2-wayland > > $ glmark2 > or > $ glmark2-wayland (for Wayland systems) > > Hope this helps. > > George. > > > On Tuesday, 31-12-2024 at 22:07 Serkan Kurt wrote: > >

How can I test the graphics card?

2024-12-31 Thread Serkan Kurt
Hi! How can I test memory of the graphics card? How can I test other features of the graphics card? Is there free software for this purpose? The menu texts in the "Blender" software are not readable. Sometimes the system freezes while watching a video. nouveau :01:00.0: fifo: CACHE_ERROR - ch

GTK4 with Gnome Builder

2024-02-01 Thread Serkan Kurt
Hello. I'm trying to learn GTK4 programming with Gnome Builder. However, although I can make the applications at " https://docs.gtk.org/gtk4/getting_started.html"; as described, I cannot succeed with gnome-builder. When I replace the "#include " header with the "#include " header, there is progress

evince: Unable to print PDF file with hp printer. But it can be printed with other applications.

2023-06-28 Thread Serkan KURT
Hello. With Debian 12 Gnome, I can't print PDF from evince. I opened a bug report. But I couldn't find a solution. Any suggestions for a solution? When I tried to print a PDF document, I got the message "Print job canceled at printer". I was able to print the same document to file with a PDF prin

Unable to print PDF file with evince on Debian 12.

2023-04-28 Thread Serkan KURT
Hi friends.When I tried to print a PDF document, I got the message "Print job canceled at printer". I was able to print the same document to file with a PDF printer. I was able to print the original document with "Okular" and "LibreOffice Draw" with physical printer. I created a very simple doc

epiphany-browser sign-in page caused close

2022-06-07 Thread Kurt King
mment after its greeting. In the setup of reportbug it had asked about an MTA and I found *only ssmtp available in my program manager as v# 2.64-10 ***and installed it.** **Sincerely, ** **Kurt King ** Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Enco

firmware: failed to load nouveau

2021-03-12 Thread Serkan KURT
Hi. How can I solve this issue? My video card is Nvidia Geforce 8600M GS. On Debian 11, in syslog; nouveau :01:00.0: firmware: failed to load nouveau/nv84_xuc00f (-2) nouveau :01:00.0: Direct firmware load for nouveau/nv84_xuc00f failed with error -2 nouveau :01:00.0: vp: unable to loa

Yan: Yan: How can I work Bluetooth device (ar3012)? It is not working.

2017-08-20 Thread Serkan KURT
bluetooth with KDE, I could not enable it again. Laptop : Samsung NP300E5C 20 Ağustos 2017 18:17 Pazar tarihinde deloptes şöyle yazdı: Serkan KURT wrote: > Thank you for your interest. I think, all necessary packages are > installed. Unfortunately I couldn't find any s

How to recovery disc partition table?

2015-10-23 Thread Serkan KURT
Hi friends. I have a 1TB disc. - My disc formatted ext4 before. - I accidentally created new partition table on my disk. - Unfortunately, I accidentally formatted ntfs. Can I recovery my disc partition table and/or my directorys and files smoothly?

Re: Extract substring from cat

2015-10-18 Thread Kurt Flex
/etc/*-release Not if there may be more than one file matching the pattern. In that case at least your "better" example breaks. It can be fixed by omitting "<". Kurt

Yan: Yan: Internet sharing?

2015-08-10 Thread Serkan KURT
wlan0 -j MASQUERADE iptables -A FORWARD -i eth0 -j ACCEPT iptables -A FORWARD -i wlan0 -m state --state RELATED,ESTABLISHED -j ACCEPTthen you will be able to connect a PC th eth0 and access the NET. Wlan0 will be your WAN interface to the net.Sent: Monday, August 10, 2015 at 11:41 AM From: &quo

Yan: Internet sharing?

2015-08-10 Thread Serkan KURT
an and ethnernet is your LAN?if yes tell us your corresponding names of the interfaces?is wifi is wlan0 ane ethernet is eth0?  Sent: Monday, August 10, 2015 at 11:31 AM From: "Serkan KURT" To: "Debian-user List Debian" Subject: Internet sharing?Hi. How can I share ethernet from w

Internet sharing?

2015-08-10 Thread Serkan KURT
Hi. How can I share ethernet from wifi on KDE? Debian Jessie amd64, KDE.

Re: Eclipse crashes on Debian Jessie amd64

2015-03-20 Thread Serkan KURT
: "Serkan KURT" Cc: "debian-user" Date: Friday, March 20, 2015, 11:32 AM Hi. On Fri, Mar 20, 2015 at 12:58:20AM -0700, Serkan KURT wrote: > Thanks for your response. Log file is attached. > > ~$ ulimit -v > unlimited So it boils down to this:

Eclipse crashes on Debian Jessie amd64

2015-03-19 Thread Serkan KURT
I have a problem. Can you help me? Package: eclipse Version: 3.8.1-7 Eclipse crashes when I created new C++ project or "install new software". For example; 1- File / New / C++ Project 2- Click the Cancel Button 3- Eclipse crashes. Konsole out; java version "1.7.0_75" OpenJDK Runtime Environme

Re: elfutils issues

2014-12-31 Thread Kurt Roeckx
ust say that we are working towards making it safe to process arbitrary | random ELF files and DWARF debuginfo data with elfutils by 0.162 (to be | released on March). But that in general people should only use elfutils | tools and libraries on files produced by a trusted toolchain for now. Kurt

italc-master

2013-12-08 Thread Serkan KURT
Hi. How can I use italc-master on Debian Jessie (amd64-KDE)? Are there anyone that use italc on Jessie? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1386543119.935

Re: gxtuner does not work

2013-12-07 Thread Serkan KURT
Mardorf wrote: > On Sat, 2013-12-07 at 11:16 -0800, Serkan KURT wrote: > > Hi. > > How can I use the gxtuner on Debian Jessie (KDE)? > > > > > > Konsole output : > > > > ~$ gxtuner > > connection to jack failed, . . exit > >

gxtuner does not work

2013-12-07 Thread Serkan KURT
Hi. How can I use the gxtuner on Debian Jessie (KDE)? Konsole output : ~$ gxtuner connection to jack failed, . . exit -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.

Re: internet connection is disconnected very often

2012-09-30 Thread Serkan KURT
But have the same problem with the wireless connection. And there is no problem with windows. --- On Sun, 9/30/12, Atıf CEYLAN wrote: From: Atıf CEYLAN Subject: Re: internet connection is disconnected very often To: "Serkan KURT" Cc: debian-user@lists.debian.org Date: Sunday, Se

internet connection is disconnected very often

2012-09-30 Thread Serkan KURT
Hello In my Debian Wheezy System, internet connection is disconnected very often. In the meantime, I cannot reach modem interface. In Network manager, the connection seems to have. I can access to internet when disconnect and reconnect it to the Network Manager. The situation is the same in bot

Re: grub-install fails an RAID1

2011-10-12 Thread Kurt Flex
Tom H writes: > On Wed, Oct 12, 2011 at 9:19 AM, Kurt Flex wrote: >> Currently I guess the real bootloader is not on the raid at all. Maybe >> it's some other device they are hiding from me. (There is also a rescue >> system I can boot, but i can't find it in no

Re: grub-install fails an RAID1

2011-10-12 Thread Kurt Flex
Tom H writes: > On Tue, Oct 11, 2011 at 5:58 PM, Kurt Flex wrote: >> >>    # grub-install /dev/sda >>    /usr/sbin/grub-setup: warn: This msdos-style partition label has no >> post-MBR gap; embedding won't be possible!. >>    /usr/sbin/grub-setup: error:

grub-install fails an RAID1

2011-10-11 Thread Kurt Flex
cal): 512B/512B Partition Table: loop Number Start EndSize File system Flags 1 0.00B 609GB 609GB ext3 Any hints? Kurt -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

iptables & libvirt

2011-07-24 Thread Kurt Flex
Any ideas on how to integrate libvirt with my own set of iptable rules? Bye, Kurt -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110724211536.GA24653@nuts

Re: lilo removal in squeeze (or, "please test grub2")

2010-05-23 Thread Kurt Roeckx
maintainer basicly doesn't want to become upstream and rewrite everything when there is an alternative. But I agree that a call for extensive testing would be better if number of RC bugs would be a lot lower. Kurt -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a su

Re: python-twisted-core not getting updated on i386, but is updated on amd64 [was Re: Increasing number of conflicts]

2010-04-21 Thread Kurt Roeckx
2 . > > > > Maybe it needs to be rebuilt for i386 ? > > I've added in the loop the i386 buildd maintainers, so that they can > give twisted a look (it's in Uploaded for 16d). I've just reuploaded it. Kurt -- To UNSUBSCRIBE, email to debian-user-requ

Re: Triggers Pending

2008-04-26 Thread Kurt Roeckx
ed this state without dpkg ever being invoked with an > explicit trigger-related command-line option. initramfs-tools > was updated about six days before the latest dpkg and the "ii" > only changed to "it" when dpkg was updated. I'm seeing the same thing. K

Personal backup of copy-protected DVDs

2008-03-07 Thread Kurt Petersen
Hi My daughter want to make some backups of her games on copy-protected DVDs. Anybody knows how to do that with Linux? Thanks in advance Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Etch on sparc ultra 10 with a second PCI monitor card

2007-08-16 Thread Koceski, Kurt
se brain cells that allowed me to figure that one out earlier (about a year ago). And yeah, I had things running well with Sarge on the same day I decided to go up to the newest and greatest Etch. Thanks in advance, Kurt

usb to parallel port problem

2007-06-07 Thread kadir kurt
hi all, I am trying to use usb to parallel port to burn flash device with avrdude ( stk200 ) but when I run the command below: debian:~# avrdude -p m32 -P /dev/usb/lp0 -c stk200 -E reset avrdude: can't claim device "/dev/usb/lp0": Inappropriate ioctl for device do I miss something ? i

After apt-get -f install

2007-03-16 Thread Kurt Petersen
ystem with apt-get? Thanks! Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

libmysqlclient15off

2006-07-16 Thread kurt
Hi If I try to install MediaWiki it tries to uninstall libmysqlclient15off because it depends on libmysqlclient15. How to solve that problem? Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

recommendations for gigabit ethernet cards for desktops?

2006-03-30 Thread Kurt
ven't seen in the specs of 5-8 port switches before. Experiences, informed opinions, sites with benchmark testing, etc.? Kurt -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Update killed X11 and damaged Locales

2006-03-05 Thread Kurt Roeckx
cales, or something simular in whatever tool you're using. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian netboot on a SunFire v20z

2004-12-23 Thread Kurt Roeckx
n archive. Please see the howto for a list of mirrors: https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: exim4 config files

2004-09-12 Thread Kurt Dresner
Thank you a ton. That seems to have fixed most of the problems. Now I just need to get exim4 playing with mailman correctly... this is going to be a late night. -Kurt On Sun, 12 Sep 2004 21:02:34 -0700, Stefan O'Rear <[EMAIL PROTECTED]> wrote: > On Sun, Sep 12, 2004 at 10:41:10

exim4 config files

2004-09-12 Thread Kurt Dresner
CC me on the reply - I'm not subscribed. TIA, Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Trouble with HDD > 137GB Using Sarge

2004-09-11 Thread Kurt Dresner
Knoppix did it. I was so happy with this new Debian installer - it did everything else right. All I want now is the rest of my HDD! Please CC me on reply as I am not subscribed to debian-user (I was once upon a time, but my mailbox just can't handle it). TIA, Kurt -- To UNSUBSCRIBE, emai

Re: Learning debian Linux

2003-11-20 Thread Kurt sys
be one final note, most configuration is also done very easy, or it is very well explained (in Debian docs) what you should do to config different things. Moreover, once your system is up and running (and you don't spoil it like I do once in a while by experimenting too much), install

Re: D-link DFE-530tx

2003-11-02 Thread Kurt sys
ldn't find module mii and I forgot to include crc32. But now, I have connection. Oh yeah, I also had to change /etc/networks/interfaces (replacing 'dummy0' by 'eth0'). Thanks a lot, Kurt. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: D-link DFE-530tx

2003-11-02 Thread Kurt Sys
Hi again... It seems as if I have more or less the same problem as you had... but I have one more question. tnx, Kurt ScruLoose wrote: On Sat, Nov 01, 2003 at 03:14:56PM +0100, Kurt Sys wrote: Quoting Rob Weir <[EMAIL PROTECTED]>: On Sat, Nov 01, 2003 at 12:03:54PM +0100, Ku

Re: D-link DFE-530tx

2003-11-02 Thread Kurt Sys
Hi all... D-Link cards seem to give more people some trouble :). Well, see inline text for my answers this time... tnx, Kurt. ScruLoose wrote: On Sat, Nov 01, 2003 at 03:14:56PM +0100, Kurt Sys wrote: Quoting Rob Weir <[EMAIL PROTECTED]>: On Sat, Nov 01, 2003 at 12:03:54PM +0100

Re: D-link DFE-530tx

2003-11-01 Thread Kurt Sys
Quoting Rob Weir <[EMAIL PROTECTED]>: > On Sat, Nov 01, 2003 at 12:03:54PM +0100, Kurt Sys said > > Hello, > > > > I have to install a new computer. I install Debian Woody (3.0r1) from > > boot-CD (CD1 -- NON-US). Everything works fine except for one thing, I

D-link DFE-530tx

2003-11-01 Thread Kurt Sys
here it is (again). The network card is a D-link DFE-530tx. Following different sources, I need the via-rhine module, but this won't work. Any other driver also doesn't work. Below, I give some outputs which may be helpful. What should be my next step? tnx, Kurt. - lspci -v - [..

Re: Out of memory problem

2003-09-09 Thread Kurt Taylor
On Tuesday 09 September 2003 11:05 am, Diego Calleja García wrote: > El Tue, 9 Sep 2003 09:33:52 -0700 Kurt Taylor <[EMAIL PROTECTED]> escribió: > > USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND > > root 368 41.1 67.8 519176 174292 ? D

Out of memory problem

2003-09-09 Thread Kurt Taylor
%CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 368 41.1 67.8 519176 174292 ? D13:47 218:35 /usr/X11R6/bin/X :0 -dpi 100 -nolisten tcp vt7 -auth /var/lib/kdm/A:0-0B9JDi kurt 1640 0.0 0.0 23464 144 ?S13:48 0:31 kdeinit: konsole kurt 2010 5.1 2

Logging from Shorewall to syslog-ng

2003-03-23 Thread Kurt Petersen
n the console! I've tried to switch "console" to something else in syslog-ng but logging still comes on the console. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Cannot load initrd with kernel 2.4.20

2003-03-13 Thread Kurt Huwig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kurt Huwig wrote: | Hi! | | Using Woody and a vanilla 2.4.20, I cannot boot with an initial ramdisk. | The kernel was built by | | make-kpkg --initrd --config menuconfig --append-to-version -fwrs | kernel_image | | I tried both lilo: | | image=/boot

Cannot load initrd with kernel 2.4.20

2003-03-13 Thread Kurt Huwig
ystem support After booting the kernel mount -o loop /boot/initrd.img-2.4.20-fwrs /mnt works fine without any additional modules being loaded. Any help would be appreciated. TIA, Kurt - -- Kurt Huwig iKu Systemhaus AGhttp://www.iku-ag.de/ Vorstand Am Römerkast

Re: A few Newbie Questions

2002-10-25 Thread Kurt Yoder
7;s. If you already have Debian installed, as root run apt-setup, remove your cd source and add http source. As root, run apt-get update, then apt-get dist-upgrade; done (this is one of the main reasons I love Debian). > If someone could tell me of a website that helps people migrate from >

Re: kernel .config file

2002-10-25 Thread Kurt Yoder
ation in .config file > > dizma You want the config that came with the stock Debian kernel that's currently running on your machine? If so, copy /boot/config- to /usr/src/kernel-source-2.4.18/.config. -- Kurt Yoder Sport & Health network administrator -- To UNSUBSC

diald on debian?

2002-10-15 Thread Kurt Yoder
at to get diald working correctly so that I don't have to manually bring up my internet connection? TIA -- Kurt Yoder Sport & Health network administrator -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Unsubscribe DOES NOT work!

2002-10-10 Thread Kurt Meyers
Why is it impossible to unsubscribe to this list? I know this is not the correct way, but I have tried the correct way many times and it DOES NOT work! Kurt Meyers [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Cont

Sybase ASE 12.5 and Debian Woody 3.0

2002-10-04 Thread Kurt Klinner
nfo available. #4 0x08108f1b in dsinit () No symbol table info available. #5 0x086658e8 in kpexit () No symbol table info available. #6 0x895eed31 in ?? () No symbol table info available. If i interpret the debugger output correct it seems that there is a problem while using the libc - is that corre

Re: mozilla too many process

2002-09-18 Thread Kurt B. Kaiser
Seiichiro Tanizaki <[EMAIL PROTECTED]> writes: > When I lunch mozilla, it takes about 80M of memory with seven > processes running. I dumped mozilla and run opera: kbk 5792 0.0 0.0 16680 ?SW 08:54 0:00 [opera] kbk 5794 0.0 0.0 16800 ?SW 08:54 0

Re: newbie qstion, boot log

2002-09-09 Thread Kurt B. Kaiser
"Bruce Burhans" <[EMAIL PROTECTED]> writes: > $dmesg will read out *most* of your last boot-time > messages.However, if you want to see them ALL, > before you login, or right after,do Shift+PageUp/PageDown and it will > scrollback a halfscreen at a time.This is without >

sendmail setup with two distinct queues?

2002-06-13 Thread Kurt Yoder
ooking in /var/spool/mqueue.in for outbound mail? How can I tell it to only look in /var/spool/mqueue for outbound mail via this configuration file? I'm currently trying it with QUEUE_PARMS="-OQueueDirectory=/var/spool/mqueue"; is this correct? If not, what is correct? Thanks -- Kurt Yoder Sport & Health network administrator -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Setting up a DHCP connection

2002-04-17 Thread Kurt Lieber
yed: http://www.tldp.org/HOWTO/mini/DHCP/ hth --kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Using apt To Kill MSFT

2002-04-15 Thread Kurt Lieber
ey're very different beasts. Linux does not try to be like Mike(rosoft) and I'm not sure we should force it to be. --kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Anyone know of a good debian mailing list?

2002-04-13 Thread Kurt Lieber
Hey -- This sure is a great PoliSci list. Anyone know of a similarly good list for discussions about Debian? Thanks. --kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Video card support

2002-04-06 Thread Kurt Lieber
this card and linux, but the 2d performance is excellent on the card -- I'm very happy with it. --kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

hardware recommendations for a linux-based PVR

2002-04-05 Thread Kurt Lieber
e from a digital cable box, I don't need a tuner on the card --- just something that has S-Video in/out. Also, (obviously) the card needs to support linux. Can anyone provide some clarification here? Thanks. --kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: getting unstable non-us?

2002-03-30 Thread Kurt Lieber
On Saturday 30 March 2002 10:29 pm, Michael D. Crawford wrote: > What do I need to put in my /etc/apt/sources.list to get unstable non-us > packages? Is there such a thing? This is the line that I use -- works fine for me: (beware line wrap) deb http://non-us.debian.org/debian-non-US unstable/no

using windows key to pop-up KDE menu?

2002-03-26 Thread Kurt Lieber
By default, KDE uses the windows key on keyboards as a meta key, but you don't seem to be able to use it by itself as an action key. Is there any way to use it as a regular key? What I'd like to do is duplicate the functionality of the windows key in windows -- i.e. have it pop up the main KDE

Re: SquirrelMail help

2002-03-20 Thread Kurt Lieber
n) You can increase that to 60 or even higher to see if that helps. If it doesn't, then I'd recommend posing this question on one of the squirrelmail mailing lists (www.squirrelmail.org) I've always had great luck in getting fast responses there. --kurt

Re: Best Email Web Application

2002-03-15 Thread Kurt Lieber
rd-party plugins available for things like calendaring, etc. Best of all, it's free. --kurt

Re: php4 session problems

2002-03-15 Thread Kurt Lieber
and make sure your session.save_path is correct and that the UID that apache starts under (nobody, by default) can read/write to that directory. Also, check session.auto_start, though that shouldn't cause the problem you're describing. --kurt

Re: inappropriate racist and other offensive material

2002-03-14 Thread Kurt Lieber
n and bitchslap you to bring you back in line. Or, do we just accept the fact that everyone has a right to their own opinions and those opinions aren't always going to nicely coincide with your own? --kurt

Re: inappropriate racist and other offensive material

2002-03-13 Thread Kurt Lieber
other poster said, the day Debian starts censoring is the day I stop advocating Debian as a distro. "I may not agree with what you say, but I will defend to the death your right to say it." Voltaire. --kurt

why can I upgrade SSH via SSH?

2002-03-11 Thread Kurt Lieber
n kill all existing instances of that daemon? --kurt

Professional video editing for linux?

2002-03-06 Thread Kurt Lieber
eo editing products. Thanks. --kurt

Re: a grep question

2002-03-05 Thread Kurt Lieber
On Tuesday 05 March 2002 03:52 pm, justin cunningham wrote: > I want to search for the 10.ip in the files from > the site's root directory. cd to the root directory and type: grep -r 'your grep search term here' ./* the '-r' flag tells grep to search directories recursively. --kurt

Re: The quest for rodent power

2002-03-04 Thread Kurt Yoder
n "SendCoreEvents""true" > Option "Device""/dev/input/mice" > Option "Protocol" "ImPS/2" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > > How can I tell beyond doubt which device the mouse is on. And get this > thing configured and working. > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] -- Kurt Yoder Sport & Health network administrator

Re: Avoid booting direct to X.. I want my starx back

2002-03-01 Thread Kurt Yoder
ave you a console > login. > > Where is this choice made on debian? Remove xdm, gdm or kdm. If any of these are installed, they will dump you into X unless you're in single-user mode. apt-get remove gdm (or kdm or xdm if you have either of those instead) -- Kurt Yoder Sport & Health network administrator

Re: web-based email for debian?

2002-03-01 Thread Kurt Yoder
mentioned > available? > > ...RickM... The column with the "+" shows attachments, replies, and priority. A "+" means "attachment is here", a "!" means "high priority", a "A" means "replied to this message". -- Kurt Yoder Sport & Health network administrator

Re: YaOOQ (Yet another Open Office Question)

2002-03-01 Thread Kurt Yoder
at the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list E: Package openoffice has no installation candidate Any ideas how to fix this? Thanks -- Kurt Yoder Sport & Health network administrator

Re: web-based email for debian?

2002-03-01 Thread Kurt Yoder
or you: > http://www.Linux-Backup.net/app.gwif.html > Concepts, methods, applications, procedures... Have a look! > > Also see http://newbieDoc.sourceForge.net/ ... > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] -- Kurt Yoder Sport & Health network administrator

Re: archiving/deleting old messages in kmail

2002-02-23 Thread Kurt Lieber
On Saturday 23 February 2002 05:38 pm, Dougie Nisbet wrote: > This is kmail 1.2 It might be a new option as of kmail 1.3, which is in unstable. You might consider upgrading -- I've found unstable to be much more stable than woody is/was.

clipboard frustrations

2002-02-18 Thread Kurt Lieber
I use KDE for my desktop, but prefer Mozilla for my web browser. The incompatible clipboards have always been a huge source of frustration for me. Couple of questions: 1. Is there any way short of "use the source, luke" to get the two clipboards to play nicely together? 2. Does this same pr

what USB kernel module for Viking flash reader

2002-02-16 Thread Kurt Lieber
idn't turn up anything. Thanks. --kurt

Re: Partitioning a working NTFS drive

2002-02-14 Thread Kurt Lieber
es GNU Parted, which is another free partitioning tool. --kurt

xawtv/bttv not receiving signal

2002-02-10 Thread Kurt Lieber
are all the required kernel modules. The tuner card is hooked up to a digital cable box (TimeWarner service) and I've verified that a TV hooked into the same box can receive signal. What the heck am I doing wrong? --kurt

Re: make-kpkg modules_image question

2002-01-20 Thread Kurt Lieber
On Sunday 20 January 2002 02:03 am, Brian Nelson wrote: > No. Do 'make-kpkg kernel_image' instead. modules_image is for modules > external to the kernel source, like ALSA. OK, so I went ahead and recompiled the kernel using make-kpkg kernel_image > > Assuming so, what do I then need to do to m

make-kpkg modules_image question

2002-01-19 Thread Kurt Lieber
to make the module loadable into my existing kernel? Sorry if this is an obvious question -- I've looked at various howto docs, but they deal mostly with kernel compiles from start to finish, rather than "oops, I forgot something" situations. Thanks. --kurt

debian-friendly DSL/cable ISP in NYC area?

2002-01-14 Thread Kurt Lieber
et them to work on their network. Also, I googled around for this without much luck, but if anyone knows of some web sites that will help in my search, please let me know. Thanks. --kurt

CUPS, Samba and printers

2002-01-05 Thread Kurt Lieber
If there's a file or three that I can simply chmod 777 and be done with it, that's an acceptable (though not preferable) solution as well. Can this be done? Thanks. --kurt

Re: where's the ieee 1394 option in menuconfig

2002-01-02 Thread Kurt Lieber
On Wednesday 02 January 2002 03:56 pm, Tony Green wrote: > Ensure you've turned on the 'Prompt for development and/or incomplete > code/drivers' option. That solved it -- thanks for the help. --kurt

where's the ieee 1394 option in menuconfig

2002-01-02 Thread Kurt Lieber
rce-2.4.17/drivers/ieee1394/ but I can't find the options to enable them. Any help? --kurt

Re: cannot add printers w/ CUPS

2002-01-01 Thread Kurt Lieber
ng to happen? I don't know if I have the lp kernel module loaded. (If I do, it's compiled into the kernel -- lsmod doesn't show anything lp-related) echo "hello world" >> /dev/lp0 results in: bash: /dev/lp0: No such device --kurt

Re: cannot add printers w/ CUPS

2002-01-01 Thread Kurt Lieber
isplay my parallel port in the drop down list, so perhaps it isn't detecting it??? How can I tell whether or not my parallel port is active and detected by linux? ls /dev shows par0, 1 and 2 as well as parport0, 16, 32 and 48. --kurt

cannot add printers w/ CUPS

2002-01-01 Thread Kurt Lieber
as well as the error message I always get: (beware line wrapping) M3:/usr/share/cups/model# lpadmin -p laserjet -m laserjet.ppd -v parallel:/dev/lp0 -E lpadmin: add-printer failed: client-error-not-possible Any ideas? --kurt

kupdated & bdflush hogging CPU

2001-12-30 Thread Kurt Lieber
When I compiled the 2.4.17 kernel, I was a little more thorough with defining kernel options than I usually am, so it's quite possible that I toggled (or didn't toggle) something that I should/shouldn't have. However, I went back through my config and didn't see any glaring omissions. Any suggestions? --kurt

how experimental is 1394 these days?

2001-12-29 Thread Kurt Lieber
larly good luck with a PCI 1394 card, please post the brand/model that you're using. Thanks. --kurt

kupdated & bdflush hogging CPU

2001-12-29 Thread Kurt Lieber
2.4.17 kernel, I was a little more thorough with defining kernel options than I usually am, so it's quite possible that I toggled (or didn't toggle) something that I should/shouldn't have. However, I went back through my config and didn't see any glaring omissions. Any suggestions? --kurt

Re: Problem with libqt2?

2001-12-28 Thread Kurt Lieber
ed the problem. I just had the exact same problem on a fresh install of sid. Following your suggestion and downgrading to the previous version fixed it for me as well. So, sounds like you might want to file a bug report. Thanks for the tip on how to fix the problem, btw. --kurt

  1   2   3   >