how change default paper size in emacs for tex-dvi-view-command

2004-08-10 Thread J.S.Sahambi
I am using Emacs and auctex in Debain/unstable. When I give the command 
C-c C-c after compiling a .tex file, the command that is executed by 
Emacs is:

 View command: xdvi my-article.dvi -paper us
I want to know how to change the paper size for this command.
I have tried to put the folloiwng line in ~/.emacs but the bevaiour does 
not change:

(setq tex-dvi-view-command xdvi  -paper a4)
Any help will be appriciated
Thanks
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: which package owns system busy icon

2004-07-23 Thread J.S.Sahambi
Paul Johnson wrote:
J.S.Sahambi [EMAIL PROTECTED] writes:

I would like to know which package owns the icon which is displayed
when system is busy.

Not exactly giving us much to work with.  What software are you
specifically talking about?  Have you tried finding the icon files and
looking them up on http://packages.debian.org/ ?
What I meant is that when the system launches an application, if it 
takes some time, a wait cursor is shown. I want to know which package 
provides this cursor. Is it gnome, gdm or some other package.
Thanks
JSS

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



which package owns system busy icon

2004-07-22 Thread J.S.Sahambi
I would like to know which package owns the icon which is displayed when 
system is busy.

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



Re: recommendation for digital camera -= Shameless Nikon plug

