Re: AMD cooling utility in debian

2005-05-06 Thread Wackojacko

I don't think that is the case--at least, not in stock Debian kernels.
I have an Athlon XP 1700+, and it idled at 45C until I installed
athcool.  Now it idles below 40C, sometimes as low as 30-32C in cooler
weather.
I have to agree, my Athlon 64 3200+ runs at least 5-10c cooler in Windows 
(with C'nQ) than in Linux.  I think its because the default kernel state for 
powernow is 'Performance' which keeps the processor at full speed.

Wackojacko 


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



Re: Background question

2005-05-06 Thread Wackojacko
You can't.  I believe it is hardcoded in the depths of X.  (Perhaps the 
newer
X stuff from X.org might do something differently)
Just installed X.org and can report that it doesn't solve this problem, 
sorry.

Wackojacko 


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



Re: AMD cooling utility in debian

2005-05-09 Thread Wackojacko
On Fri, 6 May 2005 11:26:06 +0100
"Wackojacko" <[EMAIL PROTECTED]> wrote:
>I don't think that is the case--at least, not in stock Debian kernels.
>I have an Athlon XP 1700+, and it idled at 45C until I installed
>athcool.  Now it idles below 40C, sometimes as low as 30-32C in cooler
>weather.
I have to agree, my Athlon 64 3200+ runs at least 5-10c cooler in Windows
(with C'nQ) than in Linux.  I think its because the default kernel state 
for
powernow is 'Performance' which keeps the processor at full speed.

Then use ondemand instead.
How do you change which governor it uses though.  I have recently compiled 
my own kernel with the 'userspace' governor set as default and compiled the 
ondemand governor into the kernel, but I'm not sure its made any difference. 
Any help would be appreciated.

Thanks
Wackojacko 


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



Re: AMD cooling utility in debian

2005-05-09 Thread Wackojacko
If you want to use the kernel policies, look at the files 
in /sys/devices/system/cpu/cpu0/cpufreq. 

You can see which governors are available:
 $ cat scaling_available_governors
 ondemand userspace performance
Also which governor is currently active:
 $ cat scaling_governor
 performance
And of course you can change the active govenor:
 $ echo -n ondemand > scaling_governor
 $ cat scaling_governor
 ondemand
Alternatively, you can use a userspace program like cpufreqd or 
powernowd to control the frequency.  This allows much finer 
control, based on user-definable rules, battery status, a/c 
status, time, ...

Regards,
Dennis
Thanks for the excellent response I will certainly give this a go.
Wackojacko
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: bcm5700 driver installation problem

2005-05-09 Thread Wackojacko

Amira Youssef wrote:
Hello,
 After I've managed to compile the gigabit N/W card driver bcm5700, It 
gave error while trying to install it:
 output of insmod bcm5700.o:(using Woody 3.0 r 2, kernel 
2.4.18-1-686-smp)
--
bcm7500.o: init_modules:no such device
Hint: insmod errors can be caused any incorrect module parameters, 
including invalid IO or IRQ parameters
New to this myself, but it looks like you have tried to insmod bcm5700.o and 
not bcm5700.  You don't need the .o

Wackojacko 


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



Re: Audio CD Burning Perplexities

2005-05-09 Thread Wackojacko

So why am I perplexed?  I have no confidence that I know a sure way to
burn a good music cd which will play on fussy cd players that have no 
trouble playing commercial cd's.

TBH, I doubt that this is a problem with the burning process.  It is more 
likely to be a problem with the quality/age of the laser pick up in the 
'fussy' players.  AFAIK Commercial CD's are 'pressed' and not burnt and are 
therefore far more precise than CD's made at home by burning, some CD 
players are, like you say, more 'fussy' than others.

You seem to be using good quality media, slowing the burn speed down may 
reduce errors, but an upgrade to the CD player on the boat might be in order 
:)

Regards
Wackojacko 


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



Re: xwindows

2005-05-13 Thread Wackojacko
On Thu, May 12, 2005 at 06:04:51PM -0700, asc wrote:
I can't get this to start it has a failure.
How do I reconfigure this?
as root:
dpkg-reconfigure xserver-xfree86
You also have to reset the md5sum of /etc/X11/XF86config-4, see the header 
of this file for details.

Wackojacko 


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



Re: xwindows

2005-05-13 Thread Wackojacko
Can't you just delete the config file and re-run dpkg-reconfigure?  I 
think
that has worked for me in the past, but maybe I imagined it :)
Not sure, I am noob myself so I might try this next time.
The md5 approach seems overly complicated to reconfigure a file :)
Couldn't agree more:)  You do have to rename the original file so as not to 
overwrite it, so I would have thought this was the same as deleting it.  I 
do like to keep a copy of the original as it invariably has to be tweaked 
after running dpkg-reconfigure, in my case anyway.

Wackojacko 


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



Re: Two IDEs - KDE and Gnome

2005-05-26 Thread Wackojacko

I a bit of a noob myself, but since noone else has replied I'll give it a go

I had two machines, one had KDE on it, and the other had Gnome. Now, I want 
to put both
the hard drives in one machine. I have already recompiled the kernel for 
the hard drive
that I want to install. But I did so by temporarily disconnecting the 
existing hard

drive.

Now, I want to have both on-line, with an option to boot either of the 
two. I have grub

installed at present.


Edit the menu.lst to include options for both kernels.  Use the man pages to 
help on this.  You just need to tell grub to boot from a different 'root=' 
using hd1 instead of hd0.  You could try reinstalling Grub (grub-install 
 I think) which will probably do all the hard work for you.  It did 
for me with different installs (32 and 64 bit) on separate partitions.


my other question is how to mount various drives (root, home, usr etc...) 
Because when
booting from one hdd, i would need only the home partition of the other 
hdd. Any

suggestions how to do this..

edit your /etc/fstab/ as root (or use su/sudo) with you favourite text 
editor.  Insert an extra line for /dev/hdXY where X is the letter of the 
'other' HDD and Y is the partition number for home on the other HDD.  Use a 
mount point like /otherhome but the rest of the details can be the same as 
your /home information. Save and $mount /dev/hdXY.  Repeat for the other 
install when required.


HTH

Wackojacko



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




KDE 3.4.1 .ICEauthority

2005-06-18 Thread Wackojacko
I am running the Unstable AMD64 port and have just upgraded to KDE 3.4.1 
from alioth and KDE failed to start with an error stating 
'/home/user/.ICEAuthority permission denied'.  I have fixed this by chown 
user:user /home/user/.ICEAuthority but is this the correct solution?  Is it 
a bug?


FYI I am also using Xorg 6.8 from Ubuntu Hoary archives.

TIA

Wackojacko 




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




KDM Error - no screens found

2005-06-18 Thread Wackojacko
Using AMD64 Unstable, Xorg and KDE 3.4.1 I have a problem with kdm when I 
first boot.  kdm.log shows that the Nvidia driver is not loaded and no 
screens are found.  The strange thing is if I try startx, of kill kdm and 
restart it, everything is fine.


dmesg shows that the nvidia driver is loaded just before kdm spits the error 
out so I'm a little confused.  Could it be a timing thing where the driver 
is not fully loaded before kdm tries to use it?


As always your help is appreciated.

Wackojacko 




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




No joystick device nodes

2005-06-18 Thread Wackojacko
Final problem for today at least.  I cannot get my sidewinder precision pro 
to work with Linux.  I have a Asus A8N-SLI NF4 motherboard and I am using 
the latest Nvidia drivers (0301 I think) but no device nodes are created. 
I've tried creating the device nodes manually and modprobe 
sidewinder/joydev/gameport in various order without success.


I am running a custom AMD64 Kernel compiled from 2.6.11 debian source 
package using make-kpkg and using the latest udev from unstable on a pure64 
unstable system.  I have tried my 32bit install and Knoppix 3.7 without any 
better results.  I would really like to try out some of these Linux games I 
keep hearing so much about but using the keyboard is a little tedious :-(


Thanks

Wackojacko




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




Re: KDM Error - no screens found

2005-06-18 Thread Wackojacko
I have exactly the same problem, but I'm using 32 bit kernel on a AMD64 
cpu,
xfree86 and an ATI card. I always thought that the problem is the driver 
from

ATI, but now I guess is something with kde.

I wil try another graphical login (gdm maybe) to see what happens.

Regards,
Toshiro.

Just tried xdm and it worked fine so I guess its a bug in kdm.  How do I go 
about reporting this, does the reportbug package do all the hard work?


Thanks

Wackojacko 




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




Re: Copy protected CD's

2005-06-20 Thread Wackojacko



Hi Debian!

Read an article in the WP about copyprotected CD's:
http://www.washingtonpost.com/wp-dyn/content/article/2005/06/18/AR2005061800149.html

Would cdparanoia care?

H


This sounds like the same DRM copy protection used by most legitimate 
internet download sites these days.  You can download your favourite music 
(at a price) and make up to three copies onto CD.


At the moment this is software controlled, Windows Media Player allows you 
to download and manage copy protected sources, but I am sure there are many 
others.  The future is hardware controlled DRM with Intel leading the way


http://www.digitmag.co.uk/news/index.cfm?NewsID=4915

I'm so glad I bought AMD!  Although I suspect future CD's will only be able 
to be ripped if the appropriate DRM system are in place :(


Wackojacko



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




RE: KDM Error - no screens found

2005-06-21 Thread Wackojacko
?á?ek Kry?tof wrote:

>  Try tu put "nv" (GPL driver) or "nvidia" (accelerated driver) into your
>  /etc/modules so that this module gets loaded before X is started
> 

I'd already thought of this, or at least I though I had.  nvidia module was
shown in the modules.conf file generated from an entry in /etc/modprobe.d/
and being a newbie I thought this would mean it would be loaded.  It wasn't
and putting an entry in /etc/modules fixed the problem.

Thanks

Wackojacko


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



Re: Xfree86 problems, sarge/woody

2007-03-02 Thread Wackojacko

Arlie Stephens wrote:


The complaint is that it fails to find a framebuffer, regardless of
which answer I give to the question of whether or not to use the
kernel's framebuffer. 


Have you tried manually editing the file?  Comment out the UseFBDev 
option below.  There are two other modules not found found errors you 
may need to address.  See below.

### BEGIN DEBCONF SECTION




Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"pex5"

This line is causing an error, comment it out for now.

Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"xie"

This line is causing an error, comment it out for now.

EndSection





Section "Device"
Identifier  "RIVA TNT2"
Driver  "nv"
Option  "UseFBDev""true"

This line is causing an error, comment it out for now.


Errors noted

(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"





(EE) Failed to load module "pex5" (module does not exist, 0)
(WW) Warning, couldn't open module xie
(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (module does not exist, 0)





(WW) open /dev/fb1: No such device
(WW) open /dev/fb2: No such device
(WW) open /dev/fb3: No such device
(WW) open /dev/fb4: No such device
(WW) open /dev/fb5: No such device
(WW) open /dev/fb6: No such device
(WW) open /dev/fb7: No such device
(EE) Unable to find a valid framebuffer device
(EE) NV(0): Failed to open framebuffer device, consult warnings and/or errors 
above for possible reasons
(you may have to look at the server log to see warnings)


HTH

Wackojacko


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




Re: Two identical usb networking cards problem

2007-03-03 Thread Wackojacko

David Fokkema wrote:



Still leaves me with one question: how do I figure out which
daemon/script brings up my interfaces at what time?

Thanks,

David


/etc/init.d/networking is the script.  The order of the scripts is 
controlled by the order in which they appear in the relevant run level 
directory /etc/rc(runlevel).d.


The SXXscript 'starts' the script KXXscript stops it.  These links are 
run in numerical order of the XX.


HTH

Wackojacko


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




Re: Two identical usb networking cards problem

2007-03-03 Thread Wackojacko

David Fokkema wrote:

On Sat, 2007-03-03 at 15:37 +, Wackojacko wrote:

David Fokkema wrote:


Still leaves me with one question: how do I figure out which
daemon/script brings up my interfaces at what time?

Thanks,

David


/etc/init.d/networking is the script.  The order of the scripts is 
controlled by the order in which they appear in the relevant run level 
directory /etc/rc(runlevel).d.


The SXXscript 'starts' the script KXXscript stops it.  These links are 
run in numerical order of the XX.


This script only runs 'ifup -a', as far as I can tell. Ifup won't log
which devices it upped. Furthermore, 'ifup -a' never ups my usb nets
eth1 and eth2 when I ssh in, down eth1 and eth2 and then issue 'ifup
-a'. However, one of them is always up when my system finishes booting.
How can that be?



Hmm!

from man ifup

'-a, --all  If given to ifup, affect all interfaces marked auto.  	 
Interfaces are brought up in the order in which they are  defined in 
  /etc/network/interfaces.'


man interfaces

'Lines beginning with the word "auto" are used to identify the physical 
interfaces to be brought up when ifup is run  with  the  -a option. 
(This  option  is  used by the system boot scripts.)  Physical interface 
names should follow the word "auto" on the same line.  There can be 
multiple "auto" stanzas.  ifup brings the named interfaces up in the 
order listed.


Lines beginning with "allow-" are used to identify interfaces that 
should be brought up automatically by various  subsytems.  This may  be 
done using a command such as "ifup --allow=hotplug eth0 eth1", which 
will only bring up eth0 or eth1 if it is listed in an "allow-hotplug" 
line. Note that "allow-auto" and "auto" are synonyms.'


So ifup -a will only bring up all the interfaces marked 'auto' as you 
have discovered.


allow-hotplug passes the task of bringing up of the interface to udev 
(as this now incorporates hotplug) so /etc/init.d/udev is the script 
that starts the deamon.


As to why this doesn't work and the 'auto' does, its probably something 
to do with the udev rules used to identify the interfaces.  I don't have 
usb interfaces and am not a udev expert so I don't know how much more 
help I can be :)


Regards

Wackojacko



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




Re: Two identical usb networking cards problem

2007-03-03 Thread Wackojacko

David Fokkema wrote:

It is irritating
to discover that linux does not log everything (as I always tell windows
users who're tracking down fathomable problems).

David


Just had a quick look at /etc/udev/ and it may be worth uncommenting the 
log lines in some or all of the files here.


e.g. the last line of hotplug.rules has an additional logging function, 
it may help you track down what happens when you insert the device which 
is not happening on boot?


HTH

Wackojacko


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




Re: Wired and wireless PCMCIA LAN cards: configuration problems

2007-03-05 Thread Wackojacko

Ken Heard wrote:

After taking to heart the two messages received in response to my plea
for help (thanks pinniped and Kevin Mark) I spent several hours on the
net and found some useful information.  Nevertheless, I still do not
have a wireless connection.

First, I agree with both pinniped and Kevin Mark that gui configurators
for wireless cards are not helpful.  After some experimentation I found
that something in either KWiFiManager or the wireless network utility in
the KDE Control Centre added the two lines in the
/etc/network/interfaces file "address 127.0.0.1" and "netmask 255.0.0.0"
were preventing me from booting with the wired card already installed,
because doing so would hang the computer when I tried to log on to my
user.  Once I commented out those two lines I had no trouble.

Second, of the two wireless cards I tried, I found that one, the
SMC2835W, comes in three versions.  Version 1 works if the prism54
module is installed.  However, versions 2 and 3 do not.  The only way to
determine the version of such cards is to run "cardctl ident".

There is absolutely nothing in the packaging or the manual on the
accompanying CDROM to identify the version.  It so happens that I have
version 3; so I am out of luck as far as that card is concerned.  Anyone
want to buy it?  It would be nice if manufacturers came clean about
their products.


If your OK with non-free stuff you could try ndiswrapper with the 
windoze driver.



Third, I still had the second card I tried, a surecom EP-9428-g\3A.  I
discovered that the driver for this card is the rt2500.  (Is that also
the chipset name?)  As pinniped said, the rt2500 driver became open
source about a year ago.





Anybody have any idea what the problem or problems may be?  


Strange as it may seem, sometimes you have to just keep trying.  I had 
similar problems before and then all of a sudden it just started to 
work.  Google for wireless on linux and you'll see several others in the 
same boat.



Another
question: is there a Debian package which sniffs for 802.11g wireless
access points and permits entry of encryption keys for those points,
thereby permitting access?

Regards,

Ken Heard


Have you tried wpasupplicant.  Not strictly what your looking for but it 
has some good example files and can be configured to attach to different 
networks, including WEP, WPA and WPA2.


HTH

Wackojacko


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




Re: DVD ripping/copying/demacroing/deregionalizing

2007-03-05 Thread Wackojacko

Mike McCarty wrote:

Mathias Brodala wrote:


You mean DVDShrink and you can run it through WINE. Not sure if it 
works like on

Windows systems, though.


No, I don't mean DVDShrink. My girlfriend downloaded one (cost
$25 USD) and I was trying to run it under Wine. It seems to run,
but I hit some snags with permissions (all files on the DVD are
owned by root:root). I thought that, rather than fool with Wine
etc. I'd try to use some native Linux apps, if they exist.

She bought a DVD recorder, and wishes to make copies of the
off-air stuff, and also some commercial ones with MacroVision.
The interest is partly that she has a DVD player run through
a VCR, and playing the MV stuff requires taking the VCR out
of the signal path. If she could make copies of legally owned
DVDs which were demacroed she wouldn't have the problem
of having to recable her system over and over.

Mike


Try vobcopy for the commercial ones, this copies just the movie file 
without the menus.  For the recorded ones it will depend on what format 
the recordings are.  I use DVD-ram and you can simply copy over the .vro 
file and rename it .mpg.  Avidemux to edit it then use transcode, 
dvdauthor etc. to shrink/reauthor the DVD.


HTH

Wackojacko


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




Re: troubleshooting ls120 mount problems

2007-03-07 Thread Wackojacko

ChadDavis wrote:
I need some advice in troubleshooting mount problems.  I've got al ls120 
superdisk that I'm trying to mount.  I've installed it as the secondary 
device on my main ide channel, behind the boot hard drive. 


Here's what I've got in my fstab:

/dev/hdb   /media/ls120 vfatrw,user,noauto  0   0

And when I try to mount, with

mount /media/ls120

I get:

mount: special device /dev/hdb does not exist

So, I'm thinking the drive might be dead?  Or not being recognized? 


How do you troubleshoot such a thing?

Thanks for your help.



/dev/hdb is the whole disk I doubt you want to mount it like this.

#dmesg | grep hdb should give you some idea whether its seen

#cfdisk /dev/hdb will tell you about the partitions.

I suspect you need to change the 'hdb' in fstab to 'hdb1' if you only 
have one big partition on the disk.


HTH

Wackojacko


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




Re: troubleshooting ls120 mount problems

2007-03-07 Thread Wackojacko

Redirecting to list

ChadDavis wrote:


/dev/hdb is the whole disk I doubt you want to mount it like this.

#dmesg | grep hdb should give you some idea whether its seen 




dmesg gives me :

 sudo dmesg | grep hdb
[17179574.996000] ide0: BM-DMA at 0xf000-0xf007, BIOS settings: 
hda:pio, hdb:pio


Seems like  there's something there, but no indication that it 
recognizes it as the device it is. 



I would expect to see more about the disk than this eg. on my system hdb 
is a dvd-rom and I get


#dmesg| grep hdb
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:DMA
hdb: MATSHITADVD-ROM SR-8585F, ATAPI CD/DVD-ROM drive
hdb: ATAPI 32X DVD-ROM drive, 512kB Cache, UDMA(33)

Probably time to check the cables and jumpers on the disk in question, 
maybe swap a few around as see what happens.



#cfdisk /dev/hdb will tell you about the partitions.


This fails with "fatal error: can not open disk drive".   



It doesn't look like its recognised the disk.

As an aside I think you may benefit from installing hdparm and setting 
the DMA mode of your disks to improve performance (currently pio which 
IIRC is not the best).


HTH

Wackojacko


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




Re: apt-cd setup [was Re: Re: initramfs-tools fixed (maybe)]

2007-03-07 Thread Wackojacko

Andrew Sackville-West wrote:

I'm putting this back on the list as I don't install from CD's and
can't really answer this. 


I will say though, that if you haven't read the installation docs, you
should do so as this is surely answered there.

On Tue, Mar 06, 2007 at 08:13:10PM -0600, Charles Blair wrote:
  Grub seems to be working so that I am able to get at both debian and 
windows XP.




great! progress!


  When I log into debian and type

tasksel --new-install

it asks me for choices, of which I checked "desktop" and "standard".

It then asks me to put

Debian GNU/Linux testing _Etch_ _Official Snapshot i386 CD Binary-1
20070226-09:38

in the drive '/cdrom/' and press enter


okay. Have you registered the cd's with apt? I don't know how this
works, but you have to have the cd's listed in your
/etc/apt/sources.list and you may have to also do some other mojo to
ge tthe recognised. i'm thinking its something like apt-cd or
something like that. 


I think apt-cdrom add is what your looking for:)

Wackojacko

I do this, and the message remains.  It seems not to be recognizing the 
CD.  My guess is
that somehow it doesn't recognize the appropriate device.  I think some 
poking around

said that /dev/cdrom was redefined as "hdr"

  I don't think this is causing the problem, but the name of the CD, as 
it describes itself,

is slightly different, saying it's "etch" rather than _etch_.



A



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




Re: how to switch between different network configurations?

2007-03-21 Thread Wackojacko



H.S. wrote:

Zhengquan Zhang mailing list wrote:
I have to switch the network configurations between the lab, the dorm 
and the
home ones. Normally I manullay edit /etc/network/interfaces and 
restart the

networking.

Is there any easier and smarter way of doing this?


Take a look at network-manager. You can switch between different profiles.

->HS



IIRC wpasupplicant can handle multiple networks.  Just put the different 
networks in a conf file, point /etc/network/interfaces to this file and 
it *should* do the rest.  No need to enter anything unless the keys change.


HTH

Wackojacko





Thank you!

Regards:
Zhang








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




Re: how to switch between different network configurations?

2007-03-21 Thread Wackojacko

H.S. wrote:

Wackojacko wrote:


H.S. wrote:

Zhengquan Zhang mailing list wrote:

I have to switch the network configurations between the lab, the dorm
and the
home ones. Normally I manullay edit /etc/network/interfaces and
restart the
networking.

Is there any easier and smarter way of doing this?

Take a look at network-manager. You can switch between different
profiles.

->HS


IIRC wpasupplicant can handle multiple networks.  Just put the different
networks in a conf file, point /etc/network/interfaces to this file and
it *should* do the rest.  No need to enter anything unless the keys change.

HTH

Wackojacko



So if I were to go to an internet cafe, I would need to put that
network's configuration in the conf file as well, wouldn't I?


Yes, but the OP talked about three different but frequently used 
networks, for this I think wpasupplicant would be better.



And is
that conf file writable only by root?



I'm not sure, but as you can put the conf file anywhere I suppose it may 
be possible to put it in home and make it user editable.  Untested though :)


HTH

Wackojacko

->HS





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




Re: pppconfig "command not found"

2007-03-24 Thread Wackojacko

Joe Hart wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

eklektik wrote:

http://jozmak.googlepages.com

- Original Message 
From: M-L <[EMAIL PROTECTED]>
To: debian-user@lists.debian.org
Sent: Saturday, March 24, 2007 2:32:56 AM
Subject: Re: pppconfig "command not found"

On Saturday 24 March 2007 15:00, eklektik sent this for all our perusal:

---}
---} 
---}

