Bug#168659: Info received (It appears this bug was fixed upstream.)

2009-09-06 Thread Kaz Sasayama
The last comment was my misunderstanding.

l found lwresd still tries to use port 953 and just fails by
inspecting daemon.log.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#168659: It appears this bug was fixed upstream.

2009-09-06 Thread Kaz Sasayama
This bug was apparently fixed upstream and the current version uses port 921
by default.


Bug#468149: linux-source-2.6.22: longrun cpufreq module reports false min freq

2008-02-27 Thread Kaz Sasayama
Package: linux-source-2.6.22
Version: 2.6.22-6
Severity: normal
Tags: patch

The longrun cpufreq module reports a false minimum frequency 3MHz on
300-600MHz Crusoe processor.  This may be due to a calculation bug 
in the module.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable'), (100, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-3-amd64
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)

Versions of packages linux-source-2.6.22 depends on:
ii  binutils  2.17-3 The GNU assembler, linker and bina
ii  bzip2 1.0.3-6high-quality block-sorting file co

Versions of packages linux-source-2.6.22 recommends:
ii  gcc4:4.1.1-15The GNU C compiler
ii  libc6-dev [libc-dev]   2.3.6.ds1-13etch4 GNU C Library: Development Librari
ii  make   3.81-2The GNU version of the "make" util

-- no debconf information

--- linux-source-2.6.22/arch/i386/kernel/cpu/cpufreq/longrun.c  2007-07-09 
08:32:17.0 +0900
+++ linux-crusoe/arch/i386/kernel/cpu/cpufreq/longrun.c 2008-02-27 
19:52:06.691016015 +0900
@@ -245,7 +245,7 @@
if ((ecx > 95) || (ecx == 0) || (eax < ebx))
return -EIO;
 
-   edx = (eax - ebx) / (100 - ecx);
+   edx = ((eax - ebx) * 100) / (100 - ecx);
*low_freq = edx * 1000; /* back to kHz */
 
dprintk("low frequency is %u kHz\n", *low_freq);



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



Bug#366522: More information

2006-05-12 Thread Kaz Sasayama
Sorry, this patch does not actually fix the problem. I will try other
fixes for a while.



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



Bug#287954: lspci -vv

2006-05-11 Thread Kaz Sasayama
And this one is from lspci -vv:

:00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge
Subsystem: Transmeta Corporation: Unknown device 0295
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- SERR- TAbort- SERR- TAbort- 
SERR- TAbort- 
SERR- Reset+ 16bInt+ PostWrite-
16-bit legacy interface ports at 0001

:00:03.1 CardBus bridge: Texas Instruments PCI1420
Subsystem: NEC Corporation: Unknown device 8064
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- Reset+ 16bInt- PostWrite-
16-bit legacy interface ports at 0001

:00:04.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link 
Controller Audio Device (rev 01)
Subsystem: NEC Corporation: Unknown device 1533
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR+ TAbort- 
SERR-  [disabled] [size=128K]
Capabilities: [5c] Power Management version 1
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

:00:06.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 
08)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 
Region 1: I/O ports at 
Region 2: I/O ports at 
Region 3: I/O ports at 
Region 4: I/O ports at 1480 [size=16]
Capabilities: [60] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

:00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
Subsystem: NEC Corporation: Unknown device 1533
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- 

Bug#287954: Additional information

2006-05-10 Thread Kaz Sasayama
I'm surprised that this report is still alive.

This is the output from lspci:

:00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge
:00:00.1 RAM memory: Transmeta Corporation SDRAM controller
:00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad
:00:02.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev
08)
:00:03.0 CardBus bridge: Texas Instruments PCI1420
:00:03.1 CardBus bridge: Texas Instruments PCI1420
:00:04.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link 
Controller Audio Device (rev 01)
:00:05.0 VGA compatible controller: ATI Technologies Inc Rage Mobility P/M 
(rev 64)
:00:06.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev
08)
:00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
:00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
:00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
:00:14.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)

And this one is with -n:

:00:00.0 0600: 1279:0395
:00:00.1 0500: 1279:0396
:00:00.2 0500: 1279:0397
:00:02.0 0200: 8086:1229 (rev 08)
:00:03.0 0607: 104c:ac51
:00:03.1 0607: 104c:ac51
:00:04.0 0401: 10b9:5451 (rev 01)
:00:05.0 0300: 1002:4c52 (rev 64)
:00:06.0 0200: 8086:1229 (rev 08)
:00:07.0 0601: 10b9:1533
:00:10.0 0101: 10b9:5229 (rev c3)
:00:11.0 0680: 10b9:7101
:00:14.0 0c03: 10b9:5237 (rev 03)





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



Bug#366522: kernel-source-2.6.8: ALi M5451 Audio did not work

2006-05-09 Thread Kaz Sasayama
Package: kernel-source-2.6.8
Version: 2.6.8-16sarge2
Severity: normal


I had a problem to use ALi M5451 ALSA driver with my system.  My system 
has an M5451 rev 01 chip and the supplied driver did not activate AC97 
mixer when installed.

