cat /proc/cpuinfo
--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
Asst Professor of Sociology, U of North Carolina, Chapel Hill
269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA
On Wed, 30
You should look through the PostgreSQL documentation. But basically, you
manage users using SQL:
CREATE USER foo WITH PASSWORD bar;
GRANT READ ON table TO foo;
REVOKE DELETE ON table FROM foo;
--
Andrew J Perrin - [EMAIL PROTECTE
2001, Renai LeMay wrote:
>
>
>
> in some cases catting this file did not produce any information.
>
> Anything else?
>
> And offtopic, but is there an equivalent file in FreeBSD?
>
> On Wednesday 30 May 2001 10:56, Andrew Perri
olina, Chapel Hill
> > 269 Hamilton Hall, CB#3210, Chapel Hill, NC 27599-3210 USA
> >
> > On Wed, 30 May 2001, Renai LeMay wrote:
> > > in some cases catting this file did not produce any information.
> > >
> > > Anything else?
> > >
>
IIRC: If I Remember/Recall Correctly
AFAIK: As Far As I Know
IMHO: In My Humble Opinion
There is a good list at:
http://www.cyberomics.com/mailtalk.html
ap
--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
Use /bin/false as the users' shell, or alternatively write your own (more
informative) one to tell them what's up:
#!/usr/bin/perl -w
print "Sorry... Mike doesn't want you logging into this machine.\n";
exit 1;
-
Andrew J. Perrin - Ass
Look at /etc/network/interfaces - that's where I made the changes on my
system.
--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
Asst Professor of Sociology, U of North Carolina, Chapel Hill
269 Hamil
It's quite impossible to dianose at this level - you've provided no
specific information.
- What happens when you try to print something to your printer?
- What filtering mechanism are you using for your
printer? magicfilter? Have you tried using magicfilterconf to set it up?
- What happens when
Sidney,
Sorry this has been such a pain for you. I think, though, that you need to
systematize your attempts to get it working. Going back to square one was
a reasonable idea. But it would help to have the actual output of the
commands and logs you refer to, rather than just your memory of them. F
I'm beginning to think you've got some weird kernel running, what with
your reporting of 2.0.38 under debian 2.2r3, and with this ppp
issue. When you configured the system, did you include ppp (in the net
section) as a module? Is it in /etc/modules? If not, try including it.
Also, just to verify
>From the rest of the discussion, it's clear that LILO is incorrectly
loading your redhat kernel when you intend debian, and that's leading to
your other problems. Read man lilo.conf, edit /etc/lilo.conf, run lilo,
and reboot, and report back.
--
To repeat what others have said:
- What's the output of lsmod?
- Once you connect, what's the output of:
ipchains -a
route -n
nslookup www.debian.org
ping -c5 198.186.203.20
traceroute 198.186.203.20
- What are the contents of /var/log/messages with respect
I really don't think it's a BIOS issue, particularly since you can dial up
using other OSes. I"ve asked the following several times and you haven't
responded; I'll ask once more, then shut up, assuming that non-response
means you're not interested in following through.
- What's the output of lsmo
Not exactly, but close (BTW, I'm a different Andrew :)) - a user with an X
server (of any type - Linux, U*x, Windows, etc.) and an ssh client can ssh
into a correctly-configured Linux (or U*x) machine and have X applications
running on the remote host automatically display locally using ssh
tunnell
You don't actually need to mount them to play them; others can talk about
the benefits of mounting audio cds. But all you need to do to *play* them
is to run an audio mixer that works with your audio system, and a cd
player. They read the raw device (generally /dev/cdrom which is a link to
/dev/sr0
You could see if the fancyvrb package on CTAN helps with this - it's an
interesting catch-22 since the verbatim environment doesn't allow for any
includes. I suppose a quick fix would be to add \begin{verbatim} and
\end{verbatim} lines to the file being included, but that pollutes your
original fi
What's the full networking setup on the windows machine? Make sure, in
particular, that the netmask and gateway are appropriately set.
I'd get rid of dhcp, which is unnecessary on a small home network.
What, if any, other protocols and adapters are set up in the windows
machine's network gizmo?
jpilot runs on top of pilot-link, which establishes a conduit for palm
data. There's no reason you couldn't write a script to interact with
mysql; there are Perl and Python moduls for pilot-link.
-
Andrew J. Perrin - Assistant Professor of
Well that rather depends on what you want to do with it (although in the
vast majority of cases the answer is "yes, Linux is a superior alternative
to NT"). Narrow the research question... get a better answer :)
-
Andrew J. Perrin - Assis
Although the Vx has come down recently - I seem to recall seeing ads in
the $300 range. The rechargeable battery is nice, IMHO.
-
Andrew J. Perrin - Assistant Professor of Sociology
University of North Carolina, Chapel Hill
269 Ham
On Thu, 7 Jun 2001, Rob Mahurin wrote:
> > The biggest issue I had, once I had ipmasq installed, was the 'doze
> > boxes not cooperating with Samba.
>
> Oh, that's not good to hear. Maybe I won't need to set that up.
Odd - I've had no problems whatsoever. I share several directories, a zip
driv
The appropriate perl places are www.cpan.org; look particularly for the
Mail:: modules. They'll do all you need. Also, there's often an ad in the
Perl Journal for some commercial product that uses perl as a filtering
language; I haven't looked at it though.
---
It's non-trivial, since under the X protocol the socket will be
initialized by work_linux_box, which means you need some way to tell
ipmasq_machine to forward those packets to xserver_machine. You could do
this with a specific ipchains rule for that situation, assuming you want
*all* X packets comi
Right now it does not, but it has most if not all of the xserver
> stuff on it.
>
> Thanks,
>
> maillst
> On Fri, Jun 08, 2001 at 11:26:04AM -0500, Andrew Perrin wrote:
> > It's non-trivial, since under the X protocol the socket will be
> > initialized by wor
I run fvwm2 on two slower machines: a P200 with 96MB of RAM and a P90 with
16M. Works great on both!
--
Andrew J Perrin - [EMAIL PROTECTED] - http://www.unc.edu/~aperrin
Asst Professor of Sociology, U of North Carolina, Chapel
What version of ghostscript are you using? Some (older) versions use
bitmapped fonts for all non-Postscript-standard fonts, which includes the
computer modern fonts to which LaTeX defaults. The newest gs
(7.something) will embed postscript fonts, which is what you want for
this. You should also cha
chmod o-rwx /
chmod o-rwx /home
chgrp root /
chgrp root /home
-
Andrew J. Perrin - Assistant Professor of Sociology
University of North Carolina, Chapel Hill
269 Hamilton Hall CB#3210, Chapel Hill, NC 27599-3210 USA
[EMAIL PROTE
0 USA
[EMAIL PROTECTED] - http://www.unc.edu/~aperrin
On 13 Jun 2001, Dave Carrigan wrote:
> ANDREW PERRIN <[EMAIL PROTECTED]> writes:
>
> > chmod o-rwx /
> > chmod o-rwx /home
>
> Ok:
>
> $ sudo chmod o-rwx /
> $ ls
> bash: ls: command not found
I'm not sure about setting up the mixer from the command line, which is
how you'd tell it which port to listen to. But audacity is excellent for a
GUI recording app; and if you're looking for command line, try wavr and
then encoding it with lame.
ap
---
Hey Martin-
I use an Epson SU1640 Office, which includes a document feeder and can be
connected via either USB or SCSI. It works fine under debian, using the
SANE backends, although the one put out by epson (the "epkowa" driver)
works better than the epson one included with SANE. I wrote a simpl
On Fri, 9 Jul 2004, martin f krafft wrote:
> also sprach Andrew Perrin <[EMAIL PROTECTED]> [2004.07.09.1752 +0200]:
> > I use an Epson SU1640 Office, which includes a document feeder and
> > can be connected via either USB or SCSI. It works fine under
> > debi
Is the following in /etc/fstab?
none/proc/bus/usb usbdevfs defaults 0 0
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL
On Thu, 29 Jul 2004, John Summerfield wrote:
> J F wrote:
>
> >I've always wanted automounter to work.
> >I thought of it as mounting an NFS disk on another
> >computer, but it would be cool if it works for flash.
> >It's still not working, and I wonder if the compactflash
> >reader hardware is
>
On Mon, 2 Aug 2004, Adam Funk wrote:
> I unplugged my USB SmartMedia card reader and plugged in a different
> brand of the same thing. It now shows up as /dev/sdb (and /dev/sdb1)
> but /dev/sda is still present (although useless). This is a minor
> nuisance as I had to change /etc/fstab so I cou
On Mon, 2 Aug 2004, John Summerfield wrote:
> Andrew Perrin wrote:
>
> >On Mon, 2 Aug 2004, Adam Funk wrote:
> >
> >
> >
> >>I unplugged my USB SmartMedia card reader and plugged in a different
> >>brand of the same thing. It now shows up as /d
On Tue, 3 Aug 2004, John Summerfield wrote:
> Please don't damn me with dupllicates.
Sorry.
>
> And it's a matter about which I remain sceptical. I've not yet seen
> evidence that the eject command helps, and I don't see why it should.
It helps on my home machine, but not on my office machine.
On Tue, 3 Aug 2004, J F wrote:
> [EMAIL PROTECTED]:/etc# mount -t vfat /dev/sda1 /usb
> mount: /dev/sda1 is not a valid block device
> [EMAIL PROTECTED]:/etc# mount -t vfat /dev/sda2 /usb
> mount: /dev/sda2 is not a valid block device
> [EMAIL PROTECTED]:/etc# ls -ld /usb
> drwxr-xr-x 2 root root
On Tue, 30 Dec 2003, Alan Chandler wrote:
>
> Bingo, that seems to be it - I get two devices, a 0 and 1 created when I hit
> the hotsync button. Which one needs to be symlinked to /dev/pilot ?
on my system at least, ttyS1 is the appropriate one. Not sure what 0 does;
it exists, but doesn't handl
I've had, and used, this scanner for quite a while now (probably about 2
years), both with SCSI and, more recently, USB connections. But I haven't
needed the ADF for the past few months until this week. Apparently
something I've done in the interim made it much more finnicky.
The symptom is this:
I did some searching and found Epson corp.'s sane backend and iscan
software, which is, or appears to be, GPL-safe. It's at
http://www.epkowa.co.jp/english/linux_e/index.html . It includes the
libsane-epkowa backend, which solved the problem I had with the ADF
prematurely declaring itself out of p
You can't mount the scsi generic (sg) device; you need to map the
associated disk. Assuming the LITE-ON device from your sg_scan is a scsi
removable (sr) device such as a CD-ROM, your SD reader should be sda. You
can check this with:
fdisk /dev/sda
to make sure you're right. If so, you can:
mou
On Tue, 13 Jan 2004, Richard Lyons wrote:
> On Tuesday 13 January 2004 06:10, Tim Timmerman wrote:
> > > "Richard" == Richard Lyons <[EMAIL PROTECTED]> writes:
> > >
> > Worse.. don't know. What happens is that when you unplug a usb
> > storage device and plug in a different one, it gets a
Has anyone got one of these to work? Note that this is *not* a USB reader,
but the built-in one in a Vaio PCG-Z505HS notebook computer. Output from
lspci -vv is below, but note that there's no indication that the reader
shows up as a USB, IDE, or SCSI device.
Relevant output from lspci -vv:
00:0
k:
hda: hda1 hda2 hda3 hda4
...
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu
On Sat, 17 Jan 2004 [EMAIL PROTECTED] wrote:
> On Sat, Jan 17, 2004 at 01:03:11PM +0100, John
Make sure you have the following in /etc/fstab:
none /proc/bus/usb usbdevfs defaults 0 0
if you add that during a session, do a:
mount -a
as root to mount the USB devices.
ap
--
Andrew J Perrin - http://www.unc.edu/~aper
North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu
On Sun, 18 Jan 2004, Paul E Condon wrote:
> On Sun, Jan 18, 2004 at 02:06:45PM -0500, Andrew Perrin wrote:
> > Make sure you have the following in /etc/fstab:
> >
> > none /proc/bus/usb usbdevfs def
The USB floppy drive on my Vaio (PCG-Z505HS) works fine, and it appears
pretty generic. I can get you particulars if you want - email me offlist.
ap
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociolog
can anyone shed light on this?
After upgrading to kernel 2.4.20 (from 2.4.18), my laptop has stopped
recognizing my wireless card, which is a belkin that uses the orinoco
drivers.
Everything worked fine under 2.4.18.
This is from /var/log/syslog:
Jun 25 23:12:11 simmel cardmgr[3293]: executing:
Use either ls -b (quote nongraphic characters) or ls -Q (enclose in double
quotes) for passing the files to the shell.
ap
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Cha
Looking at the site, I would expect you to be fine. Note that they offer
a 15-day evaluation program; if you want to be sure, maybe you should sign
up for that, test debian, and then return it and buy the one you're
thinking of.
ap
Thanks to all who responded to this query. As it turned out, the problem
was that I had selected "PCMCIA Wireless Networking" and "Hermes Wireless
Adapter" in the kernel, but not "Hermes PCMCIA adapter." I therefore
didn't have an available driver for the card.
I do find it kind of confusing. Can
My office machine will be replaced next month. I'd like to make the new
machine be pretty much like the old one. Given that I can't actually move
the primary hard drive over, what's the best way to get the package list
straight? Should I back up all of /etc, do a basic net install, then do an
apt-g
On Mon, 21 Jul 2003, Andrew P. Porter wrote:
>
>
>
>
> About the SCO vs. Linux lawsuit,
>
> >From the Linuxandmain website:
>
> http://www.linuxandmain.com/modules.php?name=News&file=article&sid=361
>
> It is not obvious that the Linux kernal got any code from SCO;
> the text could have traveled i
Well said. There's simply "no there there" - SCO has no plausible claim
against anyone on these grounds. Given that, there's no excuse for playing
it "safe" as they try to steal one.
ap
--
Andrew J Perrin - http://www.unc.edu/~ap
ECTED] * andrew_perrin (at) unc.edu
On Thu, 24 Jul 2003, Paul Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Mon, Jul 21, 2003 at 03:29:17PM -0400, Andrew Perrin wrote:
> > Unfortunately, though, in this case relatedness is not the same thing as
> > a
I just happened to have the following message still around, because I'm
interested in cataloguing systems. I haven't tried it at all, but it
might fit your needs:
Date: 03 Sep 2002 19:14:20 +0200
From: tony <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [ANNOUNCE] a library software toolkit
On Thu, 24 Jul 2003, Paul Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thu, Jul 24, 2003 at 09:49:05AM -0400, Andrew Perrin wrote:
> > True enough - but in that case there's no use in identifying similarities
> > to begin with.
>
> S
I have a lexar media 8-in-1 that works fine.
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu
On Wed, 19 May 2004,
5FOn Thu, 20 May 2004, Bill Moseley wrote:
> People I work with have Macs and use iChat AV. It seems to work quite
> well.
>
> Do I have any workable options for connecting with them running Debian?
>
> Second, any suggestions for doing video conferences between Linux and
> Windows machines?
>
>
On Fri, 21 May 2004, richard lyons wrote:
> On Friday 21 May 2004 18:56, Benedict Verheyen wrote:
> > richard lyons wrote:
> > > I'm asking for a bit of advice here.
> [...]
> > > learning one of the lighter languages that I keep seeing mention
> > > of. So the question is, which do you people rec
Has anyone managed to tame (e.g. get the menus to obey) the new fvwm
package:
ii fvwm2.5.10-6F(?) Virtual Window Manager, version 2.5
Upon upgrade, it stopped paying attention to the .hook files in
/etc/X11/fvwm, and even though there are vague reference to new
configuration tools, n
On Thu, 10 Jun 2004, Ed Sutherland wrote:
> ...
> Still, I am unable to mount /dev/hdb or /dev/cdrom in order to play the
> audio CD.
...and therein lies your problem. Except in very unusual cases, you don't
mount audio cd's. You play them with a program that refers directly to the
device that co
On Mon, 14 Jun 2004, LeVA wrote:
> Hi!
>
> I want to download the pictures from a fuji digital camera.
Hi - I use a fuji finepix 310 with no problems.
> When I plug it in the usb port, my kernel detects the camera:
>
> ---###---
> Jun 14 20:40:22 leva kernel: scsi1 : SCSI emulati
On Mon, 14 Jun 2004, stephen parkinson wrote:
> Andrew Perrin wrote:
> > ...
> >I usually use the following:
> >
> >mount -tvfat -oumask= /dev/sda1 /mnt/fuji
> >
> >
>
> >mount -t vfat -oumask= /dev/sda1 /mnt/fuji
> >
> >
On Mon, 14 Jun 2004, LeVA wrote:
> 2004. jĂșnius 14. 22:29,
> Andrew Perrin <[EMAIL PROTECTED]>
>
> > There's your problem. You need to mount the partition, not the block
> > device:
> >
> > mount /dev/sda1 /mnt/fuji
> >
> > I usually use th
On Wed, 16 Jun 2004, Frank Niedermann wrote:
>
> On Wed, 16 Jun 2004 10:35:33 Patrick Lane <[EMAIL PROTECTED]> wrote:
>
> >> > I have a Debian testing server on my network with OpenSSH running.
> >> > If I try to log in as root but with wrong password I get access...
>
> > tried to duplicate this
On Thu, 2 Sep 2004, Freddy Freeloader wrote:
> Hi All,
>
> I've been running into problems trying to set up my HP 895 printer via a
> usb cable. I'm running sarge with a 2.6.8 kernel, and have installed
> hpij and hpoj. When I ran hpoj setup it told me I needed to place the
> line " none /proc/
On Wed, 8 Sep 2004, Paul Akkermans wrote:
> Hi everyone,
>
> I have just a simple problem. During installation of my Debian system I did not set
> the correct time on my Debian system. Does anybody know how I can do this without
> having to install the entire Debian system again?
>
> thanks in a
How about grabbing the stream from an NPR station that carries the show?
WUNC does, I know: www.wunc.org.
ap
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMA
I have a machine that currently has an IDE disk as the boot and / disk,
and everything else is SCSI. I would like to convert this to an all-SCSI
machine, for performance, cleanliness, and fun. I'm writing for advice on
how to do this.
The kernel (2.4.24) is compiled with scsi and the necessary ite
The one in my logitech T-BB18 is 35mm.
ap
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu
On Fri, 26 Mar 2004, P
After upgrading to 2.4.22 on two machines, I'm getting USB errors I wasn't
getting before (under 2.4.20). I'm wondering if others have experienced
these. They're intermittent, but generally require a reboot (ick!) to
resolve. The two USB devices that have been affected are an Epson 1640SU
scanner
On Wed, 7 Apr 2004, Rodney D. Myers wrote:
> doing a "cat /proc/scsi/scsi" show;
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
> Vendor: SAMSUNG Model: CD-ROM SC-152L Rev: C100
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi0 Channel: 00 Id: 01 Lun: 00
> Vendor: Memorex Model: 52MAXX 2452AJ Rev: 6WS
http://www.debian.org/intro/free
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
[EMAIL PROTECTED] * andrew_perrin (at) unc.edu
On Tue, 13 Apr 2004, Rance, Kate
On Thu, 13 May 2004, Matthew Joyce wrote:
>
> Hi,
>
> I'm looking for a label printer which I can print from linux to, any
> ideas ?
> Do I need to find one with linux drivers, or just a compatible printer
> which supports a popular language like pcl ?
>
> Idealy I'd like a network printer, or I'd
:2228 Standard Microsystems Corp.
Bus 001 Device 005: ID 0424:2602 Standard Microsystems Corp.
Bus 001 Device 004: ID 0424:2502 Standard Microsystems Corp.
Bus 001 Device 001: ID :
On 2/23/07, Andrew Perrin <[EMAIL PROTECTED]> wrote:
What's the o
From man top:
wa -- iowait
Amount of time the CPU has been waiting for I/O to complete.
--
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Sociology; Book
On Thu, 1 Mar 2007, Andrei Popescu wrote:
On Wed, 28 Feb 2007 22:11:04 -0600
"Russell L. Harris" <[EMAIL PROTECTED]> wrote:
* Ron Johnson <[EMAIL PROTECTED]> [070228 18:21]:
I remember reading an article in a German audiophile magazine
about a device to demagnetize CDs. The author claimed the
On Thu, 1 Mar 2007, Ron Johnson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/01/07 13:44, Andrew Perrin wrote:
On Thu, 1 Mar 2007, Andrei Popescu wrote:
On Wed, 28 Feb 2007 22:11:04 -0600
"Russell L. Harris" <[EMAIL PROTECTED]> wrote:
* Ron Johnson <[EMAIL
Greetings-
I seem to have developed a need for a single process (R) to use more than
3G of RAM. The system has 6G, and is doing virtually nothing else. Is
there a way to compile 2.6.18 or higher with the so-called hugemem patch
under debian?
Thanks.
On Thu, 8 Mar 2007, Ron Johnson wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/08/07 15:11, Damien Ferrand wrote:
On 08/03/07 10:28 -0500, Andrew Perrin wrote:
I seem to have developed a need for a single process (R) to use more than
3G of RAM. The system has 6G, and is doing
On Tue, 13 Mar 2007, Mike McClain wrote:
On 3/5/07, Deboo ^ <[EMAIL PROTECTED]> wrote:
Can some of you post some Linux questions in general and also about
Debian? May be with short answers but that's not necessary. If I can
get a big list of questions, I'll try to get answers and the more
confi
On Thu, 15 Mar 2007, Daniel Palmer wrote:
Why not put a windowmanager on a "server" ... to me a server is an
application not a machine.
If a server is an application, then you can't put a window manager on it.
If a server is a machine, then you can do so, but you probably don't want
to
On Thu, 15 Mar 2007, Daniel Graham Palmer wrote:
[snip]. I don't believe in "rules" but
instead "sensible explanations". People have this Slashdot mentality where
their solution is *the right way(TM)* whereby they instantly chastise anyone
that thinks differently. Frankly, if you're going to emp
Should be in /usr/src/linux-2.6.20 or wherever you put the source. The
headers are just a subset of the kernel source.
--
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Sociolo
Sorry to join the thread late - I use DDS3 tapes here. Can I be helpful?
Andy
--
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Sociology; Book Review Editor, _Social Forces_
U
I have a new HP Photosmart C3180 printer which is driven by the HPIJS
driver using CUPS. linuxprinting.org lists it as working "perfectly."
The printer is connected via USB to my home computer. There is another
HPIJS-driven printer -- a LaserJet 1200 -- which works fine. Both are also
shared
What's the output of (as root):
fdisk -l /dev/sda
Also, what happens in /var/log/syslog when you insert the device?
ap
--
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Socio
I use it from the original tarball. Works great for me.
ap
--
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Sociology; Book Review Editor, _Social Forces_
University of North
Take a look here:
http://www.vmware.com/community/thread.jspa?messageID=76957&tstart=0
Essentially, vmware in its raw state doesn't compile with relatively newer
kernels. You need patches to make them work. You can find these patches at
http://platan.vc.cvut.cz/ftp/pub/vmware .
Once you down
On Fri, 9 Feb 2007, Grok Mogger wrote:
Thanks for the advice. I have to admit, sounds a little scary for someone
who has never compiled a kernel before. =\ But I may actually try it.
There's a first time for everything! And you'll have a better
understanding of the kernel that way too.
What's the output from lsusb ?
--
Andrew J Perrin - andrew_perrin (at) unc.edu - http://perrin.socsci.unc.edu
Assistant Professor of Sociology; Book Review Editor, _Social Forces_
University of North Carolina - CB#3210, Chapel Hi
I was unable to compile madwifi under 2.6.24 either - my best guess is a
problem with the madwifi source that needs fixing under 2.6.24, but I
wasn't wedded to it so I just reverted to 2.6.22. Sorry not to be more
specific.
Andy
Greetings-
Setting up my new laptop, a Lenovo Thinkpad X61 Tablet PC, and I am trying
to make the screen rotate 90 degrees right for tablet use. This crashes
the display, as is documented many other places, but none of the
suggestions found via google have fixed the problem.
Kernel is 2.6.24
Greetings-
I have just finished setting up my new laptop, a Lenovo Thinkpad X61
Tablet PC. I am running Debian testing with a self-compiled kernel
2.6.24.2. Generally it works very nicely and I am pleased with it;
however, hibernate/resume does not work correctly. Specifically: using
either
On Sat, 16 Feb 2008, Michael Biebl wrote:
Michael Biebl wrote:
Andrew Perrin wrote:
Greetings-
I have just finished setting up my new laptop, a Lenovo Thinkpad X61
Tablet PC. I am running Debian testing with a self-compiled kernel
2.6.24.2. Generally it works very nicely and I am pleased
It's not out of the question that they would have used distiller to build
the PDF from PS output from laTeX, but I agree it's more likely some other
structured format. XML is a good bet.
--
Andrew J Perrin - andrew_perrin (at)
My understanding is that it depends upon the type of connection. A dgram
("nowait") server is spawned separately and the socket is passed, while a
wait server is passed stdin, stdout, and stderr and managed through inetd.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-inetd.h
On Fri, 2 Jun 2006, tom arnall wrote:
I'm trying to get the ethernet card working on a Dell Latitude c600. From
information on the itnernet, the driver for the card is '3c59x'. I am able to
load this with modprobe. But when I do 'ifconfig 3c59x eth0' I get 'eth0:
Host name lookup failure'. My ke
Since upgrading xorg, I get lousy-looking fonts in places such as emacs,
the fvwm menu popup, and other GTK-like apps. Any advice on where to
look?
joehill:~# apt-cache show xserver-xorg
Package: xserver-xorg
Priority: optional
Section: x11
Installed-Size: 484
Maintainer: Debian X Strike Force
301 - 400 of 535 matches
Mail list logo