---} - Original Message 
---} From: M-L <[EMAIL PROTECTED]>
---} To: debian-user@lists.debian.org
---} Sent: Friday, March 23, 2007 10:01:56 PM
---} Subject: Re: pppconfig "command not found"
---}
---} On Saturday 24 March 2007 11:54, eklektik sent this for all our
perusal: ---} >---} Hi,
---} >---} I've just installed etch and want to hook up to the Internet via
an ---} > external modem. But when I issue the command pppconfig I get the
message ---} > "command not found." pppconfig always worked for me before.
Now I dont know ---} > how to hook up to the internet. ---} Also after
installation my ubuntu on ---} > the other partition doesn't see the
partitions any longer. What could be ---} > the problem. ---}
---} >---} jmak
---}
---} Probably a silly question but :- did you install pppconfig?
---}
---} Actually the pppconfig is not installed from some reasons. I thought
when I install the distro the pppconfig is part of the istallation. So what
can I do now? ---}
---} jmak
---}
---} (Sorry the previous email went to the wrong place)
Easily fixed; as root just type "apt-get install pppconfig" [without the 
quotes of course] into a terminal. Once installed just run it in the same 
terminal as root.


HTH
Charlie

Thanks,
But the pppconfig package cannot be found on the cd and I cannot connect to the 
internet to install it. Is there way to connect to the internet without 
pppconfig?

Jmak




__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 





The catch-22.  How can you install something from the internet if you
can't connect to the internet.  Been there, done that.

Solution.  Use another distro (like knoppix) that comes with pppconfig
and download the ppconfig.deb file and put it somewhere on the hard
drive, then you can use dpkg to install it when you reboot.

Joe

Joe

Or, as someone has already hinted at, the OP could boot into the Ubuntu 
partition he already has installed and then *chroot* into the debian 
partition and run apt-get as normal using the internet connection from 
ubuntu.


HTH

Wackojacko


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




Re: Copying files to a windows XP partition (mtools?)

2007-03-25 Thread Wackojacko

Thias wrote:

Hello,

Unfortunatly, you should have a vfat partition to exchange data between
Linux and Windows using mtools. As ntfs filesystem and "write permission
under linux" are not very friendly, you may want to have a look at 
ntfs-3g.


On Sun, Mar 25, 2007 at 01:16:15PM -0500, Charles Blair wrote:

   With a lot of help from people on this list, I have a dual-boot
system with /dev/sda1 as a windows partition (etch install).

   After mount -t ntfs /dev/sda1 ./mntpoint

I can use ls to see files in the windows partition and copy files
to debian.  However, I cannot send files in the other direction.
I hope there is a simple fix.

   On an older dual-boot system, I used mtools.  Is this still
recommended?  I tried created a mtools.conf file that just said

drive c:
file="/dev/sda1"

but I just get a message "drive c: not supported"


If you dont have/cant make a vfat partition there is another option. 
There is a windows driver for ext2 (1) (assuming that's what you use) 
which enables you to copy from linux to windows when in windows.


HTH

Wackojacko


(1) http://www.fs-driver.org/


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




Re: pthread has error on Etch

2007-03-26 Thread Wackojacko

Mohsen Pahlevanzadeh wrote:

Jhair Tocancipa Triana wrote:

Mohsen Pahlevanzadeh writes:


void *task1(int *counter)
{
while(*counter < 5 ){
printf("task1 count: %d\n",*counter);
(*counter)++;
}//end of while

You are missing a parenthesis here.


void cleanup(int counter1,int counter2)
{
printf("Total iterations: %d\n",counter1+counter2);
}//end of cleanup function
But i receive following error:

With the parenthesis mentioned above added compiles fine in Debian
unstable.

HTH,


I can't understand where i put parenthesis.
--Mohsen


Excuse me jumping in, but I think its the 'end of task1 function' that 
requires a '}'.


HTH

Wackojacko


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




Re: riped dvd menu

2007-03-27 Thread Wackojacko

gustavo halperin wrote:

Hello

I need change the DVD region of my DVDs, What I do is:
 1: make a dvd backup with 'dvdbackup'.
 2: change the region with a rubi's script that I found in the net.
 3: make a dvd image with 'mkisofs'.
 4: try to burn the dvd with 'growisofs'.

The problem is that the image is to big to be burned in the DVD with 
capacity of 4.7GB.
So my idea is to remove the Special Features from the DVD and from the 
dvd-menu and the  burn the DVD.


So my question is How can to be riped the dvd-menu, then rebuild it just 
with the movie, How to know with files are the "Special Features" and 
also remove them. And finally make the image and burn it (steep 3 and 4 
above).



 Thank you in advance,

 Gustavo



K9copy from debian-multimedia does exactly this.  You can chose to keep 
whatever aspects of the original DVD you want and they are recoded to 
fit a standard DVD.


HTH

Wackojacko



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




Re: NVIDIA and Etch : WAS Re: Problems with GRUB and SATA

2007-03-27 Thread Wackojacko



Ian Broadbent wrote:

Question please... should the driver be 'nvidia' or 'nv', (if

'nvidia'

-  any suggestions as to what I am missing?)  ... if it's should be
'nv' in any event .. then can someone help me find the settings for
this to get the colours to be accurately displayed? 

It depends.  IIRC 'nv' is the open source driver that comes with Xorg
and 'nvidia' is the proprietary driver.  Which one you use depends on
what you want out of your card I suppose.



Thanks Magnus, with the 'nv' all I get is basic graphics.  The modules
and various bits'n'pieces for the 3d acceleration and advanced elements
all load and report (via the log files) as being 'ok', but each time
(and I have now rebuilt the kernel with the proprietory driver pack 5
times with various options selected and deselected) I fire it up with
'nvidia' in the xorg.conf file it fails with warnings about no instance
for NVIDIA and the X-server failing with a 'Caught signal 11'. 




Also note that there are two versions of the proprietary driver
available in Debian (at least in Sid); the package names for the older
one end with -legacy.  On top of this there's a new version of the
driver out, but it doesn't seem to have hit Sid yet AFAIU it removes
support for some older cards.


Yep, I was aware of that thanks I haven't gone the legacy route
because this is meant to be a 'new' motherboard and revised NVIDIA
chipset (NF-6100-406)... so I presumed that going 'legacy' would not be
much use.



Sorry I can't help you out more than this...

/M



Thanks for at least responding Magnus I have been asking the same
questions now for days of various forums ... and folks must be getting
as sick of me asking as I am of trying to get this thing to work.

I have read dozens of trails about this 'Signal 11' ... but so far not
one of them has thrown any light on it.  (The error codes listed for the
xserver are about as obscure as they could be ... at least the version I
downloaded was).

I must have done something really dumn... but I just can't figure this
one out.  I suspect it has somethign to do with the warning about there
being no instance for NVIDIA at 00:1:3 (or 00:0:13 ... quite why they
keep alternating is also a mystery to me).



Try commenting the PCI bus line out of the xorg.conf and see if the 
driver can auto detect the card.  Otherwise, look at lspci -v for 
details of the bus.



Ah well,   ... as written .. thanks for responding at least.

Ian


HTH

Wackojacko


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




Re: NVIDIA and Etch : WAS Re: Problems with GRUB and SATA

2007-03-27 Thread Wackojacko

Ian Broadbent wrote:
Try commenting the PCI bus line out of the xorg.conf and see if the 
driver can auto detect the card.  Otherwise, look at lspci -v for 
details of the bus.



Oh and BTW. I had already tried that (and have just repeated it
'just in case') ... no effect whatsoever. same error-11 , same warnings.


Ian



OK, rename the current xorg file and rerun dpkg-reconfigure xserver-xorg 
and select nvidia, leave the PCI BUS empty and restart X.


Also post the output of lspci -v |grep VGA (should show video 
controller) and /var/log/xorg if no luck.


HTH

Wackojacko

PS no need to CC me I am subscribed to the list.


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




Re: NVIDIA and Etch : WAS Re: Problems with GRUB and SATA

2007-03-27 Thread Wackojacko

Ian Broadbent wrote:
On Tue, 2007-03-27 at 13:39 +0100, Wackojacko wrote: 

Ian Broadbent wrote:
Try commenting the PCI bus line out of the xorg.conf and see if the 
driver can auto detect the card.  Otherwise, look at lspci -v for 
details of the bus.


Oh and BTW. I had already tried that (and have just repeated it
'just in case') ... no effect whatsoever. same error-11 , same warnings.


Ian

OK, rename the current xorg file and rerun dpkg-reconfigure xserver-xorg 
and select nvidia, leave the PCI BUS empty and restart X.


Done.Same warnings (only this time for PCI 00:1:3  rather than
00:13:0) Same error 11.

Also post the output of lspci -v |grep VGA (should show video 
controller) and /var/log/xorg if no luck.


return from root call to lspci.

brutus:~# lspci -v |grep VGA
00:0d.0 VGA compatible controller: nVidia Corporation Unknown device
03d1 (rev a2) (prog-if 00 [VGA])



IIRC, this suggests the bus id is 00:0d.0.

Also try installing the pciutils package and running update-pciids as 
root.  Then rerun the lspci command.



 which looks very similar to the entry in the longer lspci report.

The log file(s) are attached.
Xorg.0.log.old is the one from when it fails using 'nvidia'
Xorg.0.log is the most recent after I reset the xorg.conf to use 'nv'

I presume that the fonts having warnings is just that  as it
appears to find alternatives later.

...as for the rest, I don't know what I am missing, ...perhaps i am too
hooked up on the PCI warning and missing something more obvious.

 


Ian






(II) Primary Device is: PCI 00:0d:0
(WW) NV: No matching Device section for instance (BusID PCI:0:1:3) found


Again suggests different PCI Bus ID as above.



(II) Initializing extension GLX

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6d) [0x4802ed]
1: /lib/libc.so.6 [0x2ac51f460110]
2: /lib/libc.so.6(__ctype_tolower_loc+0x25) [0x2ac51f45a2c5]
3: /usr/bin/X(xf86nameCompare+0xfe) [0x4a4cde]
4: /usr/bin/X(InitInput+0x103) [0x45ea23]
5: /usr/bin/X(main+0x337) [0x430e57]
6: /lib/libc.so.6(__libc_start_main+0xda) [0x2ac51f44d4ca]
7: /usr/bin/X(FontFileCompleteXLFD+0x9a) [0x43026a]

Fatal server error:
Caught signal 11.  Server aborting



Ah!  Seems to be a problem with the GLX extension,  are you sure the 
nvidia-glx package matches the source from which you compiled the module?


I have googled this error (last line of backtrace) and it appears others 
are having problems and it does seem to be the nvidia-glx package 
causing the problem.  Bug#415878 (1) seems similar to your problem and 
suggests commenting the Load glx from xorg.  Might want to try this and 
see if it loads (albeit without glx acceleration) and add to the bug 
report if necessary.


HTH

Wackojacko

(1) 
http://people.debian.org/~terpstra/thread/20070324.205818.d7d3b216.en.html



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




Re: riped dvd menu

2007-03-28 Thread Wackojacko

gustavo halperin wrote:

Wackojacko wrote:

gustavo halperin wrote:

Hello

I need change the DVD region of my DVDs, What I do is:
 1: make a dvd backup with 'dvdbackup'.
 2: change the region with a rubi's script that I found in the net.
 3: make a dvd image with 'mkisofs'.
 4: try to burn the dvd with 'growisofs'.

The problem is that the image is to big to be burned in the DVD with 
capacity of 4.7GB.
So my idea is to remove the Special Features from the DVD and from 
the dvd-menu and the  burn the DVD.


So my question is How can to be riped the dvd-menu, then rebuild it 
just with the movie, How to know with files are the "Special 
Features" and also remove them. And finally make the image and burn 
it (steep 3 and 4 above).



 Thank you in advance,

 Gustavo



K9copy from debian-multimedia does exactly this.  You can chose to 
keep whatever aspects of the original DVD you want and they are 
recoded to fit a standard DVD.


HTH

Wackojacko
Thank  you, but I'm not sure about K9copy, first K9copy is KDE depend 
and I prefer don't install programs that are KDE based (also Gnome based 
to), second looks like K9copy use dvdauthor for the menu issues and 
dvdauthor can't integrate the original menu and copy and modify or edit 
it (see link the K9copy page: http://k9copy.sourceforge.net/).
 So that is my question/problem: Can I extract from the DVD its menu and 
edit this menu ?


Thank you
 Gustavo




I have just done exactly what you want to do with k9copy.  It uses 
dvdauthour to create menus *if* you chose not to include the original 
menu.  Otherwise it automatically uses the existing menus and the links 
to features that were not encoded don't work.


From its description

Package: k9copy

Suggests: k3b
Description: copy DVD like dvdshrink
 A small utility which allows the copy of DVD on Linux. The DVD video 
stream is compressed by the program Vamps.


 o Copy without menus :
  In this case, dvdauthor is used to create a new DVD structure. It is
  possible to choose the order in which the video sequences are played.

 o Copy with menus :
  As dvdauthor does not make it possible to integrate the original 
menus, K9Copy reproduces the original structure of the DVD. The 
navigation packs as well as IFO files are modified to point on the 
compressed MPEG stream.


As for the KDE dependencies I dont think you can get round this :).

