Re: [gentoo-user] Problem with /devcdrom /dev/sro [solved]

2011-02-28 Thread Jacques Montier
Le 27/02/2011 18:38, Mike Gilbert a écrit :
 On Sun, Feb 27, 2011 at 5:32 AM, Jacques Montier
 jacques.mont...@numericable.fr wrote:
 My kernel configuration :

 # SCSI device support
 CONFIG_SCSI_MOD=y
 CONFIG_SCSI=y
 CONFIG_SCSI_DMA=y
 CONFIG_SCSI_TGT=y
 CONFIG_SCSI_NETLINK=y
 CONFIG_SCSI_PROC_FS=y
 # SCSI support type (disk, tape, CD-ROM)
 # CONFIG_SCSI_ENCLOSURE is not set
 CONFIG_SCSI_MULTI_LUN=y
 CONFIG_SCSI_CONSTANTS=y
 CONFIG_SCSI_LOGGING=y
 # CONFIG_SCSI_SCAN_ASYNC is not set
 CONFIG_SCSI_WAIT_SCAN=m
 # SCSI Transports
 CONFIG_SCSI_SPI_ATTRS=m
 CONFIG_SCSI_FC_ATTRS=m
 # CONFIG_SCSI_FC_TGT_ATTRS is not set
 CONFIG_SCSI_ISCSI_ATTRS=m
 # CONFIG_SCSI_SAS_ATTRS is not set
 # CONFIG_SCSI_SAS_LIBSAS is not set
 # CONFIG_SCSI_SRP_ATTRS is not set
 CONFIG_SCSI_LOWLEVEL=y
 
 That's a strange looking SCSI support type section. Here's mine, for
 reference:
 
 #
 # SCSI support type (disk, tape, CD-ROM)
 #
 CONFIG_BLK_DEV_SD=y
 CONFIG_CHR_DEV_ST=y
 # CONFIG_CHR_DEV_OSST is not setabsense
 CONFIG_BLK_DEV_SR=y
 # CONFIG_BLK_DEV_SR_VENDOR is not set
 CONFIG_CHR_DEV_SG=y
 # CONFIG_CHR_DEV_SCH is not set
 CONFIG_SCSI_MULTI_LUN=y
 CONFIG_SCSI_CONSTANTS=y
 # CONFIG_SCSI_LOGGING is not set
 # CONFIG_SCSI_SCAN_ASYNC is not set
 CONFIG_SCSI_WAIT_SCAN=m
 
 You need CONFIG_BLK_DEV_SR for /dev/sr* to work, so its absence in
 your config is rather suspicious.
 

Hi Mike,

I saw that CONFIG_IDE (DEPRECATED) was set to yes ; so the disk names
were hda1, hda2, hdb, hdc instead of sda1, etc...
I set CONFIG_IDE to no and use CONFIG_ATA.
Now sda1, sda2 and ...sr0 are back and everything works fine !

Thank you for your help

Cheers,

--
Jacques




Re: [gentoo-user] Problem with /devcdrom /dev/sro

2011-02-28 Thread Roger Cahn

 497 lines. Could you please: increase the buffer and turn off usb debugging?

Hi Volker,

I tried again and I hope you'llhave now the complete dmesg.
Here is the adress:

 http://dl.free.fr/qUJf6qr39





Re: [gentoo-user] Dual Boot Partitions

