Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

debian-user-digest Digest V2007 #2567

From: <debian-user-digest-request(at)lists.debian.org>
Date: Fri Oct 05 2007 - 23:04:34 EDT


Content-Type: text/plain

debian-user-digest Digest Volume 2007 : Issue 2567

Today's Topics:

  how to find out IP address used by r  [ Serena Cantor  ]
  Re: How to detect whether your machi  [ Jude DaShiell  ]
  Re: how to find out IP address used   [ Davide Mancusi  ]
  Re: How to detect whether your machi  [ Raj Kiran Grandhi  ]
  Re: Finding installed dependencies?   [ cothrige  ]
  Re: Math Package to Solve Linear Equ  [ Tyler MacDonald  ]
  Re: how to find out IP address used   [ Ron Johnson  ]
  Re: Math Package to Solve Linear Equ  [ Kamaraju S Kusumanchi  ]

Date: Fri, 5 Oct 2007 13:56:35 -0700 (PDT) From: Serena Cantor <qipaishi2006@yahoo.com> To: debian-user@lists.debian.org
Subject: how to find out IP address used by router?

Message-ID: <123284.20659.qm@web35710.mail.mud.yahoo.com>
Content-Type: text/plain; charset=iso-8859-1
Do you need help?X
Content-Transfer-Encoding: quoted-printable

I have 2 PCs that are connected to wireless router, which is  connected to a cable modem.

The two PCs form a private network. I want to know the IP used by Interne= t user to access one of PCs.

      =20

_________________________________________________________________________=


Building a website is a piece of cake. Yahoo! Small Business gives you al= l the tools to get online.
http://smallbusiness.yahoo.com/webhosting=20
Do you need more help?X

Date: Fri, 5 Oct 2007 21:09:03 +0000 (UTC) From: Felix Karpfen <felixk@webone.com.au> To: debian-user@lists.debian.org
Subject: Re: iscan frustration Compounded!

Message-ID: 
Content-Type:  text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Tue, 02 Oct 2007 14:40:54 +0100, Chris Davies wrote:

> Felix Karpfen <felixk@webone.com.au> wrote:

>> The problem is similar because Debian Etch (kernel 2.6.18) is looking
>> for the firmware file in the wrong directory. [...]
>=20

> Why should the kernel be looking for a firmware file to send to the
> scanner? Are you /sure/ this is a kernel issue?

I do not believe that it is a kernel issue; I just mentioned the kernel t= o
indicate that I have a standard "Etch" install - no upgrades!.

I suspect it is due to some of the major rationalisations there were introduced in Etch and have not yet been taken onboard by EPSON/EPKOWA in its supplied plugins.

> Can you post the exact set of messages relating to this, please?

The error message - when iscan cannot find the scanner - reads:  /usr/share/iscan/esfw54.bin/esfw54.bin : Not a directory

Can we help you?X

This error message is valid.

"esfw54.bin" is not a directory but a file and it is located in "/usr/share/iscan/" (I have placed copies in a few other places - just in case the alternatives locations can be found more easily by "iscan").

Felix

--=20
Felix Karpfen
Public Key 72FDF9DF (DH/DSA)

Date: Fri, 5 Oct 2007 22:11:20 +0100
From: Steven Jan Springl <steven@springl.ukfsn.org> To: debian-user@lists.debian.org
Subject: Re: how to find out IP address used by router? Message-Id: <200710052211.20346.steven@springl.ukfsn.org> Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On Friday 05 October 2007 21:56, Serena Cantor wrote:
> I have 2 PCs that are connected to wireless router, which is
> connected to a cable modem.

>

> The two PCs form a private network. I want to know the IP used by Internet
> user to access one of PCs.
>
>
>

> ___________________________________________________________________________
>_________ Building a website is a piece of cake. Yahoo! Small Business gives

> you all the tools to get online. http://smallbusiness.yahoo.com/webhosting

Just enter http://www.ipchicken.com/ in a browser.

Can't find what you're looking for?X

Date: Fri, 5 Oct 2007 21:12:03 +0000 (UTC) From: Sean Zimmermann <svz90@pipeline.com> To: debian-user@lists.debian.org
Subject: dpkg not changing files in /boot after kernel upgrade

Message-ID:  
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit

Hello.