HTH

Wackojacko


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




Re: entering data into a pdf file

2007-06-30 Thread Wackojacko

Andrew Gray wrote:

Alan Ianson wrote:


Hello List!

I need to enter data into a pdf file and print it. I can view the 
pdf using evince but I can't seem to enter any data into the fields. 
How can I do this?



  
I remember from my dad's experience at work, where he does this very act 
on an extremely regular basis, that you need the professional version of 
Adobe Acrobat in order to enter data into fields; not even the regular 
Acrobat Reader would do the job. Evince won't work because it's only a 
viewer, similar to Acrobat Reader. I don't know about free software 
alternatives.
 


Acrobat reader is available from the unofficial debian repository at 
www.debian-multimedia.com. With the additional plugins available from 
this site, it does allow filling of forms in pdf format.


HTH

Wackojacko




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




Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread Wackojacko

Kent West wrote:

Andrew Sackville-West wrote:

On Wed, Jul 11, 2007 at 09:04:29PM -0500, Kent West wrote:


[a bunch of resolved cifs/smbfs stuff... ]

 
And finally, the last issue remains: if mount normally must be run by 
root, how can I give non-root users access to mount shares without 
knowing before-hand what shares to pre-populate /etc/fstab with?


It would be much easier just to continue using smbmount, but like I 
say, I'm trying to be a good, forward-going sort of guy rather than 
living in the fading past





I;m jumping in here. What makes you think smbmount is going away? its
still listed as a file in the sid versions of samba stuff.

The man page, as in ...


[EMAIL PROTECTED]:/home/westk:> man smbmount



DESCRIPTION
   smbmount   mounts  a  Linux  SMB  filesystem.  It  is  
usually  invoked  as


   WARNING: smbmount is deprecated and not maintained any 
longer.   mount.cifs

   (mount -t cifs) should be used instead of smbmount.



maybe the solution to your problem is to go right around it and use
automount (can you use that with samba? I think so) and just set up
automounts for everything that could be mounted.
  
I'm not really familiar with automount, but doesn't it require you to 
pre-define the available mounts (as your question indicates)? That would 
prevent Joe User 1 on his Windows box from sharing out a folder on 
Saturday evening so Jane User 2 on the Linux box could get to the 
pictures from the birthday party that day, unless the admin of the Linux 
box had already foreseen that Joe User 1 would be doing that, in which 
case I suspect the admin could be doing a lot better things with his 
prophetic gift than adminning a Linux box.


But as mentioned, I don't really understand automount, so that might be 
an option for me to investigate.


Thanks!



I have had no problem mounting windows shares on my debian box.  For one 
of mounts I use LinNeighborhood (like Win Xp Network Neighbourhood) 
which allows you to view and mount available shares on the network. 
It's basically a front end to smbmount.


HTH

Wackojacko


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




Re: Eeek?! smbmount is deprecated?!

2007-07-12 Thread Wackojacko

> Wackojacko wrote:
I have had no problem mounting windows shares on my debian box.  For one 
of mounts I use LinNeighborhood (like Win Xp Network Neighbourhood) 

  ^^
s/of/off :)

KDE also has a quick browser menu for samba shares if you just want to 
view the contents.  You can mount them this way also but you need to 
know the /path of the share.


HTH

Wackojacko


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




Re: problems installing with 'writemaster' CDROM

2007-07-28 Thread Wackojacko

michael wrote:
Folks, I've a new machine 


Its likely that the machine has more bearing on this problem than the 
CDROM itself.  We need more information regarding the Motherboard and in 
particular the IDE or SATA chip the drive is connected to.



with a "writemaster" CDROM drive. When trying
to install Debian 4.0 from iso image burnt to CD, it initially
recognises the CD and starts the installation but fails at the screen
where the CD drive is to be recognised (for continuing the
installation). I've tried various module/device combos but all to no
avail. I've looked about on Google but not come up with a working
solution.

Has anybody else successfully uses this CDROM drive to install Debian,
or have suggestions on how I can determine a working module/device
combo. Please let me know if you need any further information.


Have you tried to boot a live CD like Knoppix or Ubuntu?  If this boots 
OK the output of


lspci -vv
lsmod

would help identify the correct modules to load.


Thanks, Michael



HTH

Wackojacko


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




Re: problems installing with 'writemaster' CDROM

2007-07-28 Thread Wackojacko

michael wrote:


iTCO_wdt   20625  0 
iTCO_vendor_support12741  1 iTCO_wdt

snd_page_alloc 19025  2 snd_hda_intel,snd_pcm
i2c_core   35777  1 i2c_i801
rtc_cmos   17017  0 
sr_mod 26853  0 
cdrom  44009  1 sr_mod
sg 45673  0 
dm_snapshot25609  0 
dm_zero10817  0 
dm_mirror  30785  0 
dm_mod 68785  9

dm_multipath,dm_snapshot,dm_zero,dm_mirror
pata_marvell   16449  0 
ata_piix   25413  3 
ata_generic17221  0 
libata137201  3 pata_marvell,ata_piix,ata_generic
sd_mod 37441  5 
scsi_mod  168697  4 sr_mod,sg,libata,sd_mod
ext3  141905  2 
jbd73009  1 ext3

mbcache18249  1 ext3
ehci_hcd   42957  0 
ohci_hcd   30405  0 
uhci_hcd   34401  0 


It would appear from this, and other info in subsequent e-mails, that 
you need to load the 'ata_piix' module.  When the install stalls do 
Ctrl+Alt+F2 to get to another terminal and 'modprobe ata_piix'. 
Apologies if you have already tried this.


There is a possibility that the etch kernel is not new enough for this 
MB, what kernel does fedora run on?  If this is the case you may need a 
custom installer, google is your friend here.


HTH


Wackojacko


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




Re: problems installing with 'writemaster' CDROM

2007-07-30 Thread Wackojacko

michael wrote:

On Sat, 2007-07-28 at 18:03 +0100, Wackojacko wrote:

michael wrote:


iTCO_wdt   20625  0 
iTCO_vendor_support12741  1 iTCO_wdt

snd_page_alloc 19025  2 snd_hda_intel,snd_pcm
i2c_core   35777  1 i2c_i801
rtc_cmos   17017  0 
sr_mod 26853  0 
cdrom  44009  1 sr_mod
sg 45673  0 
dm_snapshot25609  0 
dm_zero10817  0 
dm_mirror  30785  0 
dm_mod 68785  9

dm_multipath,dm_snapshot,dm_zero,dm_mirror
pata_marvell   16449  0 
ata_piix   25413  3 
ata_generic17221  0 
libata137201  3 pata_marvell,ata_piix,ata_generic
sd_mod 37441  5 
scsi_mod  168697  4 sr_mod,sg,libata,sd_mod
ext3  141905  2 
jbd73009  1 ext3

mbcache18249  1 ext3
ehci_hcd   42957  0 
ohci_hcd   30405  0 
uhci_hcd   34401  0 
It would appear from this, and other info in subsequent e-mails, that 
you need to load the 'ata_piix' module.  When the install stalls do 
Ctrl+Alt+F2 to get to another terminal and 'modprobe ata_piix'. 
Apologies if you have already tried this.