2011-02-28 Thread dhk
On 02/27/2011 02:39 PM, Mick wrote:
 On Sunday 27 February 2011 18:04:26 Florian Philipp wrote:
 Am 27.02.2011 17:02, schrieb Petri Rosenström:
 On Sun, Feb 27, 2011 at 5:01 PM, dhk dhk...@optonline.net wrote:
 
 First, the observations.  I tried to partition my disk with fdisk the
 way I wanted.  
 
 I would recommend you use 'parted -a optimal' or gparted for this purpose 
 (see 
 below).
 
 
 It had the usual Linux partitions and a partition that I
 was going to use for Window 7.  I wanted to make this an LVM2 partition,
 but that didn't work; I guess that was too ambitious.
 
 I am not sure that you can use LVM2 for MSWindows - as far as I know they use 
 Logical Disk Manager which it is not the same with any other sane LVM 
 implementation - come on now, would you expect them to seek compatibility or 
 interoperability?!!
 
 http://en.wikipedia.org/wiki/Logical_Disk_Manager
 
 Then I just made
 it an ordinary static HPFS/NTFS partition on /dev/sda5.  When installing
 Windows 7 it wouldn't install on that partition.  I deleted all the
 partitions and just installed it on the first 50Gigs of the disk.

 Second, the questions.  The Windows 7 install on the first 50Gigs of the
 disk needed to created two partitions.  The first was a very small boot
 partition that I increased to 128Megs, and the second is the rest of
 Windows 7.  Now when I boot to the livecd to partition the rest of the
 disk for Gentoo fdisk says Partition 1 does not end on a cylinder
 boundary.  Is this a problem?  The other big question is:  what do I do

 Dunno, it might be that win7 changed the amount of heads/sectors that
 could give that notice from fdisk. I would not be to worrified about
 it (Installing windows would be more horrifying). If you have a
 traditional hd then the worst thing I think might be that reads/writes
 would be slower.

 If I'm not mistaken, this alignment is actually a good thing. It is
 related to the transition from 512 B blocks to 4 kB and also helps
 alignments for SSDs. In this regard, Win 7 behaves very clever and
 really much better than the old and proven Linux tools (unless you know
 what you are doing and are aware of every issue). IMHO it is a real
 shame that most Linux tools are still behind in this regard.
 
 Only some are.
 
 The 'parted -a optimal' or gparted will seek to align the end of a partition, 
 but you will find that it may under/overshoot your specified size to achieve 
 that.
 
 fdisk et al have some development to do yet.
 
 
 If you think you have an HDD with 4kB blocks, ask and I can provide you
 with some links on that topic.

 about the first partition in the partition table?  It is an HPFS/NTFS
 partition and has been toggled bootable.  It also has some stuff in it
 that looks like it's important to Windows:  a BOOTSECT.BAK file, a Boot
 directory, a System Volume Information directory, and a bootmgr file.
 Now for my Gentoo install, how and where do I make a /boot partition?
 Do I replace the Windows 7 boot partition with /boot?  If so, what
 happens to the contents?  or Do I make a /boot partition on /dev/sda3
 and toggle the bootable flag there?

 Something like that. You could install gentoo on one partition (I
 don't recommend).
 
 No!  Nothing like that.  Leave the MS Windows boot partition alone and 
 flagged 
 as boot.  MS Windows needs this, while Linux does not.
 
 
 Just make partitions like you would do without windows. When you do
 the grub-install script or by hand grub links the boot to the
 partition where boot exists. You should not remove or change the
 windows partitions or the data windows will probably brake when you
 do.
 
 Yep.  Create a new partition; e.g. /dev/sda3 and use that as the /boot 
 mountpoint for your Linux OS.  This is where the grub fs, Linux OS kernels 
 and 
 related files will be saved.
 
 
 AFAIK, grub does not need the bootable flag. Leave it alone. Maybe
 Windows needs it, maybe it is just for good measure, I don't know.
 
 This is correct, MS Windows needs it and it will not boot without it, 
 especially if you retain the MSWindows MBR boot code - although you can 
 install GRUB in the MBR and chainload MSWindows from there with it.
 
 HTH.

Thanks for all the input.  It helped clear up a lot of questions.  I
spent the weekend installing to Operating Systems and it looks like it
almost worked.  I think the problem is in the Grub setup, so it should
be repairable once I find the mistake.  If it's something else, I may be
doing this again next weekend.

Thanks again,

dhk



Re: [gentoo-user] Dual Boot Partitions

2011-02-28 Thread Mick
On 28 February 2011 11:26, dhk dhk...@optonline.net wrote:

 Thanks for all the input.  It helped clear up a lot of questions.  I
 spent the weekend installing to Operating Systems and it looks like it
 almost worked.  I think the problem is in the Grub setup, so it should
 be repairable once I find the mistake.  If it's something else, I may be
 doing this again next weekend.

 Thanks again,

 dhk

What error does it give you?

PS. Are you chainloading Gentoo from the MSWindows boot manager, or
MSWindows from GRUB?
-- 
Regards,
Mick



Re: [gentoo-user] How to turn off automounting usb drives

2011-02-28 Thread luis jure
on 2011-02-27 at 17:08 Dale wrote:

Don't worry, when you understand it really well, something new will come 
along.  Then you get to rinse and repeat.  :/

yep, i know what you mean... a bit frustrating, sometimes, isn't it?



Re: [gentoo-user] Dual Boot Partitions

2011-02-28 Thread dhk
On 02/28/2011 06:39 AM, Mick wrote:
 On 28 February 2011 11:26, dhk dhk...@optonline.net wrote:
 
 Thanks for all the input.  It helped clear up a lot of questions.  I
 spent the weekend installing to Operating Systems and it looks like it
 almost worked.  I think the problem is in the Grub setup, so it should
 be repairable once I find the mistake.  If it's something else, I may be
 doing this again next weekend.

 Thanks again,

 dhk
 
 What error does it give you?
 
 PS. Are you chainloading Gentoo from the MSWindows boot manager, or
 MSWindows from GRUB?

I did everything in Grub and haven't touched the MS Windows partitions
since the initial install.

The problem looks like Grub and some other stuff.  Can't boot to Windows
or Linux.  It looks like the Grub menu never comes up.  However, it
seems to know about it, because the menu options can still gets executed
either after the time out or by pressing Enter.  Then some stuff gets
printed to the screen and the boot process begins, but it errors before
the Operating Systems come up.  When trying to boot to Windows, I have
no idea why it errors.  When trying to boot to Linux, the fsck.ext3
fails on /dev/sda7 which is my root partition.  It seems to think it's
ext2, but when I checked (by booting to the livecd) with tune2fs -j it
says it's already journaling.  After the boot fails and I give the root
password, I looked in /dev and there aren't any sda partitions and I
have 12 on the disk.  My disk looks like the following.

Filesystem   ~Size Mounted
/dev/sda1 128M MS Windows 7 boot partition - HPFS/NTFS
/dev/sda2  50G MS Windows 7 - HPFS/NTFS
/dev/sda3 512M /boot - ext2
/dev/sda4 extended partition
/dev/sda5 512M swap
/dev/sda6   5G FAT32
/dev/sda7  12G / - ext3
/dev/sda8  50G LVM2 - ext3
/dev/sda9  50G LVM2 - ext3
/dev/sda10 50G LVM2 - ext3
/dev/sda11 50G LVM2 - ext3
/dev/sda12 50G LVM2 - ext3
/dev/mapper/vg-usr  8G /usr
/dev/mapper/vg-home 5G /home
/dev/mapper/vg-opt  3G /opt
/dev/mapper/vg-var  2G /var
/dev/mapper/vg-tmp  1G /tmp

Thanks
dhk



Re: [gentoo-user] Dual Boot Partitions

2011-02-28 Thread dhk
On 02/28/2011 07:25 AM, dhk wrote:
 On 02/28/2011 06:39 AM, Mick wrote:
 On 28 February 2011 11:26, dhk dhk...@optonline.net wrote:

 Thanks for all the input.  It helped clear up a lot of questions.  I
 spent the weekend installing to Operating Systems and it looks like it
 almost worked.  I think the problem is in the Grub setup, so it should
 be repairable once I find the mistake.  If it's something else, I may be
 doing this again next weekend.

 Thanks again,

 dhk

 What error does it give you?

 PS. Are you chainloading Gentoo from the MSWindows boot manager, or
 MSWindows from GRUB?
 
 I did everything in Grub and haven't touched the MS Windows partitions
 since the initial install.
 
 The problem looks like Grub and some other stuff.  Can't boot to Windows
 or Linux.  It looks like the Grub menu never comes up.  However, it
 seems to know about it, because the menu options can still gets executed
 either after the time out or by pressing Enter.  Then some stuff gets
 printed to the screen and the boot process begins, but it errors before
 the Operating Systems come up.  When trying to boot to Windows, I have
 no idea why it errors.  When trying to boot to Linux, the fsck.ext3
 fails on /dev/sda7 which is my root partition.  It seems to think it's
 ext2, but when I checked (by booting to the livecd) with tune2fs -j it
 says it's already journaling.  After the boot fails and I give the root
 password, I looked in /dev and there aren't any sda partitions and I
 have 12 on the disk.  My disk looks like the following.
 
 Filesystem   ~Size Mounted
 /dev/sda1 128M MS Windows 7 boot partition - HPFS/NTFS
 /dev/sda2  50G MS Windows 7 - HPFS/NTFS
 /dev/sda3 512M /boot - ext2
 /dev/sda4 extended partition
 /dev/sda5 512M swap
 /dev/sda6   5G FAT32
 /dev/sda7  12G / - ext3
 /dev/sda8  50G LVM2 - ext3
 /dev/sda9  50G LVM2 - ext3
 /dev/sda10 50G LVM2 - ext3
 /dev/sda11 50G LVM2 - ext3
 /dev/sda12 50G LVM2 - ext3
 /dev/mapper/vg-usr  8G /usr
 /dev/mapper/vg-home 5G /home
 /dev/mapper/vg-opt  3G /opt
 /dev/mapper/vg-var  2G /var
 /dev/mapper/vg-tmp  1G /tmp
 
 Thanks
 dhk
 
 

Alright, I found a couple thing in Grub that I had wrong.  1) The
(hd0,0) for the splash should have been (hd0,2).  That fixed the problem
with no Grub menu.  2) The Windows menu option was (hd0,1) and should
have been (hd0,0) for the Windows boot partition not the Window
Operating System.

