Re: fglrx with xorg 6.9.0

2006-02-12 Thread Max

Maciej Matysiak wrote:


I'd be very happy to hear any hints on setting up the DRI correctly.


You may find this page useful:
http://dri.freedesktop.org/wiki/DriTroubleshooting

Max


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



Re: Perl is broken: Can't locate overload.pm

2006-02-12 Thread Kurt Roeckx
On Sun, Feb 12, 2006 at 05:35:24PM -0500, Carl Beckhorn wrote:
> On Sat, Feb 11, 2006 at 12:50:27PM -0800, Max wrote:
> > With recent update of my debian-amd64/unstable I've got perl broken.
> > Now it reports error like
> > 
> > debconf: Perl may be unconfigured (Can't locate overload.pm in @INC 
> 
> You can compile perl 5.8.8-2 yourself from source with
> 
>   apt-get source perl
>   cd perl-5.8.8
>   su
>   debian/rules binary
> 
> or you can just find a copy of overload.pm and put it in 
> /usr/lib/perl/5.8.8/overload.pm  until perl-base 5.8.8-2 appears in the 
> archives.  Either way fixes the problem.

It is in the archive since like 12 hours ago.


Kurt


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



Re: fglrx with xorg 6.9.0

2006-02-12 Thread Maciej Matysiak
On the 10th of February 2006 at 16:57, Ken Bloom  wrote:

> $ ./ati-driver-installer-8.12.7-x86_64.run --extract fglrx-tmp
> $ cd fglrx-tmp
> $ cd common/lib/modules
>
> apply the patch from http://lkml.org/lkml/2005/12/11/26 which lets the
> kernel module work with Kernel 2.6.15

That's no longer necessary; in firegl_public.c instead of "#if 0" there's
"#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 15)".

> $ cd -
> $ fakeroot ./packages/Debian/ati-packager.sh --buildpkg sid

Note for etch users: you should build for sid, since we also have xorg 6.9.0
now.

> dpkg -i the debs, use module-assistant to build the kernel module and
> you're good to go. (Don't forget to modprobe -r fglrx; modprobe fglrx
> before you start X again.)

I've followed the steps you described, but I got no luck with setting up
working DRI. My graphics card is the Radeon 800GTO on PCI-e. The modules
are loaded:

# lsmod |grep fglrx
fglrx 502304  7

# grep -i dri /var/log/Xorg.0.log |grep -vE "driver|drmOpenDevice"
(II) LoadModule: "dri"
(II) Loading /usr/X11R6/lib/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
(II) Loading extension XFree86-DRI
(II) ATI Proprietary Linux Driver Version Identifier:8.22.5
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.22g1
(II) ATI Proprietary Linux Driver Build Date: Feb  7 2006 19:25:55
(==) fglrx(0): NoDRI = NO
(==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
(II) Loading extension ATIFGLRXDRI
(II) fglrx(0): doing DRIScreenInit
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): [DRI] installation complete

However:

$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: No

$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.1)

$ fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request:  BadMatch (invalid parameter attributes)
Major opcode of failed request:  145 (GLX)
  Minor opcode of failed request:  5 (X_GLXMakeCurrent)
  Serial number of failed request:  33
  Current serial number in output stream:  33

I've tried to insert the radeon.ko module for drm, but:

# modprobe radeon
WARNING: Error inserting drm 
(/lib/modules/2.6.15-1-amd64-k8/kernel/drivers/char/drm/drm.ko): Cannot 
allocate memory
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_open
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_fasync
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_poll
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_get_resource_len
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_core_get_reg_ofs
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_irq_uninstall
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_ioctl
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_exit
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_debug
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_core_get_map_ofs
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_init
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_addmap
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_get_resource_start
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_vbl_send_signals
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_ati_pcigart_init
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_mmap
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_order
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_ati_pcigart_cleanup
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_compat_ioctl
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_core_reclaim_buffers
Feb 12 23:45:42 mniam kernel: radeon: Unknown symbol drm_release
FATAL: Error inserting radeon 
(/lib/modules/2.6.15-1-amd64-k8/kernel/drivers/char/drm/radeon.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)

With the fglrx module in xorg.conf glxgears shows:
 1601 frames in 5.0 seconds = 320.200 FPS
that's ~40% of the results on the "radeon" module from xorg 6.9.0.

# uname -a
Linux mniam 2.6.15-1-amd64-k8 #2 Sat Feb 4 00:09:56 UTC 2006 x86_64 GNU/Linux

# lspci |grep ATI
:05:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 
5d4f
:05:00.1 Display controller: ATI Technologies Inc: Unknown device 5d6f

# dpkg -l |grep fglrx
ii  fglrx-driver8.22.5-1
ii  fglrx-kernel-2.6.15-1-amd64-k8  8.22.5-1+2.6.15-1

The Xorg.0.log is available at http://blah.pl/tmp/Xorg.0.log