I hadn't tried that particular module, but doesn't help :(


There is a possibility that the etch kernel is not new enough for this 
MB, what kernel does fedora run on?  If this is the case you may need a 
custom installer, google is your friend here.


2.6.22.1-33.fc7


That's probably the reason then if the box is very new.  Look for a 
custom installer or, if the box is not mission critical, try the testing 
installer which should have a newer kernel.


HTH

Wackojacko.


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




Re: Debian4 network install woes [WAS: problems installing with 'writemaster' CDROM]

2007-07-30 Thread Wackojacko

michael wrote:

On Sat, 2007-07-28 at 18:01 +0100, michael wrote:

On Sat, 2007-07-28 at 14:47 +0100, Wackojacko wrote:

michael wrote:
Folks, I've a new machine 
Its likely that the machine has more bearing on this problem than the 
CDROM itself.  We need more information regarding the Motherboard and in 
particular the IDE or SATA chip the drive is connected to.



with a "writemaster" CDROM drive. When trying
to install Debian 4.0 from iso image burnt to CD, it initially
recognises the CD and starts the installation but fails at the screen
where the CD drive is to be recognised (for continuing the
installation). I've tried various module/device combos but all to no
avail. I've looked about on Google but not come up with a working
solution.

Has anybody else successfully uses this CDROM drive to install Debian,
or have suggestions on how I can determine a working module/device
combo. Please let me know if you need any further information.

here's some more info (snippets from 'dmesg'):
sd 1:0:0:0: [sdb] Attached SCSI disk
ata_piix :00:1f.5: MAP [ P0 P2 P1 P3 ]
ACPI: PCI Interrupt :00:1f.5[A] -> GSI 19 (level, low) -> IRQ 19
PCI: Setting latency timer of device :00:1f.5 to 64
scsi2 : ata_piix
scsi3 : ata_piix
ata3: SATA max UDMA/133 cmd 0x00012128 ctl 0x0001214e
bmdma 0x000120f0 irq 19
ata4: SATA max UDMA/133 cmd 0x00012120 ctl 0x0001214a
bmdma 0x000120f8 irq 19
ACPI: PCI Interrupt :02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
PCI: Setting latency timer of device :02:00.0 to 64
scsi4 : pata_marvell
scsi5 : pata_marvell
ata5: PATA max UDMA/100 cmd 0x00011018 ctl 0x00011026
bmdma 0x00011000 irq 17
ata6: DUMMY
BAR5:00:00 01:7F 02:22 03:CA 04:00 05:00 06:00 07:00 08:00 09:00 0A:00
0B:00 0C:01 0D:00 0E:00 0F:00 
ata5.00: ATAPI: TSSTcorpCD/DVDW SH-S182M, SB03, max UDMA/33

ata5.00: configured for UDMA/33
scsi 4:0:0:0: CD-ROMTSSTcorp CD/DVDW SH-S182M SB03 PQ: 0
ANSI: 5
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised:
[EMAIL PROTECTED]
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.

sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 1:0:0:0: Attached scsi generic sg1 type 0
scsi 4:0:0:0: Attached scsi generic sg2 type 5
sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.20
sr 4:0:0:0: Attached scsi CD-ROM sr0
rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month
iTCO_vendor_support: vendor-support=0
ACPI: PCI Interrupt :06:03.0[A] -> GSI 19 (level, low) -> IRQ 19
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
iTCO_wdt: Found a ICH8DO TCO device (Version=2, TCOBASE=0x0460)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
Copyright (c) 1999-2006 Intel Corporation.
ACPI: PCI Interrupt :00:19.0[A] -> GSI 20 (level, low) -> IRQ 20
PCI: Setting latency timer of device :00:19.0 to 64
Floppy drive(s): fd0 is 1.44M
parport_pc 00:09: reported by Plug and Play ACPI
parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
FDC 0 is a National Semiconductor PC87306

cdrom: sr0: mrw address space DMA selected
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
SELinux: initialized (dev sr0, type iso9660), uses genfs_contexts



As W-J, suggested, I've tried a Ubuntu installation CD which does indeed
detect and use the CDROM okay. Here's a snippet of the syslog:
Jul 30 14:05:42 kernel: [3.554527] scsi 4:0:0:0: CD-ROM
TSSTcorp CD/DVDW SH-S182M SB03 PQ: 0 ANSI: 5
Jul 30 14:05:42 kernel: [3.562154] SCSI device sda: 976773168 512-byte hdwr 
sectors (500108 MB)
Jul 30 14:05:42 kernel: [3.562163] sda: Write Protect is off
Jul 30 14:05:42 kernel: [3.562165] sda: Mode Sense: 00 3a 00 00
Jul 30 14:05:42 kernel: [3.562174] SCSI device sda: write cache: enabled, 
read cache: enabled, doesn't support DPO or FUA
Jul 30 14:05:42 kernel: ce sda: 976773168 512-byte hdwr sectors (500108 MB)
Jul 30 14:05:42 kernel: [3.562208] sda: Write Protect is off
Jul 30 14:05:42 kernel: [3.562209] sda: Mode Sense: 00 3a 00 00
Jul 30 14:05:42 kernel: [3.562217] SCSI device sda: write cache: enabled, 
read cache: enabled, doesn't support DPO or FUA
Jul 30 14:05:42 kernel: [3.562220]  sda: sda1 sda2
Jul 30 14:05:42 kernel: [3.581569] sd 0:0:0:0: Attached scsi disk sda
Jul 30 14:05:42 kernel: [3.581647] SCSI device sdb: 1465149168 512-byte 
hdwr sectors (750156 MB)
Jul 30 14:05:42 kernel: [3.581653] sdb: Write Protect is off
Jul 30 14:05:42 kernel: [3.581654] sdb: Mode Sense: 00 3a 00 00
Jul 30 14:05:42 kernel: [3.581663] SCSI device sdb: write cache: enabled, 
read cache: enabled, doesn't support DPO or FUA
Jul 30 14:05:42 kernel: [3.581685] SCSI device

Re: CD/DVD Burner Configuration

2007-08-13 Thread Wackojacko

Adriano Bonat wrote:

Its version 2.6.22.1. Follow attached my dmesg.

You can check on it the message:
sr 1:0:0:0: Attached scsi CD-ROM sr0

Thanks.

On 8/7/07, Marko Randjelovic <[EMAIL PROTECTED]> wrote:

Adriano Bonat wrote:

Hm, I have a SATA controller, so the SCSI emulation owns the HD and
the CD/DVD, I'm not at home now, but if i remember, the /dev/cdrw is a
link to /dev/sr0

Which kernel version is it? You don't need SCSI emulation under 2.6. And
CD cannot be SATA, only IDE.


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




With the new (experimental) ATA drivers in 2.6.22 kernel all drives are 
seen as SCSI drives hence the sr0 assignment. This may be what confused 
K3b if you have recently upgraded the kernel and your IDE burner went 
from /dev/hd? to /dev/sr0.


HTH

Wackojacko


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




Re: /dev/cdrom & /dev/dvd symlinks and udev

2007-08-22 Thread Wackojacko

cothrige wrote:

I have two dvd drives, hdc is a standard drive and hdd is a cd/dvd
writer.  The problem is that all the cdrom symlinks always point at
/dev/hdd which is not my primary drive.  I like cdrw and dvdrw as they
are, but would like to have cdrom and dvd to point correctly to hdc.  In
trying to do this I have followed a number of online howtos but nothing
has any effect.

I have tried using 10-local.rules, local.rules, z99.rules without luck.
I have also tried a number of entries in these files, including:

SUBSYSTEMS=="ide", KERNELS=="1.0", SYMLINK+="cdrom", ENV{GENERATED}="1"

and:

KERNEL=="hdc", SUBSYSTEM=="block", SYMLINK+="cdrom"

and a couple of others I cannot even recall right now.  I used udevinfo
to get the above data, and udevtest would return that the symlinks would
be created, but they never were.  They continue to point to /dev/hdd
apparently regardless of what I do.  I have restarted udev with the
init.d script and have rebooted, all without any change.

What exactly am I doing wrong here?  Is there something I am
overlooking?  Is there perhaps another rules file which overrules this
one and resets or refuses to allow a reset of the symlinks?

Thanks for any help.

Patrick




See /etc/udev/rules.d/z25_persistent-cd.rules this is auto generated by 
the script in /etc/udev/.  I think you can change these around if you 
set the $GENERATED variable to 0 (from comments in file).


HTH

Wackojacko


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




Re: latest udev (0.114-2) problem

2007-08-23 Thread Wackojacko

Wayne Topa wrote:

Mathias Brodala([EMAIL PROTECTED]) is reported to have said:

Hi Wayne.

Wayne Topa, 23.08.2007 18:21:

I have an Athlon k7 box, running testing, as my gateway. Due to a new
system install, I had not upgraded in a few weeks.  On the 21st I
decided that it was time and did the upgrade overnight.  This morning
I rebooted the box to upgrade my sid partition and when I rebooted
testing, I had lost my my localnet connections.

Dmesg shows that the new udev package had decided to change eth0 to
eth1, for some reason.  To use the localnet, I changed eth0 to eth1 in
/etc/network/interfaces, restarted networking and killed the firewall.
My localnet was back.  I then rebooted and found that udev had now
changed the interface to eth3.  This will be a PITA to users that don't
run their boxes 24/7.


Correction:  udev stopped at eth2 NOT eth3.  (I mistyped yet again) On a reboot
it came up again as eth2.  So it is not as bad as I first thought.  


This definitely doesn't sound like udev were working correctly. Is there a
/etc/udev/rules.d/z25_persistent-net.rules file? This one should contain the
mapping of the ethernet devices based on their MAC address. Manual reordering
should be done here, the file usually never ever gets touched after initial
generation.


Yes there is.  I've had problems with udev on systems that I was
trying out various interface cards (usb, pcmcia) on, so thats the first
file I checked.  It is ignoring the, original, eth0 stansa that it was
not having a problem with and adding new eth interfaces.

Here it is, currently.
-
# PCI device 10ec:8139 (8139too)
SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:48:54:d1:35:1c", NAME="eth0"

# USB device 2001:3c00 (rt2500usb)
#SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:11:95:e6:19:12", ATTRS{type}=="1", 
NAME="wlan0"

# PCI device 0x10ec:0x8139 (8139too)
#SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:48:54:d1:35:1c", 
NAME="eth1"

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", DRIVERS=="?*", ATTR{address}=="00:48:54:d1:35:1c", NAME="eth2"
--

Prior to this udev version if I removed all the non existant
interfaces from the /etc/udev/rules.d/z25_persistent-net.rules file,
it would work as expected.  Something changed in this version as that
no longer works.

I found a fix (?) with a google search but I can't try it until I
finish downloading a new kernel.  It was on an Ubuntu Forum so just in
case I'll list it here.  Not Tested Yet so take it with a grain of
salt.

- Possible Fix --
Create/Edit a file /etc/udev/rules.d/10-local.rules with the following content 
Code:

KERNEL="eth*", SYSFS{address}=="00:10:5a:33:44:55" NAME="eth0"
KERNEL="eth*", SYSFS{address}=="00:0c:44:55:66:77" NAME="eth1"

Just change the mac addresses to your own values from ifconfig.



Thanks for the reply!

Wayne


Wayne

It looks as though udev is now detecting the card differently as the PCI 
device now has a '0x' before 8139 so effectively the mapping for eth0 is 
for a non existent card.  I would try deleting all the eth* entries and 
restart.


HTH

Wackojacko


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




Re: ipod mount and udev

2007-08-24 Thread Wackojacko

Richard Lyons wrote:

I'm sure someone here knows how to do this.  Two days of trawling google
have given me many examples to crib but none have worked.

I recently acquired an ipod nano (2nd gen.) 4GB. With grip and gpod, or
just with lame and a lot of painful manual renaming and gpod, I can put
tracks from CDs on it.  The problem is, of course, that it doesn't always
appear at /dev/sdb2, as it did at first.  I have tried adding a file
/etc/udev/rules.d/060-ipod.rules containing
  BUS="usb", SYSFS{product}="iPod", KERNEL="sd*", NAME="%k", SYMLINK+="ipod"


The first three "=" are assigning not comparing.  Replace them with "==" 
and restart udev.


Here's mine for completeness which is slightly different but works.

BUS=="scsi", SYSFS{model}=="iPod", KERNEL=="sd?2", NAME="%k", 
SYMLINK+="ipod"



HTH

Wackojacko


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




Re: Mount ext2/ext3 as specific user at system start?

2006-11-16 Thread Wackojacko

Kamaraju Kusumanchi wrote:

On Wednesday 15 November 2006 20:48, Roberto C. Sanchez wrote:

On Wed, Nov 15, 2006 at 08:28:27PM -0500, Kamaraju Kusumanchi wrote:

So your sample line in /etc/fstab will look like
/dev/sda1   /home/user/partition  autouser,auto,exec 0  
0


The above line is untested so try it only after reading all the relevant
manual pages.

That will not fix his problem.  Since it will automatically mount at
boot, it will be mounted by root.  That means that only root will be
able to unmount it.  Of course, this will not fix any of the ownership
issues.



Thanks Roberto! I use

/dev/sda1   /home/user/partition  autouser,noauto,exec 0  0

to allow the users to mount the USB drive. I did not think of all the 
consequences of changing noauto to auto.


sorry for the noise.

raju


What about the uid,gid options in mount.  my fstab for a vfat shared 
windows partition is


/dev/sda6   /mnt/Windowsdat vfat 
rw,user,auto,uid=1000,gid=1000,umask=0020   2


and it's mounted a boot with user and group ownership I want.

These options are not available on all fs types I think.

HTH

Wackojacko


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




Re: Mount ext2/ext3 as specific user at system start?

2006-11-16 Thread Wackojacko

Wackojacko wrote:

Kamaraju Kusumanchi wrote:

On Wednesday 15 November 2006 20:48, Roberto C. Sanchez wrote:

On Wed, Nov 15, 2006 at 08:28:27PM -0500, Kamaraju Kusumanchi wrote:

So your sample line in /etc/fstab will look like
/dev/sda1   /home/user/partition  autouser,auto,exec 
0  0


The above line is untested so try it only after reading all the 
relevant

manual pages.

That will not fix his problem.  Since it will automatically mount at
boot, it will be mounted by root.  That means that only root will be
able to unmount it.  Of course, this will not fix any of the ownership
issues.



Thanks Roberto! I use

/dev/sda1   /home/user/partition  autouser,noauto,exec 
0  0


to allow the users to mount the USB drive. I did not think of all the 
consequences of changing noauto to auto.


sorry for the noise.

raju


What about the uid,gid options in mount.  my fstab for a vfat shared 
windows partition is


/dev/sda6   /mnt/Windowsdat vfat 
rw,user,auto,uid=1000,gid=1000,umask=0020   2


and it's mounted a boot with user and group ownership I want.

These options are not available on all fs types I think.

HTH

Wackojacko



Sorry for the noise, just read the subject line again and the manpage 
for mount and ext2/3 dont support these options afaict.  Brain in gear :)


Wackojacko


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




Re: /dev/hd* gone with udev

2006-11-18 Thread Wackojacko

Chris Bannister wrote:

On Wed, Nov 15, 2006 at 11:09:53PM -0800, Jason Dunsmore wrote:

I tried downgrading to udev 0.100-1, a version I know worked, but I
saw the same problem.

Could it be my configuration?  My /etc/udev/rules.d/local.rules file
contains the following:

SYSFS{model}="5VLAT80", NAME{all_partitions}="usb_hd"
SYSFS{model}="iFP Mass Driver", NAME{all_partitions}="iriver"
SYSFS{model}="Flash Voyager", NAME{all_partitions}="key_drv"
SYSFS{model}="Cruzer Micro", NAME{all_partitions}="key_drv"
SYSFS{model}="USB to IDE Card", NAME{all_partitions}="cf_card"


You need '==' instead of '='.


But only for comparison, assignment is still "="


HTH

Wackojacko


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




Re: apt-cacher questions

2006-11-27 Thread Wackojacko

Wayne Topa wrote:

I am trying to setup apt-cacher (v1.5.3) and seem to be getting some
strange results.  I wonder if any apt-cacher users might enlighten me.

(1)
I'm trying to do an update from a laptop connected to this server.  On
the laptop, using aptitude or apt-get update, both programs quit
with an error "Some index files failed to download" but on the server
with iptraf running, the package server is still downloading and a du
in the apt-cacher/packages dir shows a steady increase in the size of
the package directory.  Is this normal?  If so its very weird!

(2)
Have you found that you need to define address is allowed_hosts_6= or
does =* work alright or did you use the default =fec0::/16?

(3)
How have you setup your servers sources.list?  I saw a reference to
doing deb http://127.0.0.1/package.site, but that didn't work for the
server or the clients.

Any/all suggestions on how to get this working would be greatly
appreciated. Rsync and dpkg -i  work but are a bit time consuming.

I read "allowed_hosts=" as "allowed_clients=". Do you?

Thanks

Wayne


your missing the port number in your package listing.  Mine looks like this
deb http://localhost:3142/site.address
3142 is default port.

Substitute ip address of server on client machines.

HTH

Wackojacko




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




Re: Saw upgrade changelog of the packages before apply and start the upgrade

2006-12-02 Thread Wackojacko

E0x wrote:

is possible do that ?
if the answer is yes then , how to ?

Have you tried apt-listchanges?

~apt-cache show apt-listchanges
Package: apt-listchanges
Priority: optional
Section: utils
Installed-Size: 416
Maintainer: Pierre Habouzit <[EMAIL PROTECTED]>
Architecture: all
Version: 2.72
Depends: python (>= 2.4), python-support (>= 0.2), apt (>= 0.5.3), 
python-apt, debconf | debconf-2.0, ucf (>= 0.28), debianutils (>= 2.0.2)

Recommends: exim4 | mail-transport-agent
Suggests: x-terminal-emulator, www-browser
Filename: pool/main/a/apt-listchanges/apt-listchanges_2.72_all.deb
Size: 62032
MD5sum: 1e23abfef47d80328c9b4f98f5ae9bbd
SHA1: dbfeb1161004f836a84a6574f87aaf0f823ef209
SHA256: 3f0dc478c7023e5770e0a184f00b1fec060ecb7930578d942360a5d8b5db69f4
Description: Display change history from .deb archives
 apt-listchanges is a tool to show what has been changed in a new
 version of a Debian package, as compared to the version currently
 installed on the system.  It does this by extracting the relevant
 entries from the Debian changelog file, and the NEWS.Debian file.
 .
 It can be run on several .deb archives at a time to get a list of all
 of the changes that would be effected by installing or upgrading a
 group of packages.  It can be configured to do this automatically
 during upgrades using apt.
Tag: admin::package-management, interface::commandline, 
made-of::lang:python, role::sw:utility, suite::debian, use::viewing, 
works-with::logfile, works-with::software:package


HTH

Wackojacko


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




Re: dumb question about jigdo and i386 and AMD 64 versions of Etch......

2006-12-17 Thread Wackojacko

Michael Fothergill wrote:

Dear Debianists,

How much commonality exists between the i386 versions of Etch or Sarge 
and the AMD 64 version of Etch?



Others have addressed the changes from sarge to etch but as far as the 
two different architectures go I use apt-cacher to share common files 
between my amd64 partition and my i386 partition.  The answer is that 
there are some packages that are architecture independent.  These are 
labelled *all.deb.  The architecture specific files are labelled 
*i386.deb and *amd64.deb respectively.



A quick look at /var/cache/apt/archives on your current machine will 
give you an idea how many files are shared.  IIRC you can use this as a 
source for jigdo too :).


HTH

Wackojacko


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




Re: general question about jigdo, OS architectures and server load/space....

2006-12-17 Thread Wackojacko

Michael Fothergill wrote:

Dear Debianists,

This may be a somewhat dumb question but it might have some merits so I 
am going to ask it.


From the postings on the list I have received so far I have learned some 