Now when I boot the Grub menu comes up and booting to Windows works.
However, I still have the same problem booting to Linux.  It chokes on
/dev/sda7 which is my root partition and my real_root kernel option.

Thanks,
dhk



Re: [gentoo-user] Dual Boot Partitions

2011-02-28 Thread Mick
On 28 February 2011 12:25, dhk dhk...@optonline.net wrote:

 I did everything in Grub and haven't touched the MS Windows partitions
 since the initial install.

 The problem looks like Grub and some other stuff.  Can't boot to Windows
 or Linux.  It looks like the Grub menu never comes up.  However, it
 seems to know about it, because the menu options can still gets executed
 either after the time out or by pressing Enter.  Then some stuff gets
 printed to the screen and the boot process begins, but it errors before
 the Operating Systems come up.  When trying to boot to Windows, I have
 no idea why it errors.  When trying to boot to Linux, the fsck.ext3
 fails on /dev/sda7 which is my root partition.  It seems to think it's
 ext2, but when I checked (by booting to the livecd) with tune2fs -j it
 says it's already journaling.

Consider booting from a LiveCD, check that /dev/sda7 indeed contains
the root filesystem, unmount it and run:

e2fsck -f -v -c /dev/sda7

 After the boot fails and I give the root
 password, I looked in /dev and there aren't any sda partitions and I
 have 12 on the disk.  My disk looks like the following.