I'd be very happy to hear any hints on setting up the DRI correctly.

 m.m.
-- 
 use gnus, not guns!


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



Re: Perl is broken: Can't locate overload.pm

2006-02-12 Thread Carl Beckhorn
On Sat, Feb 11, 2006 at 12:50:27PM -0800, Max wrote:
> With recent update of my debian-amd64/unstable I've got perl broken.
> Now it reports error like
> 
> debconf: Perl may be unconfigured (Can't locate overload.pm in @INC 

You can compile perl 5.8.8-2 yourself from source with

  apt-get source perl
  cd perl-5.8.8
  su
  debian/rules binary

or you can just find a copy of overload.pm and put it in 
/usr/lib/perl/5.8.8/overload.pm  until perl-base 5.8.8-2 appears in the 
archives.  Either way fixes the problem.

 - Carl


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



Re: linux-2.6_2.6.12.orig.tar.gz

2006-02-12 Thread martellif


Solved, sorry for the noise:

[EMAIL PROTECTED]:/usr/src/linux# patch -p1 http://www.imolug.org - [EMAIL PROTECTED]
IRC irc.azzurra.org /join #imolug 




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



cdrecord fails on usb writer

2006-02-12 Thread Andreas Fester
Hi,

burning CDs with cdrecord fails on my AMD64 debian installation.
The cd writer is an external device connected through USB.
I am currently running a self-compiled 2.6.15 kernel,
but the same issue occurs with the debian default 2.6.12-amd64-generic
kernel. 
I did a parallel i386 installation on the same box, also with 
the debian 2.6.15 kernel package, and in this installation
cdrecord works well. I assume therefore that it is a kernel 
issue. cdrecord versions are the same on both installations.
Attached is the output which is generated from cdrecord (by
the k3b frontend in this case).

Any hints are very welcome :-) I hope it is not one of the
"unsettled 2.6 kernel issues" cdrecord warns about :-/

Thanks and best regards,

Andreas

-- 
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://www.littletux.net
ICQ: 326674288System
---
K3b Version: 0.12.10

KDE Version: 3.5.1
QT Version:  3.3.5
Kernel:  2.6.15
Devices
---
HL-DT-ST DVDRAM GSA-4040B A301 (/dev/scd0, /dev/sg5) at /media/cdrom1 [CD-R; 
CD-RW; CD-ROM; DVD-ROM; DVD-RAM; DVD-R; DVD-RW; DVD+R; DVD+RW] [DVD-ROM; DVD-R 
Sequential; DVD-RAM; DVD-RW Restricted Overwrite; DVD-RW Sequential; DVD+RW; 
DVD+R; CD-ROM; CD-R; CD-RW] [SAO; TAO; RAW; SAO/R96P; SAO/R96R; RAW/R16; 
RAW/R96P; RAW/R96R; Restricted Overwrite]

ASUS DVD-ROM E616 1.0 (/dev/hdc, ) at /media/cdrom0 [CD-ROM; DVD-ROM] [DVD-ROM; 
CD-ROM] [None]
Used versions
---
cdrecord: 2.1.1a03

cdrecord
---
/usr/bin/cdrecord: Warning: Running on Linux-2.6.15
/usr/bin/cdrecord: There are unsettled issues with Linux-2.5 and newer.
/usr/bin/cdrecord: If you have unexpected problems, please try Linux-2.4 or 
Solaris.
scsidev: '4,0,0'
scsibus: 4 target: 0 lun: 0
Linux sg driver version: 3.5.33
/usr/bin/cdrecord: Warning: using inofficial version of libscg 
(debian-0.8debian2 '@(#)scsitransp.c 1.91 04/06/17 Copyright 
1988,1995,2000-2004 J. Schilling').
SCSI buffer size: 64512
/usr/bin/cdrecord: This version of cdrecord does not include DVD-R/DVD-RW 
support code.
/usr/bin/cdrecord: See /usr/share/doc/cdrecord/README.DVD.Debian for details on 
DVD support.
Cdrecord-Clone 2.01.01a03 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2005 
Joerg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to <[EMAIL PROTECTED]>.
  The original author should not be bothered with problems of this version.
TOC Type: 1 = CD-ROM
Using libscg version 'debian-0.8debian2'.
Driveropts: 'burnfree'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   : 
Vendor_info: 'HL-DT-ST'
Identifikation : 'DVDRAM GSA-4040B'
Revision   : 'A301'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0009
Profile: 0x0012 
Profile: 0x0011 
Profile: 0x0014 
Profile: 0x0013 
Profile: 0x001A 
Profile: 0x001B 
Profile: 0x0010 
Profile: 0x0009 (current)
Profile: 0x000A 
Profile: 0x0008 
Profile: 0x0002 
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1204224 = 1176 KB
Drive DMA Speed: 5202 kB/s 29x CD 3x DVD
FIFO size  : 4194304 = 4096 KB
Track 01: data28 MB
Total size:   32 MB (03:13.41) = 14506 sectors
Lout start:   32 MB (03:15/31) = 14506 sectors
Current Secsize: 2048
ATIP info from disk:
  Indicated writing power: 5
  Is not unrestricted
  Is not erasable
  Disk sub type: Medium Type B, low Beta category (B-) (4)
  ATIP start of lead in:  -11607 (97:27/18)
  ATIP start of lead out: 359849 (79:59/74)
Disk type:Short strategy type (Phthalocyanine or similar)
Manuf. index: 18
Manufacturer: Plasmon Data systems Ltd.
Blocks total: 359849 Blocks current: 359849 Blocks remaining: 345343
Starting to write CD/DVD at speed 24 in dummy SAO mode for single session.
Last chance to quit, starting dummy write in 3 seconds.
   2 seconds.
   1 seconds.
   0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is ON.
Sending CUE sheet...
/usr/bin/cdrecord: WARNING: Drive returns wrong startsec (0) using -150
/usr/bin/cdrecord: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 FF FF FF 6A 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 10 2A 00 00 80 30 05 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid) 
resid: 63488
cmd finished after 0.106s timeout 200s
Writing pregap for track 1 at -150
write track pad data: error after 0 bytes
BFree: 1176 K BSize: 1176 K
Starting new track at sector: 0
Track 01:0 of   28 MB written.
/usr/bin/cdrecord: Input/output error. write_g1: scsi sendcmd: 

