lkml.org 
[lkml]   [1998]   [May]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: kernel 2.1.{100,101,102} not booting
From
Date
On 1998/05/19, Andreas Jellinghaus wrote:

> loading, uncompressing, and then i have to press reset. no error message or
> so. gcc 2.7.2.3, debian hamm systen, i never had problems with the hardware.
> any idea ?

[ snip ]

> CONFIG_ISDN=y
> CONFIG_ISDN_PPP=y
> CONFIG_ISDN_PPP_VJ=y
> CONFIG_ISDN_MPP=y
> CONFIG_ISDN_AUDIO=y
> CONFIG_ISDN_DRV_HISAX=y
> CONFIG_HISAX_EURO=y
> CONFIG_HISAX_16_3=y

I had the exact same problem. The following patch fixed it.

--- linux/drivers/isdn/hisax/config.c.orig Sun Apr 19 17:53:24 1998
+++ linux/drivers/isdn/hisax/config.c Sun Apr 19 17:51:57 1998
@@ -394,7 +394,7 @@
}
i++;
}
- if (strlen(str)) {
+ if (str && *str) {
strcpy(HiSaxID, str);
HiSax_id = HiSaxID;
} else {

Greetings,

Ruud.
--
Ruud de Rooij
r.c.m.derooij@twi.tudelft.nl
http://sepc.twi.tudelft.nl/~derooij/



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
\
 
 \ /
  Last update: 2005-03-22 13:42    [W:0.039 / U:3.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site