How to enable the bluetooth - atheros based card.

2012-05-25 Thread boss ganesh
Package : linux-image-3.3.0-trunk-686-pae

I haas installed the above package & tried to enable the bluetooth but
it is not detecting.

I got the error in dmesg " failed to initiate "

The bluetooth card is  Atheros AR5BBU22.

  & it uses the module ath3k.

-- 
bossganesh
BOSSTeam
CDAC


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cagaqpsd1aduztfbtbq0j_rcegc_stgoobq6_oiv5aonv5ho...@mail.gmail.com



Bug#614665: rmdir: failed to remove `/lib/modules/2.6.32-3-686': Directory not empty

2011-02-22 Thread boss ganesh
hi,

This is not the major problem. The one or two modules are not removed from
the folder 2.6.32-3-686.
You could check the status of the linux-image , it will show it is removed
completely

#dpkg -l linux-image*


On Wed, Feb 23, 2011 at 3:23 AM,  wrote:

> Package: linux-image-686
>
> rmdir: failed to remove `/lib/modules/2.6.32-3-686': Directory not empty
> dpkg: warning: while removing linux-image-2.6.32-3-686, directory
> '/lib/modules/2.6.32-3-686' not empty so not removed.
>
> # cat /lib/modules/2.6.32-3-686/modules.softdep
> # Soft dependencies extracted from modules themselves.
> # Copy, with a .conf extension, to /etc/modprobe.d to use it with modprobe.
>
>
>
> --
> To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
> Archive: http://lists.debian.org/87y657u477@jidanni.org
>
>


-- 
bossganesh
BOSSTeam
CDAC


Bug#544179: empty initrd

2009-10-13 Thread boss ganesh
hi,
what is it ?



On Thu, Sep 24, 2009 at 7:38 PM, maximilian attems  wrote:

> please send output of
> sh -x mkinitrmfs -o /tmp/foo
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
bossganesh
BOSSTeam
CDAC


Bug#299567: kernel-image-2.6.8-2-686-smp: x86 has no uncompressed vmlinux (for oprofile)

2009-10-12 Thread boss ganesh
Dear sir,
I ran your python script as
#python vmlinuz-2.6.26-2-686

i got the following error
Traceback (most recent call last):
  File "/mnt/disk[sda4]/root/Desktop/tmp/vmlinuz/extvmlinuz.py", line 39, in

vmlinux = open(sys.argv[2], 'wb')
IndexError: list index out of range

why is it so..

On Mon, Oct 5, 2009 at 8:56 AM, Ben Hutchings  wrote:

> While we still aren't providing an uncompressed vmlinux image, it is now
> possible to extract one from vmlinuz.  The following Python script does
> the job; give it the filename of the compressed image followed by the
> filename for the uncompressed image.
>
> Ben.
>
> #!/usr/bin/python
>
> import struct, zlib
>
> def vmlinuz_to_image(f):
># We can't use gzip.GzipFile because that complains if there is
># trailing data, which is the case for ELFBoot kernel images.
># Use zlib directly.
>zo = zlib.decompressobj(-15)
>
># Look for gzip-deflate header and find end of it
>f.seek(0, 0)
>head = f.read(65536)
>off = head.index('\x1f\x8b\x08')
>flags = ord(head[off + 3])
>off += 10   # fixed header
>if flags & 0x04:# FEXTRA
>off += 2 + struct.unpack('if flags & 0x08:# FNAME
>off = head.index('\0', off) + 1
>if flags & 0x10:# FCOMMENT
>off = head.index('\0', off) + 1
>if flags & 0x02:# FHCRC
>off += 2
>assert not (flags & 0xe0)   # reserved
>
># Decompress following deflate blocks
>f.seek(off)
>image = zo.decompress(f.read()) + zo.flush()
>
># Verify decompressed data against gzip trailer
>assert (struct.unpack('(zlib.crc32(image) & 0xL, len(image)))
>
>return image
>
> if __name__ == '__main__':
>import sys
>vmlinuz = open(sys.argv[1], 'rb')
>vmlinux = open(sys.argv[2], 'wb')
>vmlinux.write(vmlinuz_to_image(vmlinuz))
> ### END ###
>
> --
> Ben Hutchings
> I say we take off; nuke the site from orbit.  It's the only way to be sure.
>



-- 
bossganesh
BOSSTeam
CDAC


Bug#524464: USB related crash

2009-10-12 Thread boss ganesh
hai

I didnt face any such problem by using this kernel .. it may be due to some
other problem ..
had you compiled the kernel ?


On Mon, Oct 12, 2009 at 3:53 AM, Ben Hutchings  wrote:

> On Fri, 2009-04-17 at 13:36 +0300, George Tellalov wrote:
> > Package: linux-image-2.6-amd64
> > Version: 2.6.26+17+lenny1
> > Severity: important
> >
> >
> > I have a b2k based usb phone box (
> http://www.onevoip.net/index.php?catid=55)
> > which causes the kernel to crash when the pc is under load. For example a
> > skype video call or google earth's flight simulator.
> [...]
>
> Can you test whether the newer kernel versions in unstable (2.6.30) or
> experimental (2.6.31) still have this bug?  You can install kernel
> packages from unstable/experimental without upgrading the rest of a
> stable system.
>
> Ben.
>
> --
> Ben Hutchings
> DNRC Motto:  I can please only one person per day.
> Today is not your day.  Tomorrow isn't looking good either.
>



-- 
bossganesh
BOSSTeam
CDAC


Re: firmware-linux package non-free?

2009-09-25 Thread boss ganesh
They are not licensed uner GPl so it cannot be placed under main section of
debian repository.
Most of the radeon Drivers are available in Debian itself please check it.


2009/9/25 Uwe Kleine-König 

> Guten Morgen Jürgen,
>
> > I was wondering if really all blobs in the firmware-linux package are
> > non-free.
> > Especially the Radeon drivers would be nice if they could be in main, so
> > that they are present on the disks/images. Otherwise I would have to
> > install the non-free package after upgrading to squeeze on my machines
> > to get the same hardware support as in lenny.
> AFAIK there is no source available for the radeon firmware blobs.  So
> they are DFSG-non-free.
>
> Uwe
>
> --
> Pengutronix e.K.  | Uwe Kleine-König
>  |
> Industrial Linux Solutions| http://www.pengutronix.de/ |
>
>
> --
> To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
bossganesh
BOSSTeam
CDAC


Bug#509237: purge: /var/lib/initramfs-tools' not empty so not removed

2008-12-22 Thread boss ganesh
Dear shaul Kari
   It shows the output like that but it has almost
removed all the files.. if any files used by the system from that folder it
throws the error like what you mailed
  what is the output of dpkg  -l  initramfs-tools





On Sat, Dec 20, 2008 at 10:10 AM, shaul Karl  wrote:

> Package: initramfs-tools
> Version: 0.92j
> Severity: normal
>
> Not sure if I had 0.92j. As you can see, I have already purged it.
>
> Removing initramfs-tools ...
> Purging configuration files for initramfs-tools ...
> dpkg - warning: while removing initramfs-tools, directory
> `/var/lib/initramfs-tools' not empty so not removed.
>
> Indeed, /var/lib/initramfs-tools is not empty. Wasn't initramfs-tools
> the one who wrote to that dir in the first place?
>
>
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
bossganesh
BOSSTeam
CDAC