Re: Wifi pcmcia NIC

2006-02-12 Thread Christoph Fassbach

Hi,

I did never try it, but Atheros chipset based cards are reported to work
with MADWiFi ( http://madwifi.org ) drivers on 64bit Linux's.

They have a list with possible cards on their page, too.

But I have never tested it, treat it as a rumor, not more.

Regards,

Christoph


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



Wifi pcmcia NIC

2006-02-12 Thread Thierry
Dear all,

I am looking for pcmcia wifi card who work under debian 64 ...
Any idea ?

Thx
ps: i already try with D-Link DWL 650+, Netgear WAG511  (drivers
problems) 


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



linux-2.6_2.6.12.orig.tar.gz

2006-02-12 Thread martellif


I downloaded linux kernel source:

http://amd64.debian.net/debian-amd64/pool/main/l/linux-2.6/linux-2.6_2.6.12.orig.tar.gz
http://amd64.debian.net/debian-amd64/pool/main/l/linux-2.6/linux-2.6_2.6.12-10.diff.gz

I unpacked and applied diff, I got this error message:

[EMAIL PROTECTED]:/usr/src/linux# make mrproper
drivers/scsi/qla2xxx/Makefile:3: *** commands commence before first 
target.  Stop.

make[2]: *** [drivers/scsi/qla2xxx] Error 2
make[1]: *** [drivers/scsi] Error 2
make: *** [_clean_drivers] Error 2

I can't compile from that source package. Etch comes with 2.6.12 kernel 
does anybody point me to the  linux-source-2.6.12_2.6.12-10_all.deb url? 
I searched for at:


http://pdo.debian.net/cgi-bin/search_packages.pl?keywords=2.6.12&searchon=names&subword=1&version=all&release=all 



without success.
Yes there are newest but I've an old pinnacle studio pctv that I wasn't 
able to get working with 2.6.14


--

Franco Martelli.

ImoLUG Staff
http://www.imolug.org - [EMAIL PROTECTED]
IRC irc.azzurra.org /join #imolug 




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



spamassassin and net::dns::resolver

2006-02-12 Thread jurriaan
:sudo /etc/init.d/spamassassin restart
Restarting SpamAssassin Mail Filter Daemon: [8276] error: Can't locate object 
method "new" via package "Net::DNS::Resolver" at 
/usr/share/perl5/Mail/SpamAssassi
n/DnsResolver.pm line 87.
spamd.
:

I though I had all dns related packages I could think of installed.

ii  dnsutils   9.3.2-2Clients 
provided with BIND
ii  libavahi-compat-libdnssd1  0.6.6-1Avahi Apple 
Bonjour compatibility library
ii  libdns16   9.2.4-1DNS Shared 
Library used by BIND
ii  libdns20   9.3.1-2DNS Shared 
Library used by BIND
ii  libdns21   9.3.2-2DNS Shared 
Library used by BIND
ii  libnet-dns-fingerprint-perl0.9.3-1library to 
determine DNS server vendor, prod
ii  libnet-dns-perl0.53-2 Perform DNS 
queries from a Perl script

Can anybody tell me how to resolve this message?

Thanks,
Jurriaan
-- 
Real Programmers consider "what you see is what you get" to be just as 
bad a concept in Text Editors as it is in women. No, the Real Programmer
wants a "you asked for it, you got it" text editor -- complicated, 
cryptic, powerful, unforgiving, dangerous.
Debian (Unstable) GNU/Linux 2.6.16-rc1-mm5 5505 bogomips load 0.88


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