interesting facts about jigdo, Sarge, Etch i386 and Etch AMD64.

I am very grateful to everyone who responded for their time and patience.

I respect this.

If I understand it correctly upgrading from e.g. A Sarge DVD to Etch is 
with jigdo is pretty much pointless because there is so little overlap 
of common files between the two releases.



I seem to have confirmed this myself in practice when I scanned the two 
DVDs of Sarge 3.1 r4 under jigdo having read in the jigdo file for Etch 
RC1 CD image number 1.


I only found 23 or so files on both DVDs that were common to the 1200 or 
so files that jigdo says comprise the first CD image of Etch RC1.


So I have dumped the idea of bootstrapping an Etch RC1 download with 
jigdo and my Sarge DVDs.  It is a non starter.


However, it does seem as though Etch AMD64 does share a reasonable 
number of files in common with Etch i386...


My new question is this:

If you look on the Debian installer page you see that distributions of 
the OS for a variety of different architectures exist:


[alpha] [amd64] [arm] [hppa] [i386] [ia64] [m68k] [mips] [mipsel] 
[powerpc] [sparc] [s390]




My question is this:


Ok I'll have a stab at this :)


What degree of common files would exist between all or certain sub 
groups of these different architectures?



As per my previous response the *all.deb are architecture independent.

Would there be enough in either all of them or a subset that it might 
make sense to make a separate downloadable common iso file image or 
jigdo file set that you could downnload from one common server address 
and then get only the extra files needed to make up the entire 
distribution for the each specific individual architecture from its own 
server site address?


This all depends on what people are downloading.  Over the entire 
package repository probably, but based on downloading the first 1 or 2 
cd's, the netinstall etc.  there may not be enough commonality to 
justify this.



If so would this not save on server space allocation and download time?

AFAIK, the file actually only exists in one location, the package 
list/template that you download tells apt/aptitude/jigdo etc where to 
find the package on the server.


As for download time, it may save some if you are installing across 
multi-arc in the same network/environment but given the number of 
packages in a common install ( I have 334 in my apt-cacher directory and 
use a pretty full kde desktop environment ) its unlikely to save all 
that much IMO.



My other question this is this.

Is the reason that the number of common files to be found when comparing 
the Sarge 3.1 release of Debian and e.g the Etch RC1 is very low a 
function of the fact that huge changes have been made across the OS?




Yes that's progress :)  There has been a change in the C++ api (I think) 
so the majority of the packages have to be recompiled to match this.


Or is it that the underlying contents of a lot of files is identical to 
those found in Etch but they have been given different names or small 
changes have been made to them such that they are not absolutely 
identical any longer?



See above

Is it possible that Lenny could be written in such a way as to maximise 
the reuse of identical files from the point of jigdo that are used in 
Etch in such a way as not to undermine the innovative progress and 
develolpment of Lenny?




This is more about jigdo/cd templates than development of lenny I think.

Could all the architecture releases of Lenny be designed to make maximum 
use of jigdo in the  ways I am describing or would it be a beaurocratic 
nightmare or a waste of time with no benefit, or worse would it cock up 
and interfere with the development of Lenny?


I am not a DD and don't know how difficult it would be to create the 
CD/DVD sets in the different ways you describe, but it may be worth 
investigating further.



If you think this a garbage idea feel free to say so.

I don't mind.



Not at all.

Regards

Michael Fothergill

_


Wackojacko


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




Re: dell power edge

2006-12-21 Thread Wackojacko

Stephane Durieux wrote:

Hello,

simple question for a newbie like me (euh for me hard question in fact), 
I would like to install debian etch ia64 on a dell poweredge 2900, but 
it cannot work !

I obtain a freeze during the boot process

Instead the use of i386 image works perfectly.

nevertheless, dell poweredge 2900 has a intel xeon dual core which 
normally handles 64 bit.


can someone help me ?

Thanks for reply



You need the amd64 version of etch.  This supports the 64bit xeon em64t 
instruction set.  ia64 is for itanium processors.


HTH

Wackojacko


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




Re: PPRacer and video card problem

2007-01-09 Thread Wackojacko

Marty wrote:

David Shultz wrote:

On 1/7/07, Marty <[EMAIL PROTECTED]> wrote:

I see where the Display Data Channel (or DDC protocol, which IDs your
monitor) module (ddc) is loaded, but none of the output. Maybe you
are missing the I2C drivers for your motherboard or the graphics card
drivers, both of which are required. I would expect to get away with
generic monitor settings with a CRT, but probably not with non-CRT
display.


Thanks for detecting that. Sorry for my ignorance but how do i load
i2c driver


I don't know how you do it, but first I look at the motherboard to see 
which I2C chip it uses and then compile the driver into the kernel.  If 
I used modules I would probably just load them all up and see which one 
works.





Install the package lm-sensors and run sensors-detect, it will even 
write the modules to /etc/modules for you.


HTH

Wackojacko


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




/etc/alternatives not working properly

2007-01-09 Thread Wackojacko
Due to changing partitions around I managed to mess up my Debian Sid 
AMD64 install.  I reinstalled from scratch and then restored my /etc 
directory from a backup.  Now none of the commands in /etc/alternative 
work (java, wx-config x-www-browser etc).  All of the symlinks are 
present and I have tried update-alternatives --all with no luck.


If I add /etc/alternatives to my PATH then they work again, but I don't 
remember having to do this before.


Should /etc/alternatives be in my PATH, if so should I add it to 
/etc/profile.  If not, anyone got any ideas how to restore the 
alternatives system to its former state?


TIA

Wackojacko


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




Re: /etc/alternatives not working properly

2007-01-09 Thread Wackojacko

Andrew Sackville-West wrote:

On Tue, Jan 09, 2007 at 08:43:36AM -0800, Andrew Sackville-West wrote:

On Tue, Jan 09, 2007 at 04:14:55PM +, Wackojacko wrote:
Due to changing partitions around I managed to mess up my Debian Sid 
AMD64 install.  I reinstalled from scratch and then restored my /etc 
directory from a backup.  Now none of the commands in /etc/alternative 
work (java, wx-config x-www-browser etc).  All of the symlinks are 
present and I have tried update-alternatives --all with no luck.


If I add /etc/alternatives to my PATH then they work again, but I don't 
remember having to do this before.


Should /etc/alternatives be in my PATH, if so should I add it to 
/etc/profile.  If not, anyone got any ideas how to restore the 
alternatives system to its former state?


Andrew

Thanks for the responses


not in my path... have you checked out /var/lib/dpkg/alternatives? its
all text files and may relate to your problem.




This seems to be just the options used by the update-alternatives 
command when --config is chosen.  Seems OK.



hmmm... I did some more poking around, maybe this helps

typing x-www-browser loads iceweasel. so that works. 


which x-www-browser returns /usr/bin/x-www-browser which is a symlink
to /etc/alternatives/x-www-browser. so, do you have symlinks in
/usr/bin (and probably elsewhere) that point to the /etc/alternatives
directory? 


hth

A


It certainly does, I do not have all of these symlinks.  Obviously, I 
can create them manually but I would prefer to know why they disappeared 
in the first place.  What command is suppose to create them?


Thanks

Wackojacko


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




Re: /etc/alternatives not working properly

2007-01-09 Thread Wackojacko


It certainly does, I do not have all of these symlinks.  Obviously, I 
can create them manually but I would prefer to know why they disappeared 
in the first place.  What command is suppose to create them?


Thanks


Hi Wackojacko,
My guess would be to use 'aptitude reinstall' on the packages that
contain the alternative. 


Tried this on sun-java packages and still no /usr/bin/java


Or maybe purge/install, but that would be much
harder to do if there are dependencies involved. 


No go on this either?


I'd expect symlinks to
be created with postinstall scripts, so you may want to re-run them.
Those scripts are in /var/lib/dpkg/info/$PKG.postinstall and are usually
bash scripts.
Cheers,
Kev


Me too but having reinstalled java it didn't work :(.  Also some of the 
links that are missing don't have postinstall scripts I could find.


Thanks for looking.

Wackojacko


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




Re: /etc/alternatives not working properly

2007-01-10 Thread Wackojacko

Andrew Sackville-West wrote:

On Tue, Jan 09, 2007 at 09:55:37PM +, Wackojacko wrote:
It certainly does, I do not have all of these symlinks.  Obviously, I 
can create them manually but I would prefer to know why they disappeared 
in the first place.  What command is suppose to create them?


Thanks


Hi Wackojacko,
My guess would be to use 'aptitude reinstall' on the packages that
contain the alternative. 

Tried this on sun-java packages and still no /usr/bin/java


since update-alternatives comes from the dpkg package, try
reinstalling dpkg, maybe. Or you could look into galternatives which
is a gui front-end to alternatives and maybe that might help. But I'd
try reinstall dpkg first.

A
Already tried this I think, but tried again and reinstall doesn't work 
and purge wants to remove half my install.


Thanks anyway

Wackojacko


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




Re: /etc/alternatives not working properly [SOLVED]

2007-01-10 Thread Wackojacko

Kevin Mark wrote:

I'd expect symlinks to
be created with postinstall scripts, so you may want to re-run them.
Those scripts are in /var/lib/dpkg/info/$PKG.postinstall and are usually
bash scripts.
Cheers,
Kev
Me too but having reinstalled java it didn't work :(.  Also some of the 
links that are missing don't have postinstall scripts I could find.


Thanks for looking.