I have been using the 2.6.18-4-powerpc kernel on my system for a while now because, when the 2.6.21 kernel came out, it introduced a few bugs that significantly diminished the performance of the system. I wanted to see if the newer 2.6.21 still has this problem of if it has been repaired.

I opened aptitude and installed linux-image-2.6-powerpc, which also installed linux-image-2.6.21-2-powerpc. The packages were apparently installed successfully, but when I rebooted, it booted into the old kernel.

I looked at the /boot directory, and none of the links had changed. Here's the output from when I reconfigured the kernel packages:

Running depmod.
Finding valid ramdisk creators.
Using mkinitramfs-kpkg to build the ramdisk. Not updating initrd symbolic links since we are being updated/reinstalled (2.6.21-6 was configured last, according to dpkg) Not updating image symbolic links since we are being updated/reinstalled (2.6.21-6 was configured last, according to dpkg) Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/mkvmlinuz

Why is it not updating the links - I had a version of 2.6.21, but I removed it a long time ago. Is there a way to get dpkg to realize that it does need to modify the symbolic links?

Don't know where to look next?X

Thank you for any help,
Sean

Date: Fri, 05 Oct 2007 14:18:39 -0700
From: Jeff <debian@waysoft.com>
To: debian-user@lists.debian.org
Subject: Re: how to find out IP address used by router?

Message-ID: <4706AA2F.1010502@waysoft.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

If you have the ability to store and run a CGI script remotely, run something like this...

#!/usr/bin/perl
use warnings;
use strict;
my $myip = $ENV{'REMOTE_ADDR'};

print "Content-type: text/html\n\n";
print "my ip: $myip
"; print "";

exit;

Jeff

Serena Cantor wrote:
> I have 2 PCs that are connected to wireless router, which is
> connected to a cable modem.
>
> The two PCs form a private network. I want to know the IP used by Internet user to access one of PCs.
>
>
>
> ____________________________________________________________________________________
> Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online.
> http://smallbusiness.yahoo.com/webhosting
>
>

Confused? Frustrated?X

Date: Fri, 5 Oct 2007 16:27:57 -0500 (CDT) From: Jude DaShiell <jdashiel@shellworld.net> To: debian-user <debian-user@lists.debian.org> Subject: Re: How to detect whether your machine is compromised? Message-ID: <Pine.BSF.4.64.0710051624260.26081@freire2.furyyjbeyq.arg> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Use a debian rescue disk and use the find command on that rescue disk to locate directories without printable names. The ugu tips site recently featured a tip to rename these directories so they become printable. Don't trust the find or aqny other utility on a hard drive when doing this kind of searching only removeable media that can't be overwritten.

Date: Fri, 5 Oct 2007 22:42:25 +0000 (UTC) From: Alexis Huxley <ahuxley@gmx.net>
To: debian-user@lists.debian.org
Subject: debconf-set-selections + dpkg-reconfigure: why don't my settings stick? Message-ID: <slrnfgdfdr.f8t.ahuxley@dione.no-ip.org>

I would like to configure some packages "the Debian way", but non-interactively,

I used debconf-set-selections to set the settings I wanted. Then I used debconf-get-selections to verify that the setting had been correctly registered.

Finally I ran dpkg-reconfigure in non-interactive mode on the packages expecting that the just-set settings would be applied, but in all cases I get the previous setting being applied, i.e. as if I had not run debconf-set-selections at all.

Am I missing some step here?

Call Pantek today for Open Source Technical Support at 1-877-546-8934 - 24/7/365X

Here's an example:

nidi# echo -e "tzdata tzdata/Areas select Europe\ntzdata tzdata/Zones/Europe select London" | debconf-set-selections nidi# debconf-get-selections | grep tzdata

tzdata  tzdata/Zones/Australia  select
tzdata  tzdata/Zones/Asia       select
tzdata  tzdata/Zones/Etc        select  UTC
tzdata  tzdata/Zones/SystemV    select
tzdata  tzdata/Zones/Africa     select
tzdata  tzdata/Zones/America    select
tzdata  tzdata/Zones/Arctic     select
tzdata  tzdata/Zones/Pacific    select
tzdata  tzdata/Areas    select   Europe
tzdata  tzdata/Zones/Antarctica select
tzdata  tzdata/Zones/Atlantic   select
tzdata  tzdata/Zones/Europe     select  London
tzdata  tzdata/Zones/Indian     select