Bug#431311: ICE1724 sound device does not work properly

2008-12-22 Thread boss ganesh
Hai,
you can see the boot time log file under /var/log/syslog ..
there is no seperate log for alsa...


On Sun, Dec 21, 2008 at 6:20 AM, Moritz Muehlenhoff  wrote:

> On Sun, Jul 01, 2007 at 05:52:08PM +0200, Jérôme Marant wrote:
> > Package: linux-image-2.6.21-2-686
> > Version: 2.6.21-5
> > Severity: normal
> >
> > --- Please enter the report below this line. ---
> >
> > Hi,
> >
> > Since 2.6.21, sound on my Shuttle SN25P system (with ICE1724 sound
> device),
> > stopped working properly. I have to use 2.6.20 in order for it to work.
> > Any sound seems to gets played at a very low frequency.
> >
> > At boot-time, I can see alsactl complaining but I could not find the
> logs.
> >
> > Current pre-2.6.22 trees don't work either.
>
> Does this error still occur with more recent kernel versions?
>
> Cheers,
>Moritz
>
>
>
> --
> To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
bossganesh
BOSSTeam
CDAC


Bug#506878: [SOLVED] No sound from rear speaker jack with linux-image-2.6.26-1-686

2008-11-30 Thread boss ganesh
is there anything like /etc/modprobe.d/alsa*