With many tries and errors, I happened to make a patch that works for 
me.  However, I do not have any official reference documentation, I 
cannot confirm that the patch is correct.  Can anybody confirm the 
correctness, please?

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (100, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kernel-source-2.6.8 depends on:
ii  binutils  2.15-6 The GNU assembler, linker and bina
ii  bzip2 1.0.2-7high-quality block-sorting file co
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities

-- no debconf information

*** /tmp/diff.txt
diff -u kernel-source-2.6.8/sound/pci/ali5451/ali5451.c 
linux/sound/pci/ali5451/ali5451.c
--- kernel-source-2.6.8/sound/pci/ali5451/ali5451.c 2004-08-14 
14:38:04.0 +0900
+++ linux/sound/pci/ali5451/ali5451.c   2006-05-09 02:55:12.302579810 +0900
@@ -470,7 +470,7 @@
return ~0;
}
 
-   port = codec->chregs.regs.ac97read;
+   port = codec->chregs.regs.ac97write;
 
if (snd_ali_codec_ready(codec, port, 0) < 0)
return ~0;
@@ -481,7 +481,7 @@
dwVal |= 0x8000;/* bit 15*/
if (secondary) dwVal |= 0x0080;
 
-   snd_ali_5451_poke(codec, port, dwVal);
+   outw(dwVal, codec->port + port);
 
if (snd_ali_stimer_ready(codec, 0) < 0)
return ~0;


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



Bug#357935: kernel-image-2.6.8-2-386: System freeze while idle

2006-03-20 Thread Kaz Sasayama
Package: kernel-image-2.6.8-2-386
Version: 2.6.8-16sarge1
Severity: important

*** Please type your report below this line ***
My system freezes while it is idle with the 2.6 series kernel.  It is
OK with the 2.4 series kernel, though.

The system totally locks up and does not respond to any keyboard input.

The content of /proc/cpuinfo (on 2.4.27) is like this:

processor   : 0
vendor_id   : GenuineTMx86
cpu family  : 6
model   : 4
model name  : Transmeta(tm) Crusoe(tm) Processor TMTM5600
stepping: 3
cpu MHz : 598.455
cache size  : 512 KB
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr cx8 cmov mmx longrun
bogomips: 1150.15

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kernel-image-2.6.8-2-386 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  initrd-tools  0.1.81.1   tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information


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



Bug#292921: racoon does not update generated policy

2005-01-30 Thread Kaz Sasayama
Package: racoon
Version: 0.3.3-5
Severity: normal

racoon does not update the policy that is generated by the 
generate_policy option on renegotiation.  Please update ipsec-tools to 
0.5rc or apply the attached change.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-cs56
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages racoon depends on:
ii  debconf 1.4.30.11Debian configuration management sy
ii  ipsec-tools 0.3.3-5.0.1  IPsec tools for Linux
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- debconf information:
* racoon/config_mode: direct
Only in ipsec-tools-0.3.3/src/racoon: Makefile
Only in ipsec-tools-0.3.3/src/racoon: config.h
Only in ipsec-tools-0.3.3/src/racoon: config.log
Only in ipsec-tools-0.3.3/src/racoon: config.status
Only in ipsec-tools-0.3.3/src/racoon: eaytest
diff -ur -x '*.o' ipsec-tools-0.3.3.dist/src/racoon/isakmp_quick.c ipsec-tools-0.3.3/src/racoon/isakmp_quick.c
--- ipsec-tools-0.3.3.dist/src/racoon/isakmp_quick.c	2004-06-15 22:36:44.0 +0900
+++ ipsec-tools-0.3.3/src/racoon/isakmp_quick.c	2005-01-11 21:13:43.0 +0900
@@ -2032,6 +2032,20 @@
 			"no policy found: %s\n", spidx2str(&spidx));
 		return ISAKMP_INTERNAL_ERROR;
 	}
+	/* Refresh existing generated policies
+	 */
+	if (iph2->ph1->rmconf->gen_policy) {
+		plog(LLV_INFO, LOCATION, NULL,
+			 "Update the generated policy : %s\n",
+			 spidx2str(&spidx));
+		iph2->spidx_gen = racoon_malloc(sizeof(spidx));
+		if (!iph2->spidx_gen) {
+			plog(LLV_ERROR, LOCATION, NULL,
+ "buffer allocation failed.\n");
+			return ISAKMP_INTERNAL_ERROR;
+		}
+		memcpy(iph2->spidx_gen, &spidx, sizeof(spidx));
+	}
 
 	/* get outbound policy */
 {
Only in ipsec-tools-0.3.3/src/racoon: isakmp_quick.c.~1~
Only in ipsec-tools-0.3.3/src/racoon: isakmp_quick.c.~2~
Only in ipsec-tools-0.3.3/src/racoon: isakmp_quick.c.~3~
Only in ipsec-tools-0.3.3/src/racoon: racoon
Only in ipsec-tools-0.3.3/src/racoon: racoonctl
Only in ipsec-tools-0.3.3/src/racoon/samples: psk.txt
Only in ipsec-tools-0.3.3/src/racoon/samples: racoon.conf