Hi Wackojacko,
this should be the answer. you and I both have java installed and I
looked for the elusive /usr/bin/java with:
grep /usr/bin/java /var/lib/dpkg/info/*.postinst
This turned up: /var/lib/dpkg/info/gij-4.1.postinst
This script creates it.
cheers,
Kev


I tried this and still no /usr/bin/java.  I've done some more digging in 
this directory and the sun-java5-bin.postinst also creates /usr/bin/java 
(among others) so it should have worked by purging/reinstalling this too.


So I tried looking at the prerm scripts to see what they do and they 
only remove some of the links created in the postinst scripts and for 
some reason only the ones deleted by purging the package are recreated 
on reinstalling it.


The solution was to update-alternatives --remove-all java (etc) and then 
reinstall the packages that provide java (etc).  Now I just need to find 
what symlinks are missing so that I can reinstall :).


I think this happened because I restored my /etc directory from a backup 
too early in the reinstallation process i.e. before all of the packages 
were reinstalled.  Therefore when running update-alternatives for say, 
java, it already saw an alternative for java in /etc/alternatives and I 
think assumes the /usr/bin/java symlink is already there, which it 
wasn't, and doesn't create it.


Hope this stops others from falling into the same trap, or helps them if 
they have already fallen :)


Thanks for your help Andrew and Kevin

Wackojacko


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




Re: error using make-kpkg

2007-01-11 Thread Wackojacko

jdaues wrote:
I am following instructions for Debian NVIDIA proprietary display driver 
installation through APT here:
http://wiki.serios.net/wiki/Debian_NVIDIA_proprietary_display_driver_installation_through_APT 



I get to the point of this command:
make-kpkg modules_image
and i get this message:
The modules_* targets should be called from a fully configured source 
tree, and one where at least the make-kpkg debian has been run.


What do I do?


Use module-assistant (apt-get install) then as root/sudo

m-a prepare
m-a a-i nvidia
modprobe nvidia

make sure you have non-free in sources list.

HTH

Wackojacko


Just for the record the graphics card is (via lspci -v) is:
01:00.0 VGA compatible controller: nVidia Corporation NV17GL [Quadro4 
500 GoGL] (rev a3) (prog-if 00 [VGA])

   Subsystem: Dell Unknown device 00d5
   Flags: bus master, VGA palette snoop, 66MHz, medium devsel, 
latency 32, IRQ 11

   Memory at fc00 (32-bit, non-prefetchable) [size=16M]
   Memory at e000 (32-bit, prefetchable) [size=128M]
   Memory at dff8 (32-bit, prefetchable) [size=512K]
   Expansion ROM at d800 [disabled] [size=128K]
   Capabilities: [60] Power Management version 2
   Capabilities: [44] AGP version 2.0





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




Re: Always falling to grub prompt

2007-09-09 Thread Wackojacko

Wayne Topa wrote:



title   Debian GNU/Linux, kernel 2.6.22-2-686
--- >  root(hd1,0)
>  kernel  /boot/vmlinuz-2.6.22-2-686 root=/dev/hdd1 ro
initrd  /boot/initrd.img-2.6.22-2-686
savedefault

Grub did the 2 --> Lines?  The root line says hdb and the kernel line
says hdd. No wonder it won't boot.  Yet the older kernels boot up with
the same (wrong looking) root and kernel lines, so I am wrong.  I have
not yet upgraded any of my sid partitions to the 2.6.22-2 kernel.
Maybe I have this problem to look forward to or maybe I should wait
till it (whatever 'it' is) gets fixed.

Sorry I could not help.

Wayne

Not necessarily.  Grub uses /boot/grub/device.map to identify which HDD 
maps to which (hd?).  It might be useful to see the OP's device.map 
file, but grub could just ignore hda and hdb as they are not HDD.


HTH

Wackojacko


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




Re: I hate Alsa

2007-09-15 Thread Wackojacko

Jude DaShiell wrote:
This may be important, are you running with etch or one of the other 
distributions?  I run unstable myself but have had no need to try 
recording with alsa so can't verify or refute your experiences in this 
instance.




On Thu, 13 Sep 2007, Barry Samuels wrote:


Debian Testing up to date as of yesterday.
Kernel 2.6.22
Sound from on-board Intel (snd_hda_intel)
Kmix as the mixer

When I used OSS I had no audio problems at all - everything (playback
and recording) just worked but since I went over to Alsa (about a year
ago) I've had trouble getting recording to work.

Normally I find that playback gives no problems and I did for a short
period get playback and recording working properly then after a Debian
upgrade the recording stopped working properly again.

If I try to record (arecord) using a microphone I cannot move the
recording volume slider above 70% otherwise I start getting extremely
distorted sound on playback (aplay) and although the recording volume
is adequate there is a loud background hum. If I reduce the recording
volume to about 60% the loud hum changes to a noticeable hiss but the
recorded voice is too low.


I had a similar problem using audacity with alsa and google suggested 
wrapping the offending program with 'aoss' from the alsa-oss package. 
i.e. run 'aoss arecord'




I have to use the 'Digital' slider on the Kmix input tab to control
microphone volume - none of the other sliders seem to do anything. I
also have to have the first capture slider on (un-muted) to get any
sound at all but it makes no difference whether that slider is at the
bottom or not - it does not affect the volume.

I also have a record deck with a USB connection which I last used under
OSS. The setup was working then and, as I remember, it was pretty
straightforward to set up. Since that time there have been many
Debian updates and I'm almost certainly using a later kernel and I'm
now using Alsa.

When I came to use it this time in conjunction with Audacity, which I
was using last time, I can't get a peep out of it.



I have this problem also now.  Audacity will not record anything!  No 
solution here though :)



I have tried various inputs without success. The appropriate modules
are loaded including snd_usb_audio.

When the USB lead is plugged in I get this in the logs:

kernel: usb 1-7.1: new full speed USB device using ehci_hcd and address
6
kernel: usb 1-7.1: configuration #1 chosen from 1 choice
kernel: input: Burr-Brown from TI
USB Audio CODEC  as /class/input/input4
kernel: input: USB HID v1.00 Device [Burr-Brown from TI
USB Audio CODEC ] on usb-:00:1d.7-7.1
kernel: usbcore: registered new interface driver snd-usb-audio

a little further on in the log I see:

kernel: cannot submit datapipe for urb 0, error -28: not enough
bandwidth

Originally I got this in the log:

kernel: cannot submit datapipe for urb 0, error -38: enable
CONFIG_USB_EHCI_SPLIT_ISO to play through a hub

so I enabled that in the kernel and recompiled although I'm not using a
USB hub and then got the 'not enough bandwidth' error.

As you may have gathered I'm beginning to take a dislike to Alsa.

Can anyone suggest some fault tracing procedures please?

--
Barry Samuels
http://www.beenthere-donethat.org.uk
The Unofficial Guide to Great Britain




HTH

Wackojacko


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




Re: nvidia-glx and xorg

2007-09-19 Thread Wackojacko

onlynewro wrote:

I'm using sid


install debian / testing
and
edit /etc/apt/source.list file to sid

apt-get update
apt-get dist-upgrade

and

apt-get install module-assistant nvidia-kernel-common
m-a prepare
m-a auto-install nvidia
reboot
apt-get install nvidia-glx

this is all
and message is
newro-debian:/home/newro# apt-get install nvidia-glx
Reading package lists... Done
Building dependency tree  
Reading state information... Done
The following packages were automatically installed and are no longer 
required:

  xfonts-75dpi xfonts-scalable type-handling libmyspell3c2
  libavahi-compat-howl0 liferea-xulrunner guile-1.6-libs libguile-ltdl-1
  libpixman-1-0 xfonts-base xfonts-100dpi xserver-xorg-input-wacom xorg-docs
  libcurl3-gnutls
Use 'apt-get autoremove' to remove them.
Suggested packages:
  nvidia-settings
The following packages will be REMOVED:
  xorg xserver-xorg xserver-xorg-core xserver-xorg-input-all
  xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse
  xserver-xorg-input-synaptics xserver-xorg-video-all xserver-xorg-video-apm
  xserver-xorg-video-ark xserver-xorg-video-ati xserver-xorg-video-chips
  xserver-xorg-video-cirrus xserver-xorg-video-cyrix 
xserver-xorg-video-dummy

  xserver-xorg-video-fbdev xserver-xorg-video-glint xserver-xorg-video-i128
  xserver-xorg-video-i810 xserver-xorg-video-intel xserver-xorg-video-mga
  xserver-xorg-video-neomagic xserver-xorg-video-nv
  xserver-xorg-video-rendition xserver-xorg-video-s3
  xserver-xorg-video-s3virge xserver-xorg-video-savage
  xserver-xorg-video-siliconmotion xserver-xorg-video-sis
  xserver-xorg-video-sisusb xserver-xorg-video-tdfx xserver-xorg-video-tga
  xserver-xorg-video-trident xserver-xorg-video-tseng xserver-xorg-video-v4l
  xserver-xorg-video-vesa xserver-xorg-video-vga xserver-xorg-video-via
  xserver-xorg-video-vmware xserver-xorg-video-voodoo
The following NEW packages will be installed:
  nvidia-glx
0 upgraded, 1 newly installed, 41 to remove and 2 not upgraded.
Need to get 4910kB of archives.
After unpacking 9540kB disk space will be freed.
Do you want to continue [Y/n]? n

what is wrong???


I'm seeing the same on sid AMD64.  A new version of xorg has hit us 
which requires xserver-xorg-video-2 and the old nvidia-glx only provides 
xserver-xorg-video-1. I think (from error logs) the ABI has changed. 
Nvidia drivers are not part of debian main so we will have to wait until 
the new drivers are released and packaged for debian.  In the mean time 
back to nv driver :(


HTH

Wackojacko


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




Re: nvidia-glx and xorg

2007-09-19 Thread Wackojacko

Jose Luis Rivas Contreras wrote:

Wackojacko wrote:

I'm seeing the same on sid AMD64.  A new version of xorg has hit us
which requires xserver-xorg-video-2 and the old nvidia-glx only provides
xserver-xorg-video-1. I think (from error logs) the ABI has changed.
Nvidia drivers are not part of debian main so we will have to wait until
the new drivers are released and packaged for debian.  In the mean time
back to nv driver :(



For me this is VERY weird, I updated 3 days ago my notebook, using AMD64
and SID. I updated my kernel (2.6.22-2), downloaded the linux-headers
and installed the nvidia and wifi (ipw3945) drivers with m-a...

Regards,
Jose Luis.


The xorg update came in yesterday to AMD64.  Anyhow the new nvidia 
installer from the nvidia site works with the new xorg version and 
packages will be available soon according to Randall Donald's website.


HTH

Wackojacko


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




Re: GNOME: Associate multiple queues with one printer: HOW?

2007-09-28 Thread Wackojacko

Mike McCarty wrote:


Anyway, unless I want to make a hobby of making that machine
able to boot Debian, and fiddling with it just to see if it
could have been made to work, I'm afraid Debian is pretty
much gone on this machine. Even if I make the machine dual
boot, I wonder just how often it actually would get booted
to Debian. Her plan is to use Knoppix to move her mail files
etc. from the Debian partition to an external FAT drive,
and then reboot Windows and import.


If the debian install used ext2/3 then there is a driver for windows XP 
(http://www.fs-driver.org/) which will allow direct access to the 
partitions without the need to boot a live CD.


HTH

Wackojacko


Mike



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




Re: ifconfig reports weird IP addr

2007-01-16 Thread Wackojacko

Rick Reynolds wrote:
I've seen this behavior in etch for some time now.  I get an IP address 
via DHCP and then I see this in ifconfig output:


eth-wlan  Link encap:Ethernet  HWaddr 00:60:B3:1E:D2:BB
  inet addr:169.254.214.99  Bcast:169.254.255.255  Mask:255.255.0.0
  inet6 addr: fe80::260:b3ff:fe1e:d2bb/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:84503 errors:0 dropped:0 overruns:0 frame:0
  TX packets:76161 errors:1 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:54924763 (52.3 MiB)  TX bytes:7788590 (7.4 MiB)
  Interrupt:11 Base address:0xc000

No, that address shown is NOT my IP address.  :)

I have udev rules in place to rename eth0 and eth1 to eth-lan and 
eth-wlan, respectively.  But I'm very sure that I used to be able to see 
my real IP address via ifconfig, even with the udev renaming.


So what's going on here?

Thanks,
Rick Reynolds


If you have installed zeroconf, its installed as a recommends to other 
packages, purge it and restart your networking.


HTH

Wackojacko


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




Re: wireless USB dongle

2007-01-17 Thread Wackojacko

Andrey Vlassov wrote:

Hi,

I am trying to configure wireless USB dongle

(SWMULZ-5400 http://safecom.cn/code/sub/category.asp?prdid=321&subcatid=41)



According some post on internet this should be timing issue to 
initialize URB. But modifications from the post didn't resolved the 
problem.


1. Is there anybody who had similar problem and successfully resolved it?
2. What other wireless USB dongles are supported in Linux?
3. What wireless USB dongles are capable turbo mode 125mbps in Linux?
4. Is there a better place to ask for a help?

Note I tried same USB dongle at home in Mandrake 2006 and driver loaded 
without error message. I was able scan for WLANS with variable success 
(similar result was obtained in windows -- number networks on scans 
varies). So far no more tests was done at home (received USB dongle 
yesterday and had only about an hour to play with it).


Thank you for help,
Andy


I have used a edimax 7137g usb dongle with this driver and had similar 
problems using the source from the zydax site.  Have you tried building 
the module using module-assisstant and the debian source.  You also need 
the firware package but module-assisstant should take care of that I think.


aptitude install module-assisstant
m-a prepare
m-a a-i zd1211 (maybe -source, use m-a with no options for interactive 
mode and check)

modprobe zd1211

HTH

Wackojacko


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




Re: random quirkyness

2007-01-24 Thread Wackojacko

Mike Myers wrote:
On 1/23/07, *Andrew Sackville-West* <[EMAIL PROTECTED] 
<mailto:[EMAIL PROTECTED]>> wrote:


Mike, please don't cc: me as I subscribe to the list. thanks.


I apologize, I'm using gmail and it did that automatically for some reason.

On Tue, Jan 23, 2007 at 03:27:40PM -0600, Mike Myers wrote:
 > On 1/23/07, Andrew Sackville-West <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
 > >
 > >On Tue, Jan 23, 2007 at 02:41:40PM -0600, Mike Myers wrote:
 > >> Hi all,
 > >>
 > >> I'm still trying to adjust from Gentoo's way of doing things
(do it
 > >> manually) to debian's (apt-something) way.  So far everything
has been
 > >> great, but i'm having trouble finding docs on a couple of
issues I'm
 > >> having.  Both of them seem related to modules.
 > >>
 > >> First one is with the nvidia driver.  It seems like everytime
my debian
 > >box
 > >> is rebooted, I have to re-apt-get nvidia-glx before I can use
 > >xorg.  Also,
 > >> GDM doesn't seem to like my 1440x900 (widescreen) resolution
and I can't
 > >> seem to do anything about it other than just not use GDM (not that
 > >ditching
 > >> it is a big deal).
 > >
 > >I can't speak to the resolution issue, but the xorg issue should
not
 > >be happening. when you re-apt-get it, does it download it again and
 > >appear to be actually reinstalling it? I wonder if your xorg.conf is
 > >not getting updated correctly and you are correcting for it by
 > >reinstalling each time. how about a copy of your xorg.conf for us to
 > >look at as well as dpkg -l | grep nvidia
 >
 >
 > I'm pretty sure it's not related to xorg, since it works fine
after running
 > 'apt-get --reinstall install nvidia-glx', even with a
widescreen.  It's only
 > after a reboot that I must run that, as long as I want to use the
nvidia
 > driver.  If I use the 'nv' driver, then of course there's no
issue there,
 > but that driver sucks.  Just to oblige you, here's the contents:
(hopefully
 > it looks sane enough to read)
 >

so, what exactly happens when you *don't* apt-get install nvidia-glx?
what output do you get? 



It tries to start and then fails, saying it can't find the nvidia 
module, even though it's loaded.  So I get a blank screen.


I had this problem with the nvidia module.  The problem for me is that 
it's not loaded automatically so when X starts up it tries to load the 
nvidia module then start X, but the nvidia module isn't loaded quickly 
enough so it fails.


issuing '/etc/init.d/gdm (kdm for me) restart' should try again 
sucessfully as the module is now loaded.  If this works add nvidia to 
/etc/modules so its loaded automatically on boot and is available for X 
when it needs it.


If you already do this then please ignore:)

HTH

Wackojacko


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




Re: Debian, Iceweasle, Firefox!

2007-01-27 Thread Wackojacko

Hal Vaughan wrote:

On Friday 26 January 2007 19:11, Piotr Dziubinski wrote:

Answers:
Etch
apt-get

I was informed by apt-get that Iceweasel package will be installed,
but I wasn't informed that instead of Firefox and it is a problem! If
I would like to uninstall (even current version of) Firefox I would
do it myself.


You would have been informed that Firefox would be removed, since apt 
states when a package will be removed.




I have to disagree with this statement.  The package firefox still 
exists in the apt repositories and can be installed.  It is actually a 
transitional package that just installs iceweasel.  However, upgrading 
firefox at the point when it was replaced by iceweasel *did not* remove 
firefox, it updated it to the transitional package which installed 
iceweasel instead.


Whilst I agree the OP was a little terse I don't think they could have 
known simply from the output of apt that firefox was being *replaced* by 
iceweasel.


Of course, if you kept up with almost any news source about what is 
going on in FOSS, or Debian specifically, you would have known to 
expect this.  It's been discussed here before and even on the almighty 
fount of blabbering blather known as Slashdot, as well as many other 
places.


Hal



This I can't argue with :)

my 2p

Wackojacko


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




Re: getting broadband working on my new AMD64 box....

2007-01-27 Thread Wackojacko

Michael Fothergill wrote:






> >On Sat, Jan 27, 2007 at 12:20:48AM +, Michael Fothergill wrote:
> > > Dear Debianists,
> > >
> > > I have now installed Etch AMD64 RC1 successfully on my new AMD64 
box.
> > > The only problem I have is that the internet connection isn't 
working.

> > >
> > > My old box is an AMD Duron 1200 Mhz 32 bit machine which is 
running Etch

> > > i386.  The internet connection works fine on it.
> > >
> > > I use NTL broadband cable.
> >
> >what is NTL? is that a provider?
>
> Yes it is.
> > >
> > > I have used the old box to help me get information about my 
internet

> > > connection.
> > >
> > > If you look in the network tools window you get information for 
eth0

> > >
> > > IP address.
> > >
> > > It is 86.22.11.90  and this is NTL.
> > >
> > > I checked with the whoami tool.
> > >
> > > I also looked in the network configuration box in the network admin
> > > icon.  I found that the DNS server numbers for NTL are 
194.168.4.100 and

> > > 194.168.8.100.
> > >
> >
> >[snip ifconfig output.]
> > >
> >
> >Probably you  need something like
> >
> >auto eth0
> >iface eth0 inet dhcp
>
> I will try this.  Thanks.
>
> P. S. Sorry for replying to your personal email address and not the 
list.


It is important you power cycle the cable-modem. Exceptionally
important.



I followed your cable modem power cycle routine.  I had to go in the 
network admin box in Etch and then put the DNS number for NTL in there 
and also click eth0 and configure it.  I set it to DHCP and I activated 
it.  It was not activated by the OS automatically.  I then fired up 
firefox and it found the ntl broadband hookup page.


I then put the PID and password in it. I added a new name for the new 
machine on the NTL web site.  I then rebooted the machine and the cable 
box as NTL requires.


When I rebooted the internet connection was still not working.  I went 
in the Etch network admin box and checked on the eth0 configuration.  It 
was activated.  But I noticed that the DNS numbers had both been changed 
to new ones.  I added the two old NTL DNS numbers in case this was part 
of the problem so I now had four DNS numbers in there.


I then rebooted the cable modem and the new machine and now the internet 
connection is working.


Don't ask me why.

I guess if I would get another new box in the future and tried a net 
install on it then I would have to reboot the cable box in the absence 
of the old box and when the installer asks you if you want to manually 
configure the internet connection you would have to go in there with the 
DNS numbers etc and fart around repeatedly turning the cable and PC 
boxes on and off as many times as it took to get at the NTL hookup page 
and then have the PID and password ready,  Then you would reboot and 
repeat the process until you had a successful link to the debian mirror 
sites


Comments appreciated.

Regards

Michael Fothergill

I use NTL cable and have a netgear router in between which handles the 
connection to the modem, hence no need to worry about DNS etc.  I have 
just upgraded to a wireless router so I have my old wired router boxed 
at my desk.  If your interested mail me off-list :)


I hope this doesn't offend you or other list members.

HTH

Wackojacko


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




Re: Best way to shrink Windows on new laptop?

2007-01-31 Thread Wackojacko

Anthony Campbell wrote:

On 31 Jan 2007, Anthony Campbell wrote:

I failed to resize the Windows partition (Windows XP) with both the
Debian installer disk and qparted. They appeared to work but at the end
the partition was still the same size.


I recently did this on a new dell laptop, but used Knoppix from the CLI. 
 ntfsresize resized the file system then cfdisk to delete the partition 
and recreate it at the same starting point, but with the revised size. 
I think this is what the d-i and qparted use, but this method worked for 
me and you can see what is happening.  Maybe they resized the file 
system but not the partition?




If I delete the partition and then make a new one (HPFS/NTFS with
cfdisk, will I be able to install Windows from the backup sector of the
hard disk?  I know nothing about Windows so I don't have any idea if I
can do that.
Possibly, depends on how you get there, i.e. BIOS or MBR, the MBR may 
well get overwritten and you could be left without the rescue option.


Anthony

HTH

Wackojacko


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




Re: How to make work dual monitors with Debian etch on an IBM x60s ThinkPad?

2007-02-01 Thread Wackojacko

Dietrich Bollmann wrote:


(EE) Synaptics Touchpad no synaptics touchpad detected and no repeater 
device

(EE) Synaptics Touchpad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "Synaptics Touchpad"



I doubt this is related to your dual head problems, but I'm surprised X 
even starts with this error, it didn't for me :).  Any way, you may need 
to install the xserver-xorg-input-synaptics package to get this working.




Thanks again for your help!

Best wishes, Dietrich


---
PS: I have some more questions I would like to ask:

* How to restart X


Ctrl+Alt+Backspace.

For the moment I use `kill $(cat /tmp/.X0-lock)' to kill X --- and the 
result is

that my session is terminated and I have to log in again and start all my
applications once more.

Is there a way to restart X without having to login again?
And where is X started anyway?


You will have to log in again.


I remember that I used .xsession some years ago.  But Debian doesn't seem
to use this file anymore, right?


It depends how you start X.  .xsession can still be used but I use KDE 
and therefore kdm to start X.



Also sometimes X would work after killing it and loging in again but not
when rebooting...


* ...and finally, concerning my email:

How can I configure `debian-user' in a way to NOT show my email address?


You cant' AFAIK, that's why I use this e-mail which is specifically for 
list use.


HTH

Wackojacko


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




Re: Problem connecting to Wifi network

2007-02-05 Thread Wackojacko

Justin Hartman wrote:

Hi guys

I'm having difficulty connecting to my wireless network at the office.
My wifi card and settings work perfectly for my home network as I use
a 64-bit wep key however the office is slightly different.

The network I am battling to connect to uses TKIP for data encryption
and WPAPSK for network authentication and my interfaces file looks
like this:-

auto eth0
iface eth0 inet dhcp
wireless-essid crcwifi
wireless-key s:password

An iwspy on eth0 picks up the wifi network but trying to connect to it
doesn't work. No dhcp clients can be picked up and my IP allocation is
not allocated.

Any ideas?


Do you have wpasupplicant installed.  If not you need this to connect to 
WPA secured networks.  If you have, then there are some useful examples 
in /usr/share/doc of how to achieve a connection.  You can even detail 
all of your networks in one configuration file and let wpasupplicant 
chose the right one.


HTH

Wackojacko


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




Re: News Flash

2007-02-07 Thread Wackojacko

Florian Kulzer wrote:

On Tue, Feb 06, 2007 at 18:53:01 -0500, Roberto C. Sanchez wrote:

On Tue, Feb 06, 2007 at 03:19:17PM -0800, Baz wrote:

Steve Jobs is promoting the idea of ending DRM.  Read at
http://blogs.marketwatch.com/bambi/2007/02/apples_jobs_has.html


Here is the original essay:

http://www.apple.com/hotnews/thoughtsonmusic/

I'd say that "promote" is a bit of a strong word.  In particular, he
said that Apple would embrace DRM-free music.  He said nothing that
implied promition, other than saying that users/customers of the big
music comapnies can convince them to change.

Don't forget, if Apple themselves are preceived as promoting something
the music companies perceive as a threat to their revenue stream, they
could decide to take their toys and go home.

It is still a bold step, though.


It seems to me that Steve Jobs likes DRM very much, as long as it makes
it difficult for competitors to interoperate smoothly with iTunes and/or
the iPod. (I know that the end user has relatively easy ways around
these restrictions, but this is still not as convenient as using the
100% Apple solution.) However, Steve Jobs also knows that DRM tends to
annoy customers and that locking together different products is frowned
upon by many regulatory authorities. The insistence of the big record
companies on DRM simply provides him with a convenient scapegoat. He is
still laughing all the way to the bank, but he is probably getting
worried that certain countries might force him to fully unlock the iPod
for competing online music stores and/or to license his DRM-format to
the manufacturers of other portable music players.



Maybe this has something to do with it

http://www.ft.com/cms/s/1fc40360-abe9-11db-a0ed-779e2340.html

Wackojacko


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




Re: AMD64 Kernel Image in Etch

2007-02-09 Thread Wackojacko

Grok Mogger wrote:

Hey everyone,

I'm hoping to get a new AMD Athlon 64 processor, and I'm a little 
concerned that I can't identify the proper linux-image package (planning 
on using etch).


I do an "aptitude search linux-image" and look through what comes up, 
but none of them look like the right one.  I did a search on Debian.org 
in the package lists and found something more like what I anticipated: a 
package named "linux-image-2.6.18-3-amd64".

http://packages.debian.org/testing/admin/linux-image-2.6-amd64

But this doesn't show up in my search results when I use aptitude.  Can 
anyone help me out?  I'd primarily like to know what linux-image I 
should use, but I'd also appreciate it if someone could shed some light 
on why my aptitude search results often differ from what I find 
searching the package list on debian.org, it's happened to me many times.


Thanks,
- GM


I assume you are currently running a non 64 bit processor and are 
therefore using i386 version of debian.  AFAIK there are no longer any 
amd64 kernels in i386.  The kernel you have linked is for the amd64 
distribution which is a completed different set of packages, the 
majority of which are 64 bit specific.  This requires a complete 
reinstall from scratch, although you can keep the i386 install alongside 
if you wish.  This is what I have done.


That said the generic 386 kernel, or better the K7 kernel in the i386 
distribution will give you most of the extensions the amd64 is capable 
of without the need to reinstall.


HTH

Wackojacko


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




Re: From KDE back to Gnome (a subject to future newbie-doc site ?)

2007-02-09 Thread Wackojacko

Niels Rasmussen wrote:

Hi list

I'm running Debian testing (etch) on a AMD64x2 box.

I've tried to get used to the K Desktop Environment but didn't succeeded 
:-)


Now I have switched back to Gnome again.

I don't know if this is the proper way to do it, but since I couldn't 
find a way to switch from kdm to gdm I altered this file:


/etc/X11/default-display-manager

And changed kdm to gdm. Then I restarted my PC.

Now when I'm happily back in Gnome I checked

Desktop > Administration > Services

Here I can see kdm is running in the background (I cant turn it off, the 
servicemanager dies) ?


And when I type 'top' in my terminal theres a lot of services named 
k.something running as well ??


Have I missed something here ?

How do I bring this back to a sane state ??

(Nothing suspicious in .xession-errors though !)



dpkg-reconfigure kdm or gdm would solve this the debian way.

Also if you removed kdm it would force you to select a new default anyway.

HTH

Wackojacko


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




Re: when in doubt wipe it out

2007-02-10 Thread Wackojacko

Marcus Blumhagen wrote:




And BTW, one does not necissarily need an extra HD to run both Windows
_and_ Linux. Windows isn't even capable of messing with linux, since 
it can't interact with any of the filesystem types or partitions.


Not strictly true :).  There is an ext2 plugin for windows, which I use, 
that enables me to read the information on my linux partitions.  This 
does occasionally cause a fsck when booting linux, but so does the ntfs 
support in linux.

The
only thing that can be done by Windows (but AFAIK only during
installation) is to wipe the partions which then would be a stupid
action by the user since Windows won't do that on its own. But if one
already has a linux installation and uses a bootloader windows will
erase the bootloader record during its installation, but that can be
fixed easily.


Regards


Regards

Wackojacko


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




Re: Very disturbing feature in icedove

2007-02-10 Thread Wackojacko

Arc Roca wrote:

Exploring my system, I decided to open Inbox with mutt
-f, and discovered that no message that I had deleted
had really been deleted. They were all there, from the
very first, in the same file Inbox. Invisible from
icedove interface (probably through tagging), but
clearly visible and present from mutt. Freaking!!!

I would have expected this in a windows application,
but not in one of ours!!!

I had implemented icedove in my system to make it
easier for other people to use, but I am going back to
mutt w/o doubt.

You are correct in that deleting the e-mail does not remove it from the 
inbox mbox file.  What is visible to Icedove is controlled by the 
corresponding .msf file in the same folder.


To remove the e-mail permanently you need to Compact the folder.  Right 
click on the folder and select 'Compact this Folder'.  There is also an 
automatic setting (Edit->Preferences->General-> Offline and Diskspace) 
which automatically compacts these files when it will save a 
configurable amount of space on the HDD.


HTH

Wackojacko


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




Re: a dumb query? pls humor me

2007-02-22 Thread Wackojacko

Joe Hart wrote:

This computer boots strait into KDE because the installer put in the
init scripts to start kdm.  (I used bootcheat: install tasks="standard,
kde-desktop").  If I upgrade something like Xorg (which I did earlier
today from sid), all I do is open a tty and login, then type
"/etc/init.d/kdm stop" and that stops X, then I start it up again with
/etc/init.d/kdm start, log out and go back to X.

Why not use Ctrl+Alt+Backspace.  Much quicker. (you could also use 
/etc/init.d/kdm restart from the console to save a little typing :) )


Wackojacko


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




Re: reliable editting of any PDF file

2008-02-13 Thread Wackojacko

michael wrote:

On Wed, 2008-02-13 at 14:41 +, Chris Lale wrote:





The following packages have unmet dependencies.
  acroread-l10n-en: Depends: acroread (>= 8.1.2-0.0) but it is not
installable
E: Broken packages
[EMAIL PROTECTED]:~$

I'm running Debian Etch on AMD64 arch. Thanks, Michael




Acroread is not available for AMD64, you will need to run a 32 bit 
chroot environment.  Its fairly easy to set up (I've got one :) ) but 
may be overkill if acroread doesn't do what you need.  Google will help 
if you decide to go this route.


HTH

Wackojacko


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




Re: reliable editting of any PDF file

2008-02-14 Thread Wackojacko

Wayne Topa wrote:

Wackojacko([EMAIL PROTECTED]) is reported to have said:

michael wrote:

On Wed, 2008-02-13 at 14:41 +, Chris Lale wrote:




The following packages have unmet dependencies.
  acroread-l10n-en: Depends: acroread (>= 8.1.2-0.0) but it is not
installable
E: Broken packages
[EMAIL PROTECTED]:~$

I'm running Debian Etch on AMD64 arch. Thanks, Michael


Acroread is not available for AMD64, you will need to run a 32 bit  
chroot environment.  Its fairly easy to set up (I've got one :) ) but  
may be overkill if acroread doesn't do what you need.  Google will help  
if you decide to go this route.


Oh?  Is this incorrect or am I reading it wrong??

[VT2 [EMAIL PROTECTED]
 show acroread
Package: acroread
Priority: optional
Section: text
Installed-Size: 64056
Maintainer: Christian Marillat <[EMAIL PROTECTED]>
Architecture: amd64
Version: 8.1.2-0.0
Replaces: acroread-debian-files (<= 0.0.8), acroread-plugins (<= 7.0-0sarge0.3), 
mozilla-acroread (<= 8.1.1-0.2)

WT




The OP is running etch and this multi-arch stuff is fairly new.  If you 
look at the depends of acroread you will see that it installs the 
ia32-libs to be able to run i.e. it is the 32-bit version.


Although it seems my 32-bit chroot may soon be history, thanks for the 
heads up. :)


Wackojacko


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




Re: reliable editting of any PDF file

2008-02-14 Thread Wackojacko

Micha wrote:

On Wed, 13 Feb 2008 22:00:32 +
Wackojacko <[EMAIL PROTECTED]> wrote:


michael wrote:

On Wed, 2008-02-13 at 14:41 +, Chris Lale wrote:




The following packages have unmet dependencies.
  acroread-l10n-en: Depends: acroread (>= 8.1.2-0.0) but it is not
installable
E: Broken packages
[EMAIL PROTECTED]:~$

I'm running Debian Etch on AMD64 arch. Thanks, Michael


Acroread is not available for AMD64, you will need to run a 32 bit 
chroot environment.  Its fairly easy to set up (I've got one :) ) but 
may be overkill if acroread doesn't do what you need.  Google will help 
if you decide to go this route.


HTH

Wackojacko




Just installed acroread 8.1.2 from marillat on an amd64 system and it works
just fine (from the dependencies it does use the 32bit libraries though so it's
probably the 32bit version)




Yeah see my response to WT.  Fairly recent change though.

Wackojacko


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




Re: USB pendrive mobility (fat32)?

2008-02-23 Thread Wackojacko

Andrei Popescu wrote:

On Fri, Feb 22, 2008 at 12:51:00PM -0800, Bob McGowan wrote:

The difference is that, for Linux at least, it will also work with multiple 
primary partitions on a disk.


I don't recall ever having problems with Windows and multiple primary 
partitions (and that was my prefered way of partitioning).


Regards,
Andrei



Me neither, and a little googling on the subject seems to suggest this 
problem is limited to the driver windows uses for USB sticks. 
Apparently, there is a work around (not tested by me) by forcing windows 
to see your stick as a USB disk (1).  This will only work on PC's that 
have been modified for your particular stick though.  Suppose its an 
extra level of security and you could always carry the modified driver 
on the first partition of the stick for portability.


HTH

Wackojacko

(1) http://www.msfn.org/board/lofiversion/index.php/t69211.html


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




Re: Which stock linux-image kernel for 32 bit debian on amd athlon64 processor?

2008-03-11 Thread Wackojacko

Douglas A. Tutty wrote:

On Mon, Mar 10, 2008 at 03:33:52PM +, Tim Channon wrote:

Andrew Sackville-West wrote:

On Mon, Mar 10, 2008 at 01:48:16AM +, Tim Channon wrote:

Mitchell Laks wrote:

Question 1:

On one machine I am running a  32 bit debian install on a amd64 bit 
machine.

I run 64 bit on another machine, and this one is an older install.
I am running sid.

Which of these kernels is appropriate?
linux-image-2.6-24-1-486
linux-image-2.6-24-1-686
linux-image-2.6-24-1-k7

I assume that the kernel by apt-cache show

linux-image-2.6-24-1-amd64 listed is the 64 bit kernel, which will be 
inappropriate for my old 32 bit installation.


You can run a 64-bit kernel to take advantage of CPU features, in a
32-bit userland (i386) install with no problem at all.
 



The only caveat being if you want to build additional modules (e.g. 
nvidia) as mixing 64-bit kernel with 32-bit userspace doesn't allow this.


Wackojacko


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




Re: etch nvidia xorg nvidia-glx-legacy X crashes

2008-03-25 Thread Wackojacko

Hugh Lawson wrote:


Since posting, I've done some more work.

nvidia-glx-legacy has been purged; now I have nvidia-glx.


AFAIK you don't need nvidia-glx if you are using the script from the 
nvidia site.  nvidia-glx is for the module in the repository.


Nevertheless, /etc/init.d/nvidia-glx causes the same problem, when
used along with the nvidia proprietary installer. I do not understand
this technically, only empirically from trial-and-error. Somehow,
the /etc/init.d/nvidia-glx init script fiddles around with library
files and links, that are needed by the "nvidia" module, as it is
installed by:

sh NVIDIA-Linux-x86-96.43.01-pkg1.run 


Hence, /etc/init.d/nvidia-glx on the next boot changes things in a way
that won't let X start.  To fix this, I did once more:

sh NVIDIA-Linux-x86-96.43.01-pkg1.run

and then:

cd /etc/init.d/
sudo mv nvidia-glx XXnvidia-glx

That paralyzes the /etc/init.d/nvidia-glx script and prevents it from
messing up the links and files needed by the "nvidia" module as
installed by NVIDIA-Linux-x86-96.43.01-pkg1.run.

I don't understand what the /etc/init.d/nvidia-glx script is supposed
to accomplished, and how I can get along without it.



You are mixing the two methods of installing the the nvidia module.
1. Use the script from the nvidia site and nothing else.
2. Install the nvidia module for your kernel from the repository, which 
will also require the nvidia-glx package that matches the module version.


Either purge the nvidia-glx package and reinstall the NVIDIA script or 
remove the NVIDIA script and then install the modules from the repository.


HTH

Wackojacko

NB if you run custom built kernel you can build the nvidia module using 
module-assistant


As root

#aptitude install module-assistant
#m-a prepare
#m-a a-i nvidia
#aptitude install nvidia-glx

restart x


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




Re: AMD Athlon XP3200

2008-04-01 Thread Wackojacko

Douglas A. Tutty wrote:

On Mon, Mar 31, 2008 at 04:16:38PM -0700, Paul Johnson wrote:

On Monday 31 March 2008 12:24:05 pm Phil Wiley wrote:

My computer uses an AMD XP3200 processor.  Which set of instructions
should I use?
The ones that apply to your system's architecture.  If you used to run 
Windows, odds are you're on i386, less likely ia64 or amd64.


IIRC, the AMD XP3200 is an amd64 CPU which will run either i386 or
amd64.  Search the archives of this list for many, many discussions on
which is better.  It depends on if all the apps you want to run are
available for amd64, how much memory your system has, and if for your
application you need 64-bit executables.  Note that on i386, you can
install a 64-bit kernel, however IIRC, some add-on apps (e.g. Adobe's
Acroread) which is 32-bit will not run with the 64-bit kernel.  Better
to ask on the debian-amd64 list if you are in any of these edge
conditions.

Most normal people wouldn't notice a difference either way.

Doug.




I would have to disagree with this info Doug.  Athlon XP CPU's are 
Barton cores and are strictly 32 bit only AFAICT.  Google search seems 
to support this.


To the OP, i386 is the correct architecture, and install a i686 kernel. 
 There are no k7 kernels in debian, but you can roll your own if you 
think that this will be of benefit over the 686 kernel.


HTH

Wackojacko


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




Re: invalid action operation

2006-05-16 Thread Wackojacko

Andreas Rönnquist wrote:

Hi!

I've got the following showing up each boot:

debian udevd[14626]: add_to_rules: invalid ACTION operation
debian udevd[14626]: add_to_rules: invalid rule 
'/etc/udev/rules.d/050_hal-plugdev.rules:5'


- it has been like this since the update the 10th of May I think it was.

I am using a clean Debian Etch install. (_Only_ Etch repositories in my 
sources.list)


Is there a simple way to make it go away?
Perhaps going to hotplug would make it disappear? Is that recommended 
for Etch systems?


Though - everything seems to be working alright - I have no problems 
during daily computer usage, so I am just trying to "clean up" my 
boot-process messages.


/Andreas
[EMAIL PROTECTED]


Have you added any rules to this file yourself.  I saw a similar error 
relating to 'BUS' operation in a local.rules file I had created.  It 
turned out to be that the new udev is now very picky about the use of 
"==" and "=" for comparison and assigning respectively.



HTH

Wackojacko


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




Re: udev problem

2006-05-17 Thread Wackojacko

L.V.Gandhi wrote:

I am running sid
I have a rule in localrule as below.
lvgdell600m:~# cat /etc/udev/rules.d/local.rules
BUS="scsi", SYSFS{model}="Cruzer Micro", KERNEL="sd?1", NAME="%k", 
SYMLINK="flash"


The new version of udev requires you to use '==' instead of '=' when 
looking at comparisons.  You will probably see errors on boot such as 
'invalid BUS command' relating to this rule.


HTH

Wackojacko


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




Re: autoconf.h file missing Kernel-2.6.15?

2006-05-18 Thread Wackojacko

Marco wrote:

Hi all,
I have installed Debian Etch on my computer.

I have compiled my custom kernel with the linux-source-2.6.15 package, but
now when I install the HSFMODEM driver I get this error message:

WARNING: missing file
/lib/modules/2.6.15/build/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).

What did I forget on my kernel configuration?

Could you help me?
Thanks

Marco


You need a symbolic link from the build directory to your source.

ln -s /usr/src/linux-source-2.6.15 /lib/modules/2.6.15/build

should do the trick I think.

HTH

Wackojacko



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




Re: aptitude dist-upgrade wants to install 695 new packages

2006-05-18 Thread Wackojacko

John O'Hagan wrote:

On Wednesday 17 May 2006 14:59, rs wrote:

[...]

I'd like to upgrade from stable (sarge) to testing. Tried "aptitude
upgrade" and it came back with 109 packages kept back.

[...]

Obviously, I want kept back packages to be upgraded too (BTW, is there a
way to find out why, specifically, those packages are kept back?). So, I
tried "aptitude dist-upgrade" and it wants to install 695 new packages,
including the ones I do not currently have or want (e.g evolution, gnome (I
use KDE), exim, etc).

[...]

Am I missing something? How do I upgrade only the packages that I currently
have, without installing an obscene amount of new and unneeded/unwanted
packages?


This is from man aptitude:

"upgrade

"Upgrades installed packages to their most recent version. Installed  packages  
   
will not be removed unless they are unused...; packages which are not 
currently installed will not be installed...


"dist-upgrade

"Upgrades  installed packages to their most recent version, removing or 
installing packages as necessary..."


In other words, upgrade will hold back any package whose new version has new 
dependencies or requires the removal of any package. Dist-upgrade will 
install any new dependencies and remove any newly conflicting packages (it 
automatically decides which packages must go when there is a conflict, or you 
can control this by marking packages in various ways). 

So I'm afraid what you're asking is not possible: the packages you have 
installed must have their new dependencies if they are to be upgraded. And a 
major change like the one from stable to testing will usually bring in a lot 
of new dependencies.


It does seem odd that gnome is to be installed; do you mean the whole of 
gnome, desktop environment and all? It must be that something you have 
installed now needs at least parts of gnome.


To examine the situation in more detail, try running aptitude 
with --show-deps.


I use Kpackage (a front-end for apt-get, so don't mix it with aptitude for 
actually installing packages) because it's easy to browse package 
descriptions and dependencies, and manually select multiple packages for 
installation and removal.


I run testing and keep up-to-date by running update; upgrade; if any packages 
are kept back I mark them for upgrade and carefully check what will be 
changed, and only proceed if none of that bothers me (e.g., no packages I 
want to use are to be removed).  


Good luck,

John


Like John I use Kpackage, but when i have looked at aptitude it is 
originally setup to automatically install *recomended* packages by 
default.  You can switch this off in the UI, so i imageine it can be 
configured via the CLI as well.  Try the 'man' page or fire up the UI 
and C-T->Options->Dependency Handling->Automatically install recommends.


HTH

Wackojacko


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




Re: autoconf.h file missing Kernel-2.6.15?

2006-05-19 Thread Wackojacko

Marco wrote:

Wackojacko ha scritto:

Marco wrote:

Hi all,
I have installed Debian Etch on my computer.

I have compiled my custom kernel with the linux-source-2.6.15 
package, but

now when I install the HSFMODEM driver I get this error message:

WARNING: missing file
/lib/modules/2.6.15/build/include/linux/autoconf.h
The cause of this is usually a missing or unconfigured
kernel source tree (and sometimes an incorrect directory or symbolic 
link).


What did I forget on my kernel configuration?

Could you help me?
Thanks

Marco


You need a symbolic link from the build directory to your source.

ln -s /usr/src/linux-source-2.6.15 /lib/modules/2.6.15/build

Hi Wackojacko,
I have already the symbolic link from the build directory to my linux 
source

# uname -r
2.6.15
# ls -lah /lib/modules/2.6.15/build
lrwxrwxrwx 1 root root 28 2006-05-17 22:31 /lib/modules/2.6.15/build -> 
/usr/src/linux-source-2.6.15


The problem is that in my linux-source-2.6.15 directory the autoconf.h 
file DON'T exist! :-(

# updatedb
# locate autoconf.h
/usr/include/asm-i486/autoconf.h
/usr/include/asm-x86_64/autoconf.h
/usr/include/linux/autoconf.h


should do the trick I think.

HTH

Wackojacko

Any idea?
Thanks
Marco


Strange I have 2.6.16 sources installed (debian package) and this file 
exists in /usr/src/linux-source-2.6.16/include/linux/autoconf.h.


Have you already built a kernel from the sources, and are you running 
that kernel at the moment?


Otherwise I'm not sure.

Sorry

Wackojacko


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




Re: udev: invalid KERNEL operation

2006-05-19 Thread Wackojacko

Marco wrote:

Hi everybody,
I have installed Debian Etch with a custom kernel version 2-6-15.
I have removed hotplug package and I have installed the udev package.
I have installed the hsfmodem driver downloaded from 
http://www.linuxant.com

and now when my system boot I have the following errors:

May 19 16:03:12 localhost udevd[1044]: add_to_rules: invalid KERNEL 
operation
May 19 16:03:12 localhost udevd[1044]: add_to_rules: invalid rule 
'/etc/udev/rules.d/hsf.rules:1'


This is the file "/etc/udev/rules.d/hsf.rules":

KERNEL="ttySHSF0", SYMLINK="modem"

During the hsfmodem driver installation I have this output_
...
Config for modem unit 0: /dev/ttySHSF0
   Device instance: 0-PCI-80881:255A-1011:0565
   HW revision: CXT29 SSD=25 LSD=0x11
   HW profile name: hsfmc97ich
   Registration ID: 3A9C-9CA1-974G
   License owner  : myemail
   License key: FREE
   License status : FREE (max 14.4kbps data only)
   Current region : ITALY (T.35 code: 0059)

The /dev/modem alias (symlink) points to /dev/ttySHSF0
...

I don't know udev :-(

Could you help me?
Thanks

Marco



This has come a few times over the past week.  In case you missed it, 
the new version of udev requires you to use "==" for comparison and not 
just "="


ie KERNEL=="ttySHSF0"

hth

Wackojacko


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




Re: include files for WxWidgets 2.6

2006-05-19 Thread Wackojacko

[EMAIL PROTECTED] wrote:
I've tried 'locate' and guessing.  What *are* the proper options to specify for 
g++ so that it will access the include files and linbraries and such for 
WxWidgets 2.6?


As far as I know, I have the proper packages installed.  Could anyone tell me 
for sure whether this is the right list?


libwxbase2.6-dbg
libwxbase2.6-dev
libwxbase2.6-0
wx2.6-headers
wx2.6-doc
libwxgtk2.6-dbg
libwxgtk2.6-dev
libwxgtk2.6-0
wx-common



man wx-config.

I think its just 'wx-config cxxflags' for C++

HTH

Wackojacko


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




[Fwd: Re: include files for WxWidgets 2.6]

2006-05-19 Thread Wackojacko

Sorry the correct command is 'wx-config --cxxflags'

#wx-config --cxxflags
-I/usr/lib/wx/include/gtk2-unicode-release-2.6 -I/usr/include/wx-2.6 
-DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES 
-D_LARGEFILE_SOURCE=1 -DNO_GCC_PRAGMA


Sorry for the noise

Wackojacko

[EMAIL PROTECTED] wrote:
I've tried 'locate' and guessing.  What *are* the proper options to specify for 
g++ so that it will access the include files and linbraries and such for 
WxWidgets 2.6?


As far as I know, I have the proper packages installed.  Could anyone tell me 
for sure whether this is the right list?


libwxbase2.6-dbg
libwxbase2.6-dev
libwxbase2.6-0
wx2.6-headers
wx2.6-doc
libwxgtk2.6-dbg
libwxgtk2.6-dev
libwxgtk2.6-0
wx-common



man wx-config.

I think its just 'wx-config cxxflags' for C++

HTH

Wackojacko



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




Re: searching for dts_internal.h

2006-05-24 Thread Wackojacko

LeVA wrote:

Hi!

Anyone knows which package contains the file in the subject?

Thanks!

Daniel


I use apt-file for this.
apt-get install apt-file
apt-file update
apt-file search 

HTH

Wackojacko


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




Re: T-bird outgoing filters?

2006-05-29 Thread Wackojacko

Ron Johnson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Evolution has outgoing filters, so that, for example, emails that I
send to [EMAIL PROTECTED] get sent to the subfolder john_doe
instead of Sent.

Does T-bird have anything like that?  I only see incoming filters.

Thanks,
Ron
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEefAYS9HxQb37XmcRAnXZAJ40izMck4fdFAK1ei7USocwtDY+TACfYDO4
OY4ip0ipECR/k4UX8xlO7+0=
=UIuT
-END PGP SIGNATURE-


This is set in the preferences for each account.

'Edit->Account Settings' brings up a list of active accounts.  You can 
then set where the outgoing messages are stored via the 'Copies and 
Folders' section of the relevant account.


HTH

Wackojacko


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




Re: T-bird outgoing filters?

2006-05-29 Thread Wackojacko

Ron Johnson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wackojacko wrote:

Ron Johnson wrote:
Hi,

Evolution has outgoing filters, so that, for example, emails that I
send to [EMAIL PROTECTED] get sent to the subfolder john_doe
instead of Sent.

Does T-bird have anything like that?  I only see incoming filters.

Thanks,
Ron



This is set in the preferences for each account.



'Edit->Account Settings' brings up a list of active accounts.  You can
then set where the outgoing messages are stored via the 'Copies and
Folders' section of the relevant account.


Right, but that's for *every* Sent email.  Not what I want.


Ah OK see what you mean :)


Just like T-bird lets you create incoming filters, Evo also lets you
create outgoing filters.

Unless you are thinking that I create a separate T-bird account for
each friend/family-member that I want to do outbound filtering on...

I have a separate account for each e-mail address (only 3 in my case) 
and this setting works well to keep all mails separate. I can see how it 
would become cumbersome with much more.


Sorry I cant help further.

Wackojacko




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




Re: New DVD+-R/RW/RAM drive

2006-06-06 Thread Wackojacko

Jeffrey B. Green wrote:

Curt Howland wrote:


On Sunday 04 June 2006 12:25, "Jeffrey B. Green" <[EMAIL PROTECTED]> 
was heard to say:



I'll be getting a new Sony DRX 820UL/T drive in within the next
week. Does anyone here have any experience getting it to work
(obviously I mean with debian)?



I looked up the specs, that looks like a nice drive.


Yeah, to me too; and it does look like the r/rw pieces may work 
okay. However, I haven't seen whether the ram features work in linux. Do 
you know what are the relevant drivers involved for DVD-RAM to work?




Not the same drive, but I use DVD-Ram disks in a LG-GSA4163B.  I've even 
formatted them with an ext3 partition as I found the UDF filesystem kept 
getting corrupted.


HTH

Wackojacko



It's unfortunate that none of the resellers, nor Sony, list which 
Linux version started support for that drive. The two retailers I 
checked that listed Windows versions, Mac versions, and a contact 
address have received an email from me asking why they don't list 
which Linux kernel (ie: Linux 2.4.19 or later) versions support the 
drive.


"How can I order hardware if I don't know if it will run on my system?"

Just make sure, if it doesn't work, that you return it for a FULL 
refund and tell them why.


Curt-




jeff





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




Re: dvd movie playing

2006-06-14 Thread Wackojacko

Rodolfo Medina wrote:

Hi all the debian listers.

In order to play dvd movies, I downloaded from:

 ftp://ftp.nerim.net/debian-marillat/pool/main/libd/libdvdcss/

the package libdvdcss2_1.2.9-0.0_i386.deb, and want to install it
by hand.
1) How to do so? `apt-get' doesn't do the job.
2) Will that package be enough to play dvd movies (e.g., with totem)?
I have Debian Sarge.

Thanks for any reply,
Rodolfo




dpkg -i  should work, but it would be better to add 
marillat repository to your sources list and use apt-get in order to 
satisfy dependencies.


HTH

Wackojacko


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




Re: MP3s from an analog signal ?

2006-06-14 Thread Wackojacko

Cameron L. Spitzer wrote:

[This message has also been posted to linux.debian.user.]

A friend of mine uses a "user friendly" Windoze box
to record (with permission) radio shows in background,
on a predetermined schedule.  It's the last thing he still
needs Windoze for.

We'd like to replace that setup with a cron-driven
shell script on his Sarge box.

According to the Linux Sound HOWTO, which seems unmaintained,
I can get raw samples from /dev/dsp0 with dd.  This works
on about half the sound cards/motherboards I've tried.
I suspect the rest have some kind of mixer issue, or
maybe the codecs just aren't wired right on those motherboards.

But once we have that raw samples file, we don't know how
to make a usable MP3 out of it.  Searching with Google,
I find a lot of people asking the same question, and people
barking one-word "answers" at them, that don't lead anywhere.

Is there anything in Debian that can take a raw samples
file and turn it into an MP3?
Has some other form of documentation replaced the collection
of HOWTOs at TLDP.org?  Thanks.


Cameron

LAME will do this, google if you need more info.  I use audacity to edit 
the raw wave first and then export as mp3 providing you have the LAME 
libs installed.


HTH

Wackojacko


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




  1   2   3   4   >