you can add the modules under /etc/modules - it will fetch module during
boot itself

On Sun, Nov 30, 2008 at 11:14 PM, Phred Xmidt <[EMAIL PROTECTED]> wrote:

> Added option to /etc/modprobe.d/sound:
>
> model=3stack
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


-- 
bossganesh
BOSSTeam
CDAC


Bug#506540: initramfs-tools - Always dereferences symlinks

2008-11-23 Thread boss ganesh
I don't think it is expanding the symlink . Even it increases the symlink it
will not affect anyway .

On Sat, Nov 22, 2008 at 6:36 PM, Bastian Blank <[EMAIL PROTECTED]> wrote:

> Package: initramfs-tools
> Version: 0.92j
> Severity: important
>
> mkinitramfs always expands symlinks. busybox for example is always added
> two times.
>
> Bastian
>
> --
> Deflector shields just came on, Captain.
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>


Bug#413392: linux-image-2.6.18-4-686: system freeze for `trident' video driver + `pop art squares' screen saver

2008-11-23 Thread boss ganesh
Install the respective  video card of your kernel , just apt-cache of your
VGA from the debian repository, surely that will your problem ...

On Mon, Nov 24, 2008 at 2:45 AM, Moritz Muehlenhoff <[EMAIL PROTECTED]> wrote:

> On Mon, Mar 12, 2007 at 08:50:30PM +0200, Teodor wrote:
> > On 3/10/07, maximilian attems <[EMAIL PROTECTED]> wrote:
> >> On Sun, 04 Mar 2007, Teodor wrote:
> >>
> >> > Hi all,
> >> >
> >> > I have this problem on my old computer: Intel Celeron, 1100 MHz with a
> >> > "Trident Microsystems CyberBlade/i1" video board. I've included this
> >> > information because the reported problem does not exist on other
> servers
> >> > used in production (more powerfull).
> >> >
> >> > I'm using Gnome as a desktop environment. When I select the "pop art
> >> > squares" screensaver the system freeze after a few minutes. This was
> not
> >> > a problem with linux version 2.6.17, but only with 2.6.18* version.
> >> >
> >> > The X session does not respond to any combination of keys,
> >> > Ctrl+Alt+Backspace included.
> >> >
> >> > I don't have the knowledge of debugging kernel crashes. If you can
> tell
> >> > me how to do that I would be glad to offer more information so that
> this
> >> > bug gets corrected.
> >>
> >> are your running latest xorg?
> >> i've seen that on matrox card with some interminent xorg version.
> >
> > Yes. I had the latest xorg* software installed until yesterday. I've
> > notice today that a  new version is available (build -15) and will
> > make the upgrade and see if the problem persists.
> >
> > I think that still there is a *kernel* problem too, besides the *xorg*
> > problem (if any). The OS must not freeze on any circumstances, no
> > matter how buggy a running process is. Also, the problem might be from
> > the video *driver* and not the *kernel*.
>
> Does this error still occur with more recent kernel/X.org versions?
>
> Cheers,
>   Moritz
>
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
>
>