nidi#

It now looks like the setting I want, but when I reconfigure:

nidi# dpkg-reconfigure -f noninteractive tzdata

Current default timezone: 'Etc/UTC'
Local time is now: Fri Oct 5 22:31:17 UTC 2007. Universal Time is now: Fri Oct 5 22:31:17 UTC 2007.

nidi#

I poked around in the postinstall script of the packages I tried (tzdata and locales) and I think that the script puts the actual setting in effect (e.g. as defined by /etc/timezone or /etc/locale.gen depending on the package) at a *higher* priority than the value in the debconf database.

I can understand this: if someone does things in the traditional edit-the-config-files way, then that setting is not reset by using dpkg-reconfigure etc.

Do you need help?X

But nevertheless, it should be possible to have dpkg-reconfigure apply the setting I've seeded its db with? Is there nothing like

dpkg-reconfigure --settings-in-debconf-db-get-higher-priority-than-values-found-in-the-field

?

Any advice appreciated!

Alexis

Date: Sat, 06 Oct 2007 01:22:11 +0200
From: Davide Mancusi <arekfu@gmail.com>
To: debian-user@lists.debian.org
Subject: Re: how to find out IP address used by router?

Message-ID: <4706C723.2040202@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Serena Cantor ha scritto:
> I have 2 PCs that are connected to wireless router, which is
> connected to a cable modem.
>
> The two PCs form a private network. I want to know the IP used by Internet user to access one of PCs.

Do you need more help?X

If you need to do it in a script, you might prefer something along the lines of:

wget -O - http://whatismyip.org/ 2>/dev/null

Cheers,
Davide

-- 
A tautology is a thing which is tautological.
--
Time flies like an arrow.  Fruit flies like a banana.

Date: Sat, 06 Oct 2007 05:36:10 +0530 From: Raj Kiran Grandhi <grajkiran@gmail.com> To: debian-user <debian-user@lists.debian.org> Subject: Re: How to detect whether your machine is compromised? Message-ID: <4706D172.9010909@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, Thanks to everyone for contributing several tips. I am looking forward to a highly educating weekend :) Here is a summary of packages that were suggested in the various replies: aide: Advanced Intrusion Detection Environment - static binary bastille: Security hardening tool chkrootkit: Checks for signs of rootkits on the local system denyhosts: an utility to help sys admins thwart ssh hackers fail2ban: bans IPs that cause multiple authentication errors harden: Makes your system hardened iftop: displays bandwidth usage information on an network interface iptraf: Interactive Colorful IP LAN Monitor logcheck: mails anomalies in the system logfiles to the administrator ntop: display network usage in top-like format rkhunter: rootkit, backdoor, sniffer and exploit scanner tiger: Report system security vulnerabilities tripwire: file and directory integrity checker Thanks Raj Kiran

Date: Fri, 5 Oct 2007 16:52:52 -0700 (PDT) From: Serena Cantor <qipaishi2006@yahoo.com> To: debian-user@lists.debian.org Subject: (solved)Re: how to find out IP address used by router? Message-ID: <754045.60361.qm@web35709.mail.mud.yahoo.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Thanks to all those who reply! --- Steven Jan Springl <steven@springl.ukfsn.org> wrote:
> On Friday 05 October 2007 21:56, Serena Cantor wrote:
> > I have 2 PCs that are connected to wireless router, which is
> > connected to a cable modem.
> >
> > The two PCs form a private network. I want to know the IP used by Int=
ernet
> > user to access one of PCs.
> >
> >
> >
> > _____________________________________________________________________=
______
> >_________ Building a website is a piece of cake. Yahoo! Small Business=
gives
> > you all the tools to get online. http://smallbusiness.yahoo.com/webho=
sting >=20
> Just enter http://www.ipchicken.com/ in a browser.
>=20 >=20
> --=20
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org=20
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debi=
an.org >=20 >=20 ___________________________________________________________________= _________________ Tonight's top picks. What will you watch tonight? Preview the hottest sho= ws on Yahoo! TV. http://tv.yahoo.com/=20