From a terminal start grub:
==
# grub

GNU GRUB  version 0.97  (640K lower / 9216K upper memory)

 [ Minimal BASH-like line editing is supported.  For the first word, TAB
   lists possible command completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]

grub find /grub/stage1
 (hd0,2)  --If your /boot is indeed on /dev/sda3 and you have
installed grub in there

grub root (hd0,2)  --as found above

grub set (hd0)  --install the bootcode in the MBR of the 1st hard drive

grub quit
==

Then you need to set up the /boot/grub/grub.conf file with the correct
lines pointing to /dev/sda7 for your Linux root and chainloading
/dev/sda1 for your MSWindows OS.

As long as you have installed the right modules for chipset and fs in
the kernel you should be able to boot.

HTH.
-- 
Regards,
Mick



Re: [gentoo-user] Dual Boot Partitions

2011-02-28 Thread Mick
On 28 February 2011 13:11, dhk dhk...@optonline.net wrote:

 Alright, I found a couple thing in Grub that I had wrong.  1) The
 (hd0,0) for the splash should have been (hd0,2).  That fixed the problem
 with no Grub menu.  2) The Windows menu option was (hd0,1) and should
 have been (hd0,0) for the Windows boot partition not the Window
 Operating System.

 Now when I boot the Grub menu comes up and booting to Windows works.
 However, I still have the same problem booting to Linux.  It chokes on
 /dev/sda7 which is my root partition and my real_root kernel option.

Ah!  Our messages crossed in the post!

Check that you have compile in the kernel the fs for your root
partition and that you have root (hd0,6) in your grub.conf and
real_root=/dev/sda7.

-- 
Regards,
Mick



[gentoo-user] Re: [OT] Re: PDF: convert to grayscale

2011-02-28 Thread Grant Edwards
On 2011-02-27, Nuno J. Silva nunojsi...@ist.utl.pt wrote:
 Michael Orlitzky mich...@orlitzky.com writes:

 On 02/08/11 08:50, Nuno J. Silva wrote:
 Does anyone know a tool (other than ghostscript) that is able to convert
 a PDF (or postscript) to grayscale?

 A laserjet? =)

 That makes me wonder... in a color printer, I expect it not to print any
 color when it has no color ink, but do grayscale printers apply some
 conversion internally, to make sure that e.g. plain cyan is still
 visible (instead of making it white)?