2004-07-19 Thread J.S.Sahambi
(P.S.: If anyone knows anything about Linux support for Nikon, please
point me at it; I'll probably need it eventually...)
I am using Nikon 4300 with linux and I am able to access it as mass 
storage without any problem. I just have to mount the camera as usb mass 
storage and copy the image files to my hdd. If any body is interested in 
having more info, kindly let me know.

Doesn't this model and many others by Nikon suffer from low light 
focusing problems? They lack a low-light focusing lamp, Canan doesn't.
That is a problem which is very annoying in low light.
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Problem in cycling widows with alt+TAB

2004-06-30 Thread J.S.Sahambi
I am using Debian/unstable with kernel 2.4.26. After a recent upgrade I 
have observed that when I want to cycle through the windows with 
alt+TAB, the release of keys is not detected by Gnome and the popup 
windows still remains until I click with mouse or press ESC. And so the 
I cant use the move windows with popup. This keyboard shortcut is set 
to alt-tab in the destktip settings.

Is any body out there having similar problems?
Any help will be appriciated.
Thanks
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Pinter not being deleted by cups

2004-06-27 Thread J.S.Sahambi
I have two printers installed with cups. Say P1 and P2. When ever I 
delete printer P2 with web interface in cups or by the command lpadmin 
-x P2, it mysteriously turns up again and shows up with lpstat -p. It 
is also visible in the web interface (http://localhost:631/admin)

This is the output of dpkg -l|grep cups:
# dpkg -l|grep cups
ii  cupsys 1.1.20final+cv Common UNIX Printing System(tm) - server
ii  cupsys-bsd 1.1.20final+cv Common UNIX Printing System(tm) - BSD 
comman
ii  cupsys-client  1.1.20final+cv Common UNIX Printing System(tm) - 
client pro
ii  cupsys-driver- 4.2.6-5Gimp-Print printer drivers for CUPS
ii  cupsys-driver- 4.2.6-5Gimp-Print printer drivers for CUPS
ii  libcupsimage2  1.1.20final+cv Common UNIX Printing System(tm) - 
image libs
rc  libcupsys2 1.1.20final+cv Common UNIX Printing System(tm) - libs
ii  libcupsys2-dev 1.1.20final+cv Common UNIX Printing System(tm) - 
developmen
ii  libcupsys2-gnu 1.1.20final+cv Common UNIX Printing System(tm) - libs

I want to konw how to remove the printer P2 completely? and why it shows 
up again after removing it?


An help will be appticiated
Thanks
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to upgrade a debian system not connected to network

2004-06-14 Thread J.S.Sahambi

But if for whatever reason it must remain unconnected, then you'll want 
to get the .deb packages downloaded on PC-A for transfer to PC-B.

apt-get has a -d option:
apt-get -d install [package] which downloads a .deb to 
/var/cache/apt/archives/[package][version].deb

So to upgrade everything on PC-B:
1. Get a list of packages (to upgrade) on B, to A.
How to get the list of packages to be upgraded on B. Can
/var/lib/apt/lists/* of PC-B be of any help?
2. apt-get clean on A to clear current package cache.
3. Feed the list into apt-get -d install [...].
4. Burn .deb packages from apt cache onto CDs.
5. Don't forget the repository list files.
Any help on this wil be appriciated.

At that point I'll leave it. Really at 4 there you should figure out how 
to create an apt repository cdrom (similar to the Debian installation 
CDs). But I've never done that.
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to upgrade a debian system not connected to network

2004-06-13 Thread J.S.Sahambi
I have a two debian/unstable systems (let us name them PC-A and PC-B). 
Both have got different packages installed. PC-A is connected to 
internet with 2 MBps link and so there is no problem in upgrading it 
regularly.

PC-B is not connected to internet. So I whenever I need to upgrade the 
system I download the 5 CD's of sid form 
ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/sid/ ,
burn then in RW-CDs and then upgrade the system.

I want to know is there any method by which I can download the packages 
requiring upgrade for the PC-B in PC-A (remember PC-A and PC-B have 
different list of installed packages!)?

If I can do that, I can copy the .deb files to  /var/cache/apt/archives 
of PC-B via a portable usb-dsik and execute apt-get upgrade.

Any help will be appriciated.
Thanks
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to upgrade a debian system not connected to network

2004-06-13 Thread J.S.Sahambi

PC-B is not connected to internet. So I whenever I need to upgrade the 
system I download the 5 CD's of sid form 
ftp://ftp.fsn.hu/pub/CDROM-Images/debian-unofficial/sid/ ,
burn then in RW-CDs and then upgrade the system.

I want to know is there any method by which I can download the 
packages requiring upgrade for the PC-B in PC-A (remember PC-A and 
PC-B have different list of installed packages!)?
Others may give a better answer. One easy way that comes to my mind is 
internet sharing. For example, you can buy a router and connet PC-A  
PC-B to the router. The router connects to the outside world through the 
2mbps link. The LAN enables to share the files between the computers 
very easy.

I forgot to mention that there is no possibility of ethernet connection 
between PC-A and PC-B as they are in different locations.

Waiting for other answers.
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to keep 2.4 and 2.6 kernels simultaneously

2004-06-10 Thread J.S.Sahambi
I am using Debian/unstable and recently instlaled kernel 2.6.6. Now on 
my system I have three kernels, viz., 2.4.20-bf2.4, 2.4.26-1-686 and 
2.6.6-1-686.

The problem is that 2.4 and 2.6 kernels have different set of modules to 
load, for example for usb 2.4 uses the module usb-uhci.o but 2.6 uses 
uhci-hcd.ko. But the /etc/modules file not versioned!

So is there any method by which the system can load appropriate modules 
when booting with kernel 2.4 or 2.6? The problem is that there is only 
ONE /etc/modules for all kernels!!

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



how to get Clock cursor in place of Hourglass cursor when system is busy in Debian/unstable

2004-06-10 Thread J.S.Sahambi
I recently updated the system (Debian/unstable) from debian servers. 
When the system is busy the cursor changes to the standard hourglass.

I also installed Debian/unstable from the same server on a new system 
from scratch. In that system the system busy indication is with a new 
Clock cursor. I would like to know how to get the same in my older system.
I think it must be some configuration file that was not updated while 
upgrade.
Can some body have any idea?

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



cdrom does not un-mounts

2004-05-21 Thread J.S.Sahambi
I am using Debian/sid. Some times when I mount a cdrom and try to 
unmount it immediately, it gives the following error on the terminal:

umount: /cdrom: device is busy
umount: /cdrom: device is busy
But the fact is the cdrom is not being used by any of my terminals or 
programs (as I have not used the terminal or any program to browse or 
use the cdrom). The only way I have found to umount the cdrom in this 
case is to logout (or kill the xserver with ctrl-alt-backspace) and 
login are root or same user and unmount. Then the cdrom unmounts with 
out any problem.

Can anybody shed some light on it.
Thanks
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



To dselect or aptitude, that is the question

2004-04-20 Thread J.S.Sahambi
I have been using apt and dselect for some time. Can any body tell me 
about the advantages/disadvantages of dselect and aptitude? and which is 
better?

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



Re: Mozilla 1.6-5 not printing anything

2004-04-17 Thread J.S.Sahambi
steef wrote:
J.S.Sahambi wrote:

I am using Debian/unstable.
Recently after an upgrade, mozilla has stopped printing. When I print 
a page from mozilla, it sends a ps file to printer and nothing gets 
printed. My printer is HP2300TN and I am using cups for printing. The 
output of dpkg -l|grep cups is given below:

$ dpkg -l |grep cups
.
.
.
.
.
.


add some foomatic-files: maybe good under unstable too??

[EMAIL PROTECTED]:~$ dpkg -l|grep foomatic
ii  foomatic-db20040303-1 linuxprinting.org printer support - 
database
ii  foomatic-db-en 3.0.1-20040312 linuxprinting.org printer support - 
programs
ii  foomatic-filte 3.0.1-6linuxprinting.org printer support - 
filters
ii  foomatic-filte 20040220-1 linuxprinting.org printer support - 
prebuilt




I had updated the system a couple of times in last 2 weeks and did not 
boot the machine. So the uptime was about 15 days. Today I booted the 
machine and mozilla is now printing without any problems.

So now  a new question: Should one reboot the machine after every update 
of the system?

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



Re: Mozilla 1.6 not printing anything

2004-04-16 Thread J.S.Sahambi
steef wrote:
J.S.Sahambi wrote:

I am using Mozilla Debian Package 1.6-4 on Debian/unstable. When ever 
I print anything through mozilla. nothing goes to printer. In case I 
print to a file, the file is created but if I send the file to printer 
with the command lpr mozilla.ps, still nothing prints out.

I am able to print normally using lpr command and Openoffice also 
prints without any problem.



try installing cups. it works for me on sarge, allthough not as perfect 
as under woody

I am already using cups and it functions correctly with other 
applications. Here is the output of dpkg -l|grep cups

:~$ dpkg -l|grep cups
ii  cupsys 1.1.20final+cv Common UNIX Printing System(tm) - server
ii  cupsys-bsd 1.1.20final+cv Common UNIX Printing System(tm) - BSD 
comman
ii  cupsys-client  1.1.20final+cv Common UNIX Printing System(tm) - 
client pro
ii  cupsys-driver- 4.2.6-4Gimp-Print printer drivers for CUPS
ii  cupsys-driver- 4.2.6-4Gimp-Print printer drivers for CUPS
ii  libcupsimage2  1.1.20final+cv Common UNIX Printing System(tm) - 
image libs
ii  libcupsys2 1.1.20final+cv Common UNIX Printing System(tm) - libs
ii  libcupsys2-dev 1.1.20final+cv Common UNIX Printing System(tm) - 
development



Any suggestions?

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



Mozilla 1.6-5 not printing anything

2004-04-16 Thread J.S.Sahambi
I am using Debian/unstable.
Recently after an upgrade, mozilla has stopped printing. When I print a 
page from mozilla, it sends a ps file to printer and nothing gets 
printed. My printer is HP2300TN and I am using cups for printing. The 
output of dpkg -l|grep cups is given below:

$ dpkg -l |grep cups

ii  cupsys 1.1.20final+cv Common UNIX Printing System(tm) - server
ii  cupsys-bsd 1.1.20final+cv Common UNIX Printing System(tm) - BSD 
comman
ii  cupsys-client  1.1.20final+cv Common UNIX Printing System(tm) - 
client pro
ii  cupsys-driver- 4.2.6-4Gimp-Print printer drivers for CUPS
ii  cupsys-driver- 4.2.6-4Gimp-Print printer drivers for CUPS
ii  libcupsimage2  1.1.20final+cv Common UNIX Printing System(tm) - 
image libs
ii  libcupsys2 1.1.20final+cv Common UNIX Printing System(tm) - libs
ii  libcupsys2-dev 1.1.20final+cv Common UNIX Printing System(tm) - 
developmen

The output of dpkg -l|grep mozilla is given below:

$ dpkg -l |grep mozilla

ii  acroread-plugi 5.08-woody0.0  Adobe Acrobat(R) Reader plugin for 
mozilla /
ii  mozilla1.6-5  Mozilla Web Browser - dummy package
ii  mozilla-browse 1.6-5  Mozilla Web Browser - core and browser
rc  mozilla-firefo 0.8-8  lightweight web browser based on Mozilla
ii  mozilla-mailne 1.6-5  Mozilla Web Browser - mail and news 
support
ii  mozilla-psm1.6-5  Mozilla Web Browser - Personal 
Security Mana
ii  mozilla-xft1.6-5  Mozilla Web Browser - Xft support files
[EMAIL PROTECTED]:~/files/doc/dept/ec320-syllabus-revision$

The commandline print (lpr) works very fine. Other applications like 
openoffice, etc., can print without a problem.

The interesting point is that if I print a webpage to file and then 
send that ps file to printer with lpr, the printer then also does not 
prints anything.

All I can understand is that mozilla is sending some thing into the ps 
file which the pritner cannot understand and so it prints nothing(Am I 
right?).

Is any other person facing the same problem?

Any suggestions?

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



Mozilla 1.6 not printing anything

2004-04-15 Thread J.S.Sahambi
I am using Mozilla Debian Package 1.6-4 on Debian/unstable. When ever I 
print anything through mozilla. nothing goes to printer. In case I print 
to a file, the file is created but if I send the file to printer with 
the command lpr mozilla.ps, still nothing prints out.

I am able to print normally using lpr command and Openoffice also prints 
without any problem.

Any suggestions?
Thanks in advance
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



How to type german umlaut/german characters in Mozilla mail

2004-04-11 Thread J.S.Sahambi
I am using Debian/unstable with English language. Occasionaly, I need to 
write letters in Deutsch. I would like to know how to write german 
umlauts and other Deutsch specific characters while still having a 
english version of Mozilla-mail.

Danke

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



ayttm blocks /dev/dsp

2004-04-07 Thread J.S.Sahambi
I am using ayttm with Debian/unstable.

When I start ayttm and send my first message, a blip is heard from the 
speakers. But after that no further sounds can be heard. Then, with 
fuser /dev/dsp/, I find that /dev/dsp is blocked by me.

At ths point, other applications, like mplayer, also dont give any sound 
output. Only when I kill the /dev/dsp, I get the sounds back.

The /dev/dsp again gets blocked after the first sound output by ayttm.

By the way, If I use gaim or ymessenger, there is no prblem with sounds 
and I can even play mplayer along with ymessenger and still get the 
audio from mplayer.

Can any body help me?
Thanks
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bold fonts not showing properly in Openoffice 1.1.1

2004-04-05 Thread J.S.Sahambi
I am using Openoffice on debian/unstable as follows
(the output of dpkg-l |grep openoffice is given below):
ii  openoffice.org 1.1.0+1.1.1rc3 high-quality office productivity suite
ii  openoffice.org 1.1.0+1.1.1rc3 OpenOffice.org office suite binary files
ii  openoffice.org 1.1.0+1.1.1rc3 Debian specific parts of OpenOffice.org
ii  openoffice.org 1.1+20030814-3 OpenOffice.org office suite help (English)
ii  openoffice.org 1.1.0+1.1.1rc3 English (US) language package for
openoffice
ii  openoffice.org 1.1.0+1.1.1rc3 OpenOffice.org MIME bindings for KDE
Interestingly, if I select a portion of text  and make it bold, the bold 
face is not shown on the screen, but it prints in correct manner. This 
happens when I used Times font. If I use Helvatica font, the bold face 
shows correctly on the screen and and also prints correctly.

Can somebody put some light on it?

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



how to save images of webcam from a webpage

2004-03-27 Thread J.S.Sahambi
I am interested in saving the live Traffic webcam images on my computer 
from a web page. The webpage refreshes the image at regular periods. Is 
there a way/software with which I can save the images?

Does any body have a idea how to do it?
Thanks
JS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how to download java class file from a web page to loca dir

2004-03-22 Thread J.S.Sahambi
I am using Mozilla 1.6 in Debian/unstable with j2re. I am able to view 
java applets with it without any problem. Now in case I want to save the 
java.class file in my local dir (so that I can run it later), how do I 
do it?

The File-Save As saves only the index.html file and NOT the 
java-file.class.

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



decrypting vob files in unstable

2004-02-27 Thread J.S.Sahambi
I searched on internet and found that transcode can decrypt vob files 
copied from DVDs. But I could not find the package in Debian/unstable. 
Is there any package in Debian/unstble for dectrypting vob files?
Thanks
J

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



Replacement of Linuxconf in debian?

2004-02-25 Thread J.S.Sahambi
Is there a replacement of Linuxconf (the one with RedHat) in 
Debian/unstable?
Thanks
JSS

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



How to configure AC97 onboard sound card in Debian/unstable

2004-02-23 Thread J.S.Sahambi
I installed my new system which has onboard AC97 sound card. I tried to 
install the sound with sndconfig but it reports that

The Intel Corp. I82801DB AC'97 Controller is not currently supported.

So how do I make the sound card work? Any pointers?

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



testing mailing list

2004-02-22 Thread J.S.Sahambi
Testing mailing list
Please ignore
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



netinst ISO by Blade asking for password

2004-02-11 Thread J.S.Sahambi
I just now downladed the Netinst boot image from the following location:
http://people.debian.org/~blade/boot-floppies/netinst-full-pre/bootbf2_4_iso.zip
When I tried to unzip it with the command unzip bootbf2_4_iso.zip, it 
is asking for a password!



$ unzip bootbf2_4_iso.zip

Archive:  bootbf2_4_iso.zip
[bootbf2_4_iso.zip] netinst-full-pre/bootbf2.4.iso password:


As I did not find any email address at the site 
http://people.debian.org/~blade, can any body help me out.

When I downloaded the same file  a month ago from the same location it 
did not ask for any password.

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



Re: SOLVED-netinst ISO by Blade asking for password

2004-02-11 Thread J.S.Sahambi
J.S.Sahambi wrote:
I just now downladed the Netinst boot image from the following location:
http://people.debian.org/~blade/boot-floppies/netinst-full-pre/bootbf2_4_iso.zip 
I got it.
The password was on the home page which I missed.
Thanks
JSS


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



Mouse wheel not working in unstable

2004-02-06 Thread J.S.Sahambi
I installed Debian/unstable on a new machine which has optical Microsoft 
Intellimose with usb interface. The usb connector of the mouse is 
connected to the ps2 style connector of the PC with a usb-ps2 converter.

The mosue is working but the scrolling is not working in any 
application. Can anybody give some hints?
thanks
JSS

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



dpkg-reconfigure xserver-xfree86 does not saves the new XF86Config-4 in /etc/X11

2004-02-06 Thread J.S.Sahambi
I have Debian/unstable on my machine which I recently installed. The 
problem is that whenever I try to configure X with

dpkg-reconfigure xserver-xfree86

everything is ok, only at the end of the configuration the new 
XF86Config-4 is not overwritten in /etc/X11/ directory.

Am i missing something?

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



How to install HP 1010 in linux

2004-01-29 Thread J.S.Sahambi
Recently I purchased a HP 1010 laser printer with *only* USB interface. 
I would like to now how to install it in Redhat 6.0. I would be greatful 
if I can get some url which could be helpful.

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



apm powershutown not working in 2.4.20-bf2.4

2004-01-04 Thread J.S.Sahambi
I just installed the Debian unstable on a P-IV. To power off the system 
when I give it a shuddown we have to load the apm module with option 
power_off=1. So I give the following commnad:

debain:~# modprobe apm power_off=1

I get the following text on the terminal:

/lib/modules/2.4.20-bf2.4/kernel/arch/i386/kernel/apm.o: init_module: No 
such device
Hint: insmod errors can be caused by incorrect module parameters, 
including invalid IO or IRQ parameters.
  You may find more information in syslog or the output from dmesg
  /lib/modules/2.4.20-bf2.4/kernel/arch/i386/kernel/apm.o: insmod 
/lib/modules/2.4.20-bf2.4/kernel/arch/i386 
/lib/modules/2.4.20-bf2.4/kernel/arch/i386/kernel/apm.o: insmod apm failed
debain:~#



CAn any body tell me what is wrong?
Thanksing in advance
JSS
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



how long it takes an unstable package to come into testing?

2003-12-09 Thread J.S.Sahambi
I was going to install Debian on a new machine. Currently I am using 
unstable. I would  like to know how long (I mean days) it takes a 
package to be moved from Unstable to Testing?

Just wanted to know this information to have an idea how long I will 
have to wait for new packages if I am using Testing.
Thanks
JSS

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



Any news about python errors in unstable?

2003-11-29 Thread J.S.Sahambi
Any news about python errors/dependency/conflicts in updating unstable 
dist ?

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



python problem in unstable

2003-11-29 Thread J.S.Sahambi
When I upgrade my system (Debian/unstable) with dselect or apt-get 
upgrade I get the following errors about python dependency/conflict. A 
Few days back there was some mails in the list about the problem and 
some people said that the python was broken in unstable distribution. 
Has this problem been solved or not?

Since it started I have not been able to install any new package.
:(
I am pasting the output in the end of email.
Thanks
JSS


Need to get 0B/49.1MB of archives.
After unpacking 67.4MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Preconfiguring packages ...
(Reading database ... 128035 files and directories currently installed.)
Preparing to replace python 2.3.2-2 (using .../python_2.3.2-6_all.deb) ...
Unpacking replacement python ...
dpkg: error processing /var/cache/apt/archives/python_2.3.2-6_all.deb 
(--unpack):
 trying to overwrite `/usr/share/doc/python2.3/python-policy.html', 
which is also in package python2.3
dpkg: considering removing python in favour of python2.3 ...
dpkg: no, cannot remove python (--auto-deconfigure will help):
 gadfly depends on python ( 2.4)
  python is to be removed.
dpkg: regarding .../python2.3_2.3.2-6_i386.deb containing python2.3:
 python2.3 conflicts with python (= 2.3.2-5)
  python (version 2.3.2-2) is installed.
dpkg: error processing 
/var/cache/apt/archives/python2.3_2.3.2-6_i386.deb (--unpack):
 conflicting packages - not installing python2.3
dpkg: regarding .../python2.3-doc_2.3.2-6_all.deb containing python2.3-doc:
 python2.3-doc conflicts with python2.3 ( 2.3.2-6)
  python2.3 (version 2.3.2-2) is installed.
dpkg: error processing 
/var/cache/apt/archives/python2.3-doc_2.3.2-6_all.deb (--unpack):
 conflicting packages - not installing python2.3-doc
Errors were encountered while processing:
 /var/cache/apt/archives/python_2.3.2-6_all.deb
 /var/cache/apt/archives/python2.3_2.3.2-6_i386.deb
 /var/cache/apt/archives/python2.3-doc_2.3.2-6_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Some errors occurred while unpacking. I'm going to configure the
packages that were installed. This may result in duplicate errors
or errors caused by missing dependencies. This is OK, only the errors
above this message are important. Please fix them and run [I]nstall again
Press enter to continue.





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



problem with python in Debian/unstable

2003-11-26 Thread J.S.Sahambi
I upgraded my sytesm (Debian/unstable) with dselect and i got the 
following output. Is this some problem with distribution and how do I 
remove it.

I am not able to install any new program.
:(
Thanking in advance
J S Sahambi


Need to get 0B/49.1MB of archives.
After unpacking 67.4MB of additional disk space will be used.
yo you want to continue? [Y/n]
Preconfiguring packages ...
(Reading database ... 128035 files and directories currently installed.)
Preparing to replace python 2.3.2-2 (using .../python_2.3.2-6_all.deb) ...
Unpacking replacement python ...
dpkg: error processing /var/cache/apt/archives/python_2.3.2-6_all.deb 
(--unpack):
 trying to overwrite `/usr/share/doc/python2.3/python-policy.html', 
which is also in package python2.3
dpkg: considering removing python in favour of python2.3 ...
dpkg: no, cannot remove python (--auto-deconfigure will help):
 gadfly depends on python ( 2.4)
  python is to be removed.
dpkg: regarding .../python2.3_2.3.2-6_i386.deb containing python2.3:
 python2.3 conflicts with python (= 2.3.2-5)
  python (version 2.3.2-2) is installed.
dpkg: error processing 
/var/cache/apt/archives/python2.3_2.3.2-6_i386.deb (--unpack):
 conflicting packages - not installing python2.3
dpkg: regarding .../python2.3-doc_2.3.2-6_all.deb containing python2.3-doc:
 python2.3-doc conflicts with python2.3 ( 2.3.2-6)
  python2.3 (version 2.3.2-2) is installed.
dpkg: error processing 
/var/cache/apt/archives/python2.3-doc_2.3.2-6_all.deb (--unpack):
 conflicting packages - not installing python2.3-doc
Errors were encountered while processing:
 /var/cache/apt/archives/python_2.3.2-6_all.deb
 /var/cache/apt/archives/python2.3_2.3.2-6_i386.deb
 /var/cache/apt/archives/python2.3-doc_2.3.2-6_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Some errors occurred while unpacking. I'm going to configure the
packages that were installed. This may result in duplicate errors
or errors caused by missing dependencies. This is OK, only the errors
above this message are important. Please fix them and run [I]nstall again
Press enter to continue.







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



Re: slow Iomega 20GB usb hdd on linux on 2.4.18-bf2.4

2003-11-21 Thread J.S.Sahambi
J.S.Sahambi wrote:
 Here is the relevent output of usbview:
 
 USB UHCI Root Hub
 Serial Number: b400
 Speed: 12Mb/s (full)
 Number of Ports: 2
 Bandwidth allocated: 0 / 900 (0%)
 Total number of interrupt requests: 0
 Total number of isochronous requests: 0
 USB Version:  1.00
 Device Class: 09(hub  )
 Device Subclass: 00
 Device Protocol: 00
 Maximum Default Endpoint Size: 8
 Number of Configurations: 1
 



 ***
 Portable Hard Drive
 Manufacturer: Iomega
 Serial Number: 59B710010D9A
 Speed: 12Mb/s (full)
 USB Version:  2.00
 Device Class: 00(ifc )
 Device Subclass: 00
 Device Protocol: 00
 Maximum Default Endpoint Size: 64
 Number of Configurations: 1
 Vendor Id: 059b
 Product Id: 0071
 Revision Number: 11.00
 ***

The outpof of lsmod is given below:
Module  Size  Used byNot tainted
usb-uhci   20676   0  (unused)
usb-storage97120   0  (unused)
nls_iso8859-1   2880   0  (autoclean)
mga   102768   1
ide-scsi7456   0
agpgart29792   3
parport_pc 25672   1  (autoclean)
lp  6880   0  (autoclean)
parport21696   1  (autoclean) [parport_pc lp]
nls_cp437   4384   4  (autoclean)
apm 9116   1
cmpci  26008   0
soundcore   3204   2  [cmpci]
keybdev 1664   0  (unused)
usbkbd  2848   0  (unused)
input   3040   0  [keybdev usbkbd]
usbcore48000   1  [usb-uhci usb-storage usbkbd]


 The hub is showing USB 1.0  and the drive is showing usb version 2.0. So
  is HUB the culprit running at usb VERSION 1.0? If so, how do I enable
 the 2.0 version of usb hub?
 Thanks
 J S Sahambi
Monique Y. Herman wrote:

On Fri, 21 Nov 2003 at 10:23 GMT, J.S.Sahambi penned:

I have a Iomega 20 GB usb hdd. It gives good data transfer rate when
used with windows. But when I use it with linux, the data transfer
rate is low, in the order of 500 Kbytes/sec. Is there any way to
increase the data transfer rate?  Thanks J S Sahambi


Without actually thinking through the numbers, my first guess would be
that it's a usb 2.0 device, and you only have usb 1.1 enabled in your
kernel.  Does that seem possible?
You might install the usbview package and see what it says about
transfer speeds.




--
Dr. J. S. Sahambi
Assistant Professor,
Dept. of Electronics  Communication Engg.
Indian Institute of Technology Guwahati,
Guwahati 781039,  Assam, INDIA.
Phone(o) : +91-361-258 2510,
 (r) : +91-361-258 4510 (DID)
 (r) : +91-361-269 0940 (Direct PT)
Fax  : +91-361-2690762
Email: [EMAIL PROTECTED]
 : [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



slow Iomega 20GB usb hdd on linux

2003-11-20 Thread J.S.Sahambi
I have a Iomega 20 GB usb hdd. It gives good data transfer rate when 
used with windows. But when I use it with linux, the data transfer rate 
is low, in the order of 500 Kbytes/sec. Is there any way to increase the 
data transfer rate?
Thanks
J S Sahambi

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



Re: slow Iomega 20GB usb hdd on linux

2003-11-20 Thread J.S.Sahambi
Here is the relevent output of usbview:


USB UHCI Root Hub
Serial Number: b400
Speed: 12Mb/s (full)
Number of Ports: 2
Bandwidth allocated: 0 / 900 (0%)
Total number of interrupt requests: 0
Total number of isochronous requests: 0
USB Version:  1.00
Device Class: 09(hub  )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 8
Number of Configurations: 1




***
Portable Hard Drive
Manufacturer: Iomega
Serial Number: 59B710010D9A
Speed: 12Mb/s (full)
USB Version:  2.00
Device Class: 00(ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 64
Number of Configurations: 1
Vendor Id: 059b
Product Id: 0071
Revision Number: 11.00
***

The hub is showing USB 1.0  and the drive is showing usb version 2.0. So 
 is HUB the culprit running at usb VERSION 1.0? If so, how do I enable 
the 2.0 version of usb hub?
Thanks
J S Sahambi

Monique Y. Herman wrote:
On Fri, 21 Nov 2003 at 10:23 GMT, J.S.Sahambi penned:

I have a Iomega 20 GB usb hdd. It gives good data transfer rate when
used with windows. But when I use it with linux, the data transfer
rate is low, in the order of 500 Kbytes/sec. Is there any way to
increase the data transfer rate?  Thanks J S Sahambi


Without actually thinking through the numbers, my first guess would be
that it's a usb 2.0 device, and you only have usb 1.1 enabled in your
kernel.  Does that seem possible?
You might install the usbview package and see what it says about
transfer speeds.


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



Error Running kbd-chooser while installing sid

2003-11-14 Thread J.S.Sahambi
I am trying to install sid on my P-IV machine. I downladed the 
sid-i386-1.iso from the following link:

http://ntu.debian.org.tw/debian-unofficial/sid/sid-i386-1.iso

When I boot this CD and give linux bf24 (as I want ext3 support) at 
boot prompt, the Choose language menu works fine but when the
Detect a keyboard and select layout

option is selected it gives the following error:

Error running kbd-chooser
An errot or warning message was logge while running the kbd-chooser
Segmentation fault kbd-choosher's postinst exited with status 35584
Go back continue
With this selectoin the installatin processes does not proceed. CAn 
anybody help me out.

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



Bug in transfig 3.2.3.d-rel-3

2002-10-14 Thread J.S.Sahambi

Hello,
I have just now noticed that a bug on the version of transfig 
3.2.3.d-rel-3.  When I use xfig to export a combined PS/LaTex figures 
using the default LaTeX font,
the style becomes {rm} (Roman) instead of the usual
{\familydefault}{\mddefault}{\updefault}

e.g.
the input inside a pstex_t line reads
\put(100,-7000){\rotatebox{90.0}{\makebox(0,0)[lb]{\smash{\SetFigFont{12}{14.4}{rm}{\color[rgb]{0,0,0}linewidth
 
(Gtext)}%

instead of
\put(100,-7000){\rotatebox{90.0}{\makebox(0,0)[lb]{\smash{\SetFigFont{12}{14.4}{\familydefault}{\mddefault}{\updefault}{\color[rgb]{0,0,0}linewidth
 
(Gtext)}%



Is there a patch for this, or some higher version in which this bug is 
removed?

Thanks
J S Sahambi



-- 
Dr. J. S. Sahambi
Assistant Professor
Dept. of Electronics  Communication Engg.
Indian Institute of Technology,
Guwahati 781039,  Assam, INDIA
Phone(o) : +91-361-690321 Ext. 2055,
  (R) : +91-361-690940
Fax  : +91-361-690762,
Email: [EMAIL PROTECTED]
 : [EMAIL PROTECTED]


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




Re: What's the best music sharing/downloading software for linux

2002-10-12 Thread J.S.Sahambi


 
 My favorite is giFT (http://gift.sf.net).  People say that kazaa lite 
 works w/ wine, but it didn't work for me.
 



Kazaa lite works fine with wine for me in Debian. If some body wants to 
know, I can send the details and command line options for wine with 
which kazaa lite works.

:)
J S Sahambi


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




Can we create saparate mailboxes in Evolution like in mozilla ?

2002-10-11 Thread J.S.Sahambi

I am using mozilla mail and I have created three saparate POP3 accounts 
and each has its own Inbox where the mails are placed. In other words it 
has a saparate folder tree for each account.

I tried to use Evolution and found that if I create more then one POP3 
account in it, it makes only one Inbox folder and all the mails from all 
  three POP servers are placed in the same folder (Inbox). Is it 
possible to have saparate Inbox folder for each account in Evolution?

Thanks
J S Sahambi


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




how to install just one package from some other distro (like woody)?

2002-10-09 Thread J.S.Sahambi

Hi
  I wanted to install avidemux but my apt-cache search avidemux did 
not give me anything. My sourses.lst file is:

deb http://202.141.80.72/debian testing main non-free contrib
deb http://202.141.80.72/debian-non-US testing/non-US main non-free contrib

I found that it is in woody distro. So what do I do  (changes in 
sourses.list and the command to apt-get install command) to install 
this only ONE package from that distro ?

Thanks
J S Sahambi


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




Relation between Woody, Sid and Testing, Unstable, and stable

2002-10-08 Thread J.S.Sahambi

It might be a stupid question, but I want to know how one relates Woody, 
Sid   and Testing, Stable and unstable distributions?

Another question: I wanted to install avidemux but my apt-cache search 
avidemux did not give me anything. My sourses.lst file is:

deb http://202.141.80.72/debian testing main non-free contrib
deb http://202.141.80.72/debian-non-US testing/non-US main non-free contrib

So what do will be safest and neatest way to install avidemux?

Thanks
J S Sahambi


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




Openoffice 1.0.1 crashes on openning

2002-10-03 Thread J.S.Sahambi


OpenOffice version: 1.0.1, Debian  2.4.18-bf2.4

Problem: Whenever, I start Openoffice, it fail to open first time. I 
have to start again. Some time it starts third time :(.
Any ideas ?
:)


Thanking in advance
J S Sahambi


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




Re: Openoffice 1.0.1 crashes on openning

2002-10-03 Thread J.S.Sahambi

Tom Cook wrote:
 On  0, J.S.Sahambi [EMAIL PROTECTED] wrote:
 
OpenOffice version: 1.0.1, Debian  2.4.18-bf2.4

Problem: Whenever, I start Openoffice, it fail to open first time. I 
have to start again. Some time it starts third time :(.
Any ideas ?
:)
 
 
 Are there other apps that crash randomly?  Could be bad RAM...
 
 It never hurts to run memtest86 on a machine.
 
 Tom


The problem  is only with Openoffice. I have not encountered any problem 
with any other applications.
J S Sahambi


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




Re: Kazaa and sid

2002-09-29 Thread J.S.Sahambi

Paul Johnson wrote:
 On Sat, Sep 28, 2002 at 02:03:03PM +0200, Pierre Dupuis wrote:
 
I had try the kazaa for linux, unfortunally when i launch it, it say me 
a disgusting 'version not suported', I run a sid debian with a 2.4.18 
kernel.

Some idea ???
 
 
 Run gtk-gnutella instead.
 



By the way Kazaa Lite 1.7.2 for windows can be very easily used with 
Wine under linux ;)
J S Sahambi



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




USB hard drive on linux

2002-09-27 Thread J.S.Sahambi

Any body using a externel USB hard drive on linux? It it works let me 
know its make and model.
Thanks
J S Sahambi

-


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




Kernel panic Solved

2002-09-27 Thread J.S.Sahambi

The problem was there was no initrd.img file for the new kernel. So I 
created the image using mkinitrd, copied the image to /boot/ and added

initrd=/boot/initrd.img-24.29-patched

After this everything was working.
Thanks for all those who have contributed.

Regrads
J S Sahambi


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




difference between Iomega Peerless and USB Bundle drives

2002-09-27 Thread J.S.Sahambi

I dont know if this question pertians to this mailing list.

I want to know the difference between Iomega external  drives

(a) Iomega 10 GB Peerless FireWire Bundle and

(b) Iomega 10 GB USB Bundle

and their behaviour toward linux (kernel 2.4.19)

Thanks
J S Sahambi


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




Kernel panic

2002-09-26 Thread J.S.Sahambi

I patched some files and then made the kernel 2.4.19-patched with the
following commands:

fakeroot  make-kpkg --append-to-version -patched kernel_image


and then installed the kernel with :
dpkg -i kernel-image-2.4.19-patched_10.00.Custom_i386.deb



Then I modified the /etc/lilo/conf

When i boot from this kernel i get the following errors and the kernel
panics


**
.
.
.
modprobe: cant find dependency file /lib/modules/2.4.19-patched/modules.dep
modprobe: cant find dependency file /lib/modules/2.4.19-patched/modules.dep
modprobe: cant find dependency file /lib/modules/2.4.19-patched/modules.dep

mount you must specify a file system
kernel panic - Attempted tokill init


But i have seen that modules.dep exits
ll /lib/modules/2.4.19-patched/modules.dep
-rw-r--r--1 root root   112310 Sep 26 13:50 
/lib/modules/2.4.19-patched/modules.dep




Can any body help me out.
Thanks
J S Sahambi



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




Cannot find Ncurses when I run make menuconfig

2002-09-25 Thread J.S.Sahambi

I tried make menuconfig with 2.4.29 and it says:
***
jsahambi@ws97:~/kernel$ make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Entering directory `/home/jsahambi/kernel/scripts/lxdialog'
/usr/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status

  Unable to find the Ncurses libraries.
 
  You must have Ncurses installed in order
  to use 'make menuconfig'

make[1]: *** [ncurses] Error 1
make[1]: Leaving directory `/home/jsahambi/kernel/scripts/lxdialog'
make: *** [menuconfig] Error 2
*

Then I executed dpkg and the result was:


jsahambi@ws97:~/kernel$ dpkg -l|grep ncurses
ii  libncurses55.2.20020112a- Shared libraries for terminal handling
ii  mtr-tiny   0.51-1 Full screen ncurses traceroute tool
ii  ncurses-base   5.2.20020112a- Descriptions of common terminal types
ii  ncurses-bin5.2.20020112a- Terminal-related programs and man pages
ii  ncurses-term   5.2.20020112a- Additional terminal type definitions
*

So what additional I need to to get make menuconfig working
Thanksing in advance
J S Sahambi


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




compiling Installing different versions of kernel

2002-09-25 Thread J.S.Sahambi

I am using 2.4.19 kernel and now I want to appy the a patch to certain 
file, compile it, and install it as diffeeret version, say 
2.4.19-patched (so that it has differenet modules directory and should 
not mess up with my working /lib/modules/2.4.19).

So how can I proceed to compile, install the patched version and still 
have the 2.4.19 if someting goes wrong.

I think make-kpkg can also be used. If yes, how?

Thanks
J S Sahambi


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




how to install CUPS

2002-09-24 Thread J.S.Sahambi

I am using LPD for my print in Debain 2.4.19. Can any body guide me how 
to upgrade the printing on my system with CUPS?

If cups does not work, can I still use my older LPD for printing?

Thanking in advance
J S Sahambi


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




HP 7450c Scanjet under linux

2002-09-17 Thread J.S.Sahambi

Hi,
I was planning to purhase the HP 7450c Scanner and so I browses the net 
and found that some scsi protocol has been changed. The reference sites 
are given below

http://www.mostang.com/mail-archive/sane-devel/2001-06/0302.html

So, I wanted to know if  HP 7450c Scanner  works under linux?
Thanking in advance
J S Sahambi



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




2.4.19 Up and running

2002-09-11 Thread J.S.Sahambi

I fixed the problem of RTL-8139. I used the following modules in 
/etc/modules file:

8139too
mii

Then it worked fine. Thanks for all of your help.
:)
Regards

J. S. Sahambi


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




Kernel Panic with 2.4.19-686

2002-09-10 Thread J.S.Sahambi

Well, thanks for the replies about kernel upgrading :)

Based on these replies I just installed Kernel 2.4.19-686 with
apt-get install kernel-image-2.4.19-686

Then I changed the lilo.conf for the new and old kernel.
While booting from new kernel it panics and gives the following message 
and hangs:
*
VFS: Cannot open root device 306 or 03:06
Pleae append a correct root= boot option
Kernel panic: VFS: Unable to mont root fs on 03:06


I will like to mention that my / file system is ext3 (journling). Can 
that be a problem?


If yes, do I have to download the source (of 2.4.19) and recompile :| ?



-- 
Dr. J. S. Sahambi


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




System boots with 2.4.29 but problem with RTL-8139

2002-09-10 Thread J.S.Sahambi

I added the initrd=/initrd.img to the section of new kernel and it 
works. :) Thanks :)

But, second problem has cropped up. My ethernet has stopped working. I 
am using RTL-8139. I checked the config file for the new kernel and it 
says 8139cp and 8139too are not compiled in kernel and they are modules.


So i used modprobe 8139cp and it gave the following errors

***
  insmod 8139cp
  Using /lib/modules/2.4.19-686/kernel/drivers/net/8139cp.o
  /lib/modules/2.4.19-686/kernel/drivers/net/8139cp.o: unresolved symbol 
mii_ethtool_sset_R32d50a5e
  /lib/modules/2.4.19-686/kernel/drivers/net/8139cp.o: unresolved symbol 
mii_ethtool_gset_R887face9
  /lib/modules/2.4.19-686/kernel/drivers/net/8139cp.o: unresolved symbol 
mii_nway_restart_Rad534404
  /lib/modules/2.4.19-686/kernel/drivers/net/8139cp.o: unresolved symbol 
mii_link_ok_R122e52d7
  jsahambi@ws97:~$

**


Can any body tell me how shall i proceed?

BTW, if I use modconf, does it add the modules tobe loaded  at boot time 
in /etc/moduels ?

Thanks
J S Sahambi


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




ARGOSY HD 530 (usb hdd) on linux

2002-09-09 Thread J.S.Sahambi

If any one has been able to use Argosy HD 530 (10 GB USB hard drive) 
with linux (specialy debian), kindly let me know the procedure. I have 
been trying it for the last week and am not able to mount it.

I can use it easily with Win2k (means the drive is working!)

Thanking in advance


-- 
J. S. Sahambi


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