Date: Fri, 05 Oct 2007 20:12:01 -0400 From: Frank McCormick <fmccormick@videotron.ca> To: biebl@debian.org Cc: "debian-user@lists.debian.org" <debian-user@lists.debian.org> Subject: Re: console-setup package Message-id: <20071005201201.4cb7aa57.fmccormick@videotron.ca> Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 05 Oct 2007 18:17:18 +0200 Michael Biebl <biebl@debian.org> wrote:
> Frank McCormick schrieb:
> >
> >
> > Installed the console setup package tonight - ran dpkg-reconfigure, and was told
> >
> > " undefined kernel key code 214, 216,216 and 217"
> >
> > Anybody have an idea what's wrong ?
> >
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=444488
>
> I noticed that this happpened since the upgrade of xserver-xorg.
> Can you confirm that?
Well my xserver-xorg was upgraded on Monday September 17th --- I didn't install the console package until a day ago...so I assume if there was no problem earlier that it is related to the upgraded package. Doesn't seem to affect anything that I have noticed. Cheers Frank - -- Change the world one loan at a time - visit Kiva.org to find out how -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHBtLUzWG7ldLG6fIRAkulAKCG+YJvqTMBmObkkiCFZJtZLlV8hQCgycIw TOvkhLktGMv7jgWEFZTQvvU= =51yM -----END PGP SIGNATURE-----

Date: Sat, 06 Oct 2007 06:20:08 +0530 From: Raj Kiran Grandhi <grajkiran@gmail.com> To: "Thomas H. George" <lists@tomgeorge.info> Cc: debian-user@lists.debian.org Subject: Re: Math Package to Solve Linear Equations? Message-ID: <4706DBC0.4060909@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thomas H. George wrote:
> I'm feeling stupid. I used to have a math package which inverted
> matrices to solve systems of linear equations - i.e. enter the matrix
> and the y values and the program inverts the matrix and reports the x
> values. I know how to do it manually but it is laborious for large
> matrices. Perhaps Openoffice.calc/solver does this but it is not clear
> to me how to enter data for solver to do this. apt-cache search matrix
> |grep inversion doesn't turn up anything.
>
> Would someone please beat me over the head and point me to a simple
> package to do this job?
>
> Tom George
>
>
maybe octave? Raj Kiran

Date: Fri, 05 Oct 2007 20:45:45 -0400 From: "Thomas H. George" <lists@tomgeorge.info> To: debian-user@lists.debian.org Subject: Math Package to Solve Linear Equations? Message-id: <4706DAB9.2040304@tomgeorge.info> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit I'm feeling stupid. I used to have a math package which inverted matrices to solve systems of linear equations - i.e. enter the matrix and the y values and the program inverts the matrix and reports the x values. I know how to do it manually but it is laborious for large matrices. Perhaps Openoffice.calc/solver does this but it is not clear to me how to enter data for solver to do this. apt-cache search matrix |grep inversion doesn't turn up anything. Would someone please beat me over the head and point me to a simple package to do this job? Tom George

Can we help you?X

Date: Sat, 6 Oct 2007 02:46:00 +0200 From: =?iso-8859-1?Q?=D3lafur_Jens_Sigur=F0sson?= <ojsbug@gmail.com> To: debian-user@lists.debian.org Subject: Re: postscript viewer that can "measure" distances? Message-ID: <20071006004600.GA5801@localhost.localdomain> Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Oct 05, 2007 at 02:23:19PM +0200, Johannes Wiedersich wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> gsview is a postscript viewer that has the capability of showing
> distances (in mm or points etc.) in a ps-file. (Click on two points in
> your file and it will report their distance).
My gv can give this to me, there is a small gray box to the left beneath the File drag down button which gives the position of the mouse ... but you have to do the calculations yourself (like use the pythogoras rule if your not measuring a horizontal or vertical line) to find the distance between the points. HTH Oli

Date: Fri, 05 Oct 2007 19:50:18 -0500 From: cothrige <cothrige@bellsouth.net> To: debian-user@lists.debian.org Cc: Subject: Re: Finding installed dependencies? Message-ID: <87y7ehkqwl.fsf@celephais.home.net> Content-Type: text/plain; charset=us-ascii Kevin Mark <kevin.mark@verizon.net> writes:
> On Fri, Oct 05, 2007 at 01:55:05PM -0500, cothrige wrote:
>
> 'debfoster' is a neat program to find cruft and remove it.
> If pkgx is install and has dependencies a, b and c, then 'debfoster'
> will show you this and ask you if you want to delete all of them. Read
> the man pages and docs before you use it as its job is to remove stuff.
> you can also just do 'apt-cache show pkgx' to see its dependencies
> Okay, I have heard of that in passing. I will definitely look into it, and the apt-cache command sounds like it may be just what I am looking for. Many thanks, Patrick