No.

No matter what transformation you use from a 3-dimensional space into
a 1-dimensional space, there will be sets of values that differ in the
3-dimensional space which map to identical values in the 1-dimensional
space.

-- 
Grant Edwards   grant.b.edwardsYow! I'm in direct contact
  at   with many advanced fun
  gmail.comCONCEPTS.




Re: [gentoo-user] How to turn off automounting usb drives

2011-02-28 Thread Dale

luis jure wrote:

on 2011-02-27 at 17:08 Dale wrote:

   

Don't worry, when you understand it really well, something new will come
along.  Then you get to rinse and repeat.  :/
 

yep, i know what you mean... a bit frustrating, sometimes, isn't it?


   


Sometimes.  Then again, sometimes the new thing works better.  So far, 
udev and polkit seem to work much better for me than hal did.   It's 
still young yet tho.  There is still time for smoke to come out of my 
keyboard after a upgrade.  lol


Let's keep our fingers crossed.  ;-)

Dale

:-)  :-)



Re: [gentoo-user] Re: [OT] Re: PDF: convert to grayscale

2011-02-28 Thread Willie Wong
On Mon, Feb 28, 2011 at 03:08:23PM +, Grant Edwards wrote:
  That makes me wonder... in a color printer, I expect it not to print any
  color when it has no color ink, but do grayscale printers apply some
  conversion internally, to make sure that e.g. plain cyan is still
  visible (instead of making it white)?
 
 No.
 
 No matter what transformation you use from a 3-dimensional space into
 a 1-dimensional space, there will be sets of values that differ in the
 3-dimensional space which map to identical values in the 1-dimensional
 space.

But it is trivial to make a transformation that maps to certain sets
of values not more than once. In particular, there's nothing barring
the printer to make it so that only pure white and pure black gets
mapped to white and black, and everything else maps (nonuniquely) to a
shade of grey. 

W
-- 
Willie W. Wong ww...@math.princeton.edu
Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire 
 et vice versa   ~~~  I. Newton



[gentoo-user] Re: Ebuild hacking howto

2011-02-28 Thread James
Mark Shields laebshade at gmail.com writes:


 Saw that you linked to the creating an updated ebuild from gentoo-wiki, so
what I say may overlay quite a bit, but hear me out:

 Attachment (jffnms-0.8.5.ebuild): application/octet-stream, 2207 bytes


Mark,
I appreciate your answer very much. I'm looking at this now as we speak.
I'll follow up tomorrow on the results of my efforts, using your
suggestions.


thanks very much,

James






Re: [gentoo-user] Problem with /devcdrom /dev/sro [solved]

2011-02-28 Thread Roger Cahn

 I tried again and I hope you'llhave now the complete dmesg.

A friend found how to solve the problem.
He changed some settings in Device Drivers,
specially in Serial ATA and Paralell ATA drivers,
and somewhere else.
Now I have cdrom and sr0 in /dev and the player works.

Thank you for your help.
Roger




Re: [gentoo-user] usb modem pantech uml290

2011-02-28 Thread Nils Holland
On 15:24 Sat 26 Feb , Valmor de Almeida wrote:
 Hello,
 
 Is anyone using the uml290 modem? I've never used one and recently
 acquired this model. What other kernel support is needed in addition
 to usb modem? and what package is needed to connect the modem
 (currently I use wicd for wired and wireless connection on a laptop
 where I intend to use the usb modem)? I've been checking info on the
 web and ubuntu seems to work with the modem but I have not found
 specific information on how to configure the kernel.

Well, not that I have any specific information or experience with this
modem, but you might want to have a look at

/usr/src/linux/Documentation/usb/acm.txt

on your local machine (assuming you have the kernel sources
installed). If your USB modem happens to support the CDC ACM standard,
then the information in that file should get you started.

Greetings,
Nils

-- 
Nils Holland * Ti Systems, Wunstorf-Luthe (Germany)
Our Gentoo mirror: http://rush.tisys.org/ (IPv4 + IPv6)
Powered by GNU/Linux since 1998



Re: [gentoo-user] any mythtv/set top box experts?