Date: Fri, 05 Oct 2007 19:52:35 -0500 From: cothrige <cothrige@bellsouth.net> To: debian-user@lists.debian.org Subject: Re: Finding installed dependencies? Message-ID: <87tzp5kqss.fsf@celephais.home.net> Content-Type: text/plain; charset=us-ascii Ralph Katz <ralph.katz@rcn.com> writes:
> On 10/05/2007 02:59 PM, Kevin Mark wrote:
>
> And apt-cache rdepends <pkg>. $ man apt-cache
> Look at deborphan as well.
>
> Regards,
> Ralph
Awesome. Now I have several tools to look into. Isn't that just the way it is, so often when it seems hard to do something, you ask for help and end up with several ways to do it. That is one reason why I am glad I switched to Debian. Thanks very much for all the help guys. Patrick

Date: Fri, 05 Oct 2007 17:49:55 -0700 From: Tyler MacDonald <tyler@yi.org> To: "Thomas H. George" <lists@tomgeorge.info> Cc: debian-user@lists.debian.org Subject: Re: Math Package to Solve Linear Equations? Message-id: <20071006004955.GA19214@yi.org> Content-type: text/plain; charset=us-ascii Content-disposition: inline
> to solve systems of linear equations - i.e. enter the matrix and the y
> values and the program inverts the matrix and reports the x values. I know
> how to do it manually but it is laborious for large matrices. Perhaps
> Openoffice.calc/solver does this but it is not clear to me how to enter
> data for solver to do this. apt-cache search matrix |grep inversion
> doesn't turn up anything.

> Would someone please beat me over the head and point me to a simple package
> to do this job?
Thomas, The "PDL" package should do what you need. There's a quick introduction here: http://search.cpan.org/~csoe/PDL-2.4.3/Basic/Pod/Impatient.pod Cheers, Tyler

Date: Fri, 05 Oct 2007 20:15:58 -0500 From: Ron Johnson <ron.l.johnson@cox.net> To: debian-user@lists.debian.org Subject: Re: how to find out IP address used by router? Message-ID: <4706E1CE.7040408@cox.net> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/05/07 15:56, Serena Cantor wrote:
> I have 2 PCs that are connected to wireless router, which is
> connected to a cable modem.
>
> The two PCs form a private network. I want to know the IP used by
> Internet user to access one of PCs.
Most, if not every, home router made in the last 5 years has an embedded web server and an internal IP address. So if the external interface is down and thus can't get to ipchicken or whatismyip, connect to that web server and it will tell you what the external address is. - -- Ron Johnson, Jr. Jefferson LA USA Give a man a fish, and he eats for a day. Hit him with a fish, and he goes away for good! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHBuHOS9HxQb37XmcRAhXIAKDUZyTjzBtDX7ldqxNVaDikeN4SIACgwZb9 FOvHp4xYsYE9pY/1ZaNuzIU= =Ulsk -----END PGP SIGNATURE-----

Date: Fri, 05 Oct 2007 21:45:11 -0400 From: Kamaraju S Kusumanchi <kamaraju@bluebottle.com> To: debian-user@lists.debian.org Subject: Re: Math Package to Solve Linear Equations? Message-ID: <fe6op1$vsh$1@sea.gmane.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Thomas H. George wrote:
> I'm feeling stupid. I used to have a math package which inverted
> matrices to solve systems of linear equations - i.e. enter the matrix
> and the y values and the program inverts the matrix and reports the x
> values. I know how to do it manually but it is laborious for large
> matrices. Perhaps Openoffice.calc/solver does this but it is not clear
> to me how to enter data for solver to do this. apt-cache search matrix
> |grep inversion doesn't turn up anything.
>
> Would someone please beat me over the head and point me to a simple
> package to do this job?
Libraries (to call from C, C++, Fortran 90 codes): Petsc - pretty much everyone in the numerical analysis community rely on this for solving large scale linear problems. Has good parallelization (MPI) support, lot of sparse, direct solvers etc., lapack95 - Good if you are using fortran as your programming language. Has been around for sometime. Code is well tested but does not have as many routines as petsc. No parallel solvers or sparse solvers AFAIK. IMSL - proprietary. Software suites: Matlab - proprietary, comes with a good GUI, lots of routines to plot graphs, contours etc., contains lot of sparse solvers. Octave - Use versions > 2.9.12 for better experience. Older versions are incompatible with newer versions. Does not have a GUI provided by the upstream, plotting capabilities are kind of limited. Does not have that many sparse solvers. But if it works, it does the job well and the code is actively developed. It integrates well with Linux (for example it uses gnuplot for plotting, lapack for solving system of matrices etc.,). My recommendation is to go either with octave or with petsc depending on what you are looking for. hth raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/

Date: Fri, 05 Oct 2007 22:05:45 -0400 From: Miles Fidelman <mfidelman@meetinghouse.net> To: debian-user@lists.debian.org Cc: debian-user@lists.debian.org Subject: Re: Math Package to Solve Linear Equations? Message-ID: <4706ED79.8020107@meetinghouse.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Kamaraju S Kusumanchi wrote:
> Thomas H. George wrote:
>
>> I'm feeling stupid. I used to have a math package which inverted >> matrices to solve systems of linear equations - i.e. enter the matrix >> and the y values and the program inverts the matrix and reports the x >> values. I know how to do it manually but it is laborious for large >> matrices. Perhaps Openoffice.calc/solver does this but it is not clear >> to me how to enter data for solver to do this. apt-cache search matrix >> |grep inversion doesn't turn up anything. >> >> Would someone please beat me over the head and point me to a simple >> package to do this job? >> > >
> Software suites:
>
> Matlab - proprietary, comes with a good GUI, lots of routines to plot
> graphs, contours etc., contains lot of sparse solvers.
>
> Octave - Use versions > 2.9.12 for better experience. Older versions are
> incompatible with newer versions. Does not have a GUI provided by the
>
there's also an open source version of Macsyma floating around at maxima.sourceforge.net - might do what you're looking for

Date: Fri, 05 Oct 2007 22:21:35 -0400 From: Tom Ashley <tomashleyjr@gmail.com> To: Debian User List <debian-user@lists.debian.org> Subject: Xsane does not recognize scanner Message-Id: <1191637295.8805.13.camel@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit I'm running Debian Etch (uname: 2.6.18-5-686 #1 SMP Wed Sep 26 17:54:59 UTC 2007 i686 GNU/Linux) on a Pentium 4 desktop. My scanner is a USB connected Epson Perfection 1260. It worked perfectly under Mandriva Linux; however, Xsane under Debian shows no devices available. lshw recognizes the scanner but shows the usb as unclaimed: *-usb:0 description: USB Controller product: VT82xxxxx UHCI USB 1.1 Controller vendor: VIA Technologies, Inc. physical id: 10 bus info: pci@00:10.0 version: 80 width: 32 bits clock: 33MHz capabilities: uhci bus_master cap_list configuration: driver=uhci_hcd latency=32 resources: ioport:d400-d41f irq:11 *-usbhost product: UHCI Host Controller vendor: Linux 2.6.18-5-686 uhci_hcd physical id: 1 bus info: usb@1 logical name: usb1 version: 2.06 capabilities: usb-1.10 configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s *-usb UNCLAIMED description: Generic USB device product: EPSON Scanner vendor: EPSON physical id: 1 bus info: usb@1:1 version: 1.00 capabilities: usb-1.10 configuration: maxpower=2mA speed=12.0MB/s lsusb also lists the scanner: tomshome:/var/log# lsusb Bus 004 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 002 Device 001: ID 0000:0000 Bus 001 Device 003: ID 04b8:011d Seiko Epson Corp. Perfection 1260 Photo Bus 001 Device 001: ID 0000:0000 syslog does not mention the scanner. I have not been able to find the answer through google or the Debian User list archives and will appreciate any help you can provide. Thanks much, Tom Ashley End of debian-user-digest Digest V2007 Issue #2567 ************************************************** Received on Fri Oct 5 23:04:48 2007

Can't find what you're looking for?X

This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:55:46 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library