2011-02-28 Thread Hamilton Silva
On Sun, Feb 27, 2011 at 7:21 PM, Matt Harrison iwasinnamuk...@genestate.com
 wrote:

 Hi all,

 I've recently started to set up a mythtv box for my parents. I've found a
 USB DVB-T receiver which works perfectly and I've got the system up and
 running on some old hardware.

 Now I've been tasked with finding something small that can sit by their TV
 and do it all. I've been looking at MiniITX machines with the nVidia ION
 chipset that support 720/1080 HD playback and HDMI outputs.

 My questions are concerning the digital output and remote controls. I've
 only ever used HDMI/digital output on windows and it confuses me then. Is
 there some added complexity to getting the HDMI output working (including
 audio) with a TV? Is there anything to look out for as far as compatibiliy
 goes?

 And remote controls, the USB DVB-T unit comes with its own remote and
 pretty much works out of the box even on linux. At least it works for the
 basic up/down/left/right/enter, I really don't know enough to get any more
 out of it.

 The MiniITX bundle I'm looking at comes with a remote designed for media
 centres and looks to be a million times nicer than the one from the
 receiver, but is there going to be a lot of trouble getting it working with
 Lirc? I only know a teeny tiny bit about Lirc, I don't know what driver this
 remote will use so I don't know if there's likely to be any compatibility
 issue.

 As you can tell I'm not very hot on this stuff, so any
 tips/help/suggestions would be much appreciated. I'd especially appreciate
 if anyone could point to some known-good hardware for this purpose.

 Thanks

 Matt


For the remote i suggest the ps3 bd controller. It uses bluetooth so, it's
omnidirectional and works with mythtv:

 http://www.mythtv.org/wiki/Sony_PS3_BD_Remote

Hamilton


Re: [gentoo-user] any mythtv/set top box experts?

2011-02-28 Thread Matt Harrison

On 28/02/2011 22:06, Hamilton Silva wrote:

On Sun, Feb 27, 2011 at 7:21 PM, Matt Harrisoniwasinnamuk...@genestate.com

wrote:
Hi all,

I've recently started to set up a mythtv box for my parents. I've found a
USB DVB-T receiver which works perfectly and I've got the system up and
running on some old hardware.

Now I've been tasked with finding something small that can sit by their TV
and do it all. I've been looking at MiniITX machines with the nVidia ION
chipset that support 720/1080 HD playback and HDMI outputs.

My questions are concerning the digital output and remote controls. I've
only ever used HDMI/digital output on windows and it confuses me then. Is
there some added complexity to getting the HDMI output working (including
audio) with a TV? Is there anything to look out for as far as compatibiliy
goes?

And remote controls, the USB DVB-T unit comes with its own remote and
pretty much works out of the box even on linux. At least it works for the
basic up/down/left/right/enter, I really don't know enough to get any more
out of it.

The MiniITX bundle I'm looking at comes with a remote designed for media
centres and looks to be a million times nicer than the one from the
receiver, but is there going to be a lot of trouble getting it working with
Lirc? I only know a teeny tiny bit about Lirc, I don't know what driver this
remote will use so I don't know if there's likely to be any compatibility
issue.

As you can tell I'm not very hot on this stuff, so any
tips/help/suggestions would be much appreciated. I'd especially appreciate
if anyone could point to some known-good hardware for this purpose.

Thanks

Matt



For the remote i suggest the ps3 bd controller. It uses bluetooth so, it's
omnidirectional and works with mythtv:

  http://www.mythtv.org/wiki/Sony_PS3_BD_Remote

Hamilton



That looks interesting, thanks for the reply. I guess I'll have to find 
a bluetooth receiver to go with it, maybe i can find one onboard something.


Thanks



Re: [gentoo-user] usb modem pantech uml290

2011-02-28 Thread Valmor de Almeida
On 02/28/2011 03:48 PM, Nils Holland wrote:
 On 15:24 Sat 26 Feb , Valmor de Almeida wrote:
 Hello,

 Is anyone using the uml290 modem? I've never used one and recently
 acquired this model. What other kernel support is needed in addition
 to usb modem? and what package is needed to connect the modem
 (currently I use wicd for wired and wireless connection on a laptop
 where I intend to use the usb modem)? I've been checking info on the
 web and ubuntu seems to work with the modem but I have not found
 specific information on how to configure the kernel.
 
 Well, not that I have any specific information or experience with this
 modem, but you might want to have a look at
 
 /usr/src/linux/Documentation/usb/acm.txt
 
 on your local machine (assuming you have the kernel sources
 installed). If your USB modem happens to support the CDC ACM standard,
 then the information in that file should get you started.
 
 Greetings,
 Nils
 

Thanks for the info. So far I have connected the modem and it is
recognized by the kernel; so I think I have what is needed as far as
kernel configuration goes. Support for usb modems is still not in wicd
therefore I am replacing wicd by networkmanager which apparently works
with this modem under ubuntu. Will post more as I troubleshoot this. One
thing is the authentication type. The modem works with 3G and 4G
networks; apparently only 3G is supported by CDC ACM??? I've got the
modem activated and its firmware upgraded using a Windows Vista laptop;
so I know the modem works. Also most places I've been to only have 3G
network; don't know what is going to happen in a 4G area.

Later,

--
Valmor



Re: [gentoo-user] Search filesystem with a wildcard

2011-02-28 Thread Grant
 I used to use slocate like this to search the filesystem for a file:

 foo*.txt

 but mlocate doesn't seem to accept wildcards.  I tried to figure out
 how to do it with find but failed.  Can anyone point me in the right
 direction?

 - Grant



 Try locate */foo*.txt. mlocate seems to match based on the full path name.

 Also, to quote the manpage:

 If any PATTERN contains no globbing characters, locate behaves as if
 the pattern were *PATTERN*.

 I get it now, thank you for that.

 - Grant

I'm having trouble with this again.  I get:

# ls -l /var/cache/revdep-rebuild
total 424
-rwx-- 1 root portage699 Feb 28 16:52 0_env.rr
-rwx-- 1 root portage 323445 Feb 28 16:38 1_files.rr
-rwx-- 1 root portage  34387 Feb 28 16:38 2_ldpath.rr
-rwx-- 1 root portage 57 Feb 28 16:40 3_broken.rr
-rwx-- 1 root portage  34641 Feb 28 16:39 3_errors.rr
-rwx-- 1 root portage 19 Feb 28 16:40 4_ebuilds.rr
-rwx-- 1 root portage 79 Feb 28 16:40 4_owners.rr
-rwx-- 1 root portage 23 Feb 28 16:40 4_pkgs.rr
-rwx-- 1 root portage 23 Feb 28 16:40 4_raw.rr
-rwx-- 1 root portage 25 Feb 28 16:40 5_order.rr
-rwx-- 1 root portage  2 Feb 28 16:52 6_status.rr
# locate *.rr
#

- Grant



Re: [gentoo-user] Search filesystem with a wildcard

2011-02-28 Thread Alex Schuster
Grant writes:

 I'm having trouble with this again.  I get:
 
 # ls -l /var/cache/revdep-rebuild
 total 424
 -rwx-- 1 root portage699 Feb 28 16:52 0_env.rr
 -rwx-- 1 root portage 323445 Feb 28 16:38 1_files.rr
 -rwx-- 1 root portage  34387 Feb 28 16:38 2_ldpath.rr
 -rwx-- 1 root portage 57 Feb 28 16:40 3_broken.rr
 -rwx-- 1 root portage  34641 Feb 28 16:39 3_errors.rr
 -rwx-- 1 root portage 19 Feb 28 16:40 4_ebuilds.rr
 -rwx-- 1 root portage 79 Feb 28 16:40 4_owners.rr
 -rwx-- 1 root portage 23 Feb 28 16:40 4_pkgs.rr
 -rwx-- 1 root portage 23 Feb 28 16:40 4_raw.rr
 -rwx-- 1 root portage 25 Feb 28 16:40 5_order.rr
 -rwx-- 1 root portage  2 Feb 28 16:52 6_status.rr
 # locate *.rr
 #

Check the the PRUNEPATHS setting in /etc/updatedb.conf. I have
/var/cache in it, but I'm not sure if this was the default, or it I did
change this myself. The other explanation would be that there is a file
matching *.rr in the current directory.

Wonko



[gentoo-user] Any small and fast desktop search app for GNOME?

2011-02-28 Thread Thomas Yao
I dislike gnome-do and I use synapse on ubuntu with another PC
So I'm wondering is there any other good desktop search applications?
Or how can I install synapse on gentoo?
Thank you!

-- 
Twitter: @ghosTM55
Facebook.com/ghosThomas

Mechanism, not policy