linux abi in kernel 2.4.20-2.21

2003-01-25 Thread Wolfgang Rapp
While in RH7.X and 2.4.18.x  RH kernels the linux ABI is includes the 
2.4.20 kernels miss this patch.
Is it intended to add this again? Must I try it do to by myself?

Bye Wolfgang





--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


warnings compiling kernel 2.4.20-2.21

2003-01-25 Thread Wolfgang Rapp
compiling the kernel gives in  nearly all *.c files

/usr/src/linux-2.4.20-2.21/include/linux/sched.h:548:1:warning:"cpu_online"redefined

/usr/src/linux-2.4.20-2.21/include/linux/smp.h:87:1: warning: this is 
the location of the previous definition

where sched.h defines

#define cpu_online(cpu) ((cpu) < smp_num_cpus)

and smp.h defines for not defined CONFIG_SMP
#define smp_num_cpus1
#define cpu_online(cpu) ({ BUG_ON((cpu) != 0);1;})

Bye Wolfgang



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Severe Booting Problem

2003-01-26 Thread Wolfgang Rapp
Duncan Rubinger schrieb:

Hi,

I've tried to apply RH8 on my new Toshiba 2430-101 Notebook. (2,53GHz
P4, 512MB DDR_RAM, DVD/CDR-Combo, Intel Chipset, NVidia Geforce4 420
GO Graphics adapter). The CD boots, the kernelimage uncompresses. But
then, after the line "Kernel uncompressing ... OK" nothing will
happen. Only the line, that linux will start now appears on the
screen. I already tried different parameters like

nopcmcia, acpi=off, apm=off, vga=791 (here, the screen becomes black
and nothing is shown).

Any ideas ? There are no more debug information, no logs, no console,
nothing :-(((



I found similar with Toshiba 1110 Notebuck. What I found out was.
Seems the ACIP is buggy. The cardbus don't have attached interrupts.
Every time yenta_socket module is loaded the kernel freeze.

Make a boot floppy - boot from this and do not add pcmcia support at 
booting. Then you should be able to install RH 8.0.

In the running Linux there is no PCMCIA support possible because always
I load yenta_socket kernel freeze. This also happens with 2.4.20-2.21 
from pheobe witch should have newer ACPI support.
It is definitley not the PCMCIA Dridge chipset because my Acer Notebook 
has the same but no ACPI and there it runs?

Found no help until now.

Bye Wolfgang






--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


rp-pppoe and firewall scripts

2003-02-11 Thread Wolfgang Rapp
I have setup a DSL connection and set FIREWALL=MASQUERADE
It semms it do not work. No I have a look to delivered scripts at 
/etc/ppp  firewall-masq and firewall-standalone .
These scripts use ipchains  and this isn't installed on RH8.0.

How to make that connections from eth0 and bluez0 are forwarded to
ppp0 with masqueading.
Must I setup my own firewall scripts and the rp-pppoe firewall options
out of date for RH8.0

Thanks Wolfgang






--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: rp-pppoe and firewall scripts

2003-02-11 Thread Wolfgang Rapp
>> I have setup a DSL connection and set FIREWALL=MASQUERADE
>> /etc/ppp  firewall-masq and firewall-standalone .
>> These scripts use ipchains  and this isn't installed on RH8.0.
>>
>> How to make that connections from eth0 and bluez0 are forwarded to
>> ppp0 with masqueading.
>> Must I setup my own firewall scripts and the rp-pppoe firewall options
>> out of date for RH8.0
>
>
>
>it worked for me.  Can you tell us what version of rp-pppoe are you 
>using?
rp-pppoe-3.4-7
>What is the symptom that it doesn't work?  Is the client at least able >to
>connect to the routing computer?
>yes

>There is iptables in RH80, if it is not there you have to get it from >the
>cd's. After setting up the masquerading with adsl-setup, check what is >in
>/etc/sysconfig/iptables.  I faintly remember I had to make an
>iptables-save to save the firewall setup.

The question is - adsl-start and adsl-connect call the firewall scripts 
in /etc/ppp and these are using ipchains.
Do adsl-setupt modify the iptables also. So is my version of rp-pppoe to 
old or do I have remove the calls to /etc/ppp/firewall.xxx in 
adsl-connect because these scripts are out of date if the iptables are 
modified by adsl-setup the correct way.



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


bluez patch in 2.4.20-2.X

2003-02-14 Thread Wolfgang Rapp
Is the bluez patch patch-2.4.20-mh5 already in a rawhide kernel?




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



dnsmasq question

2003-02-17 Thread Wolfgang Rapp
I have started dnsmasq on my server.

Putting server address to resolv.conf on my other box don't let me 
resolve adresses.
If I put the dns address of the server witch is running dnsmasq into 
resolv.conf all work ok through the server masquerading .
Is there something else to start at the server or is the server firewall 
blocking port 53 on RH8.0



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


lpd network printing

2003-02-18 Thread Wolfgang Rapp
If I try to setup a network lpd printer to my RH8.0 box it don't work. 
Local printing on both
boxes work. I also add the network printing boxes into /etc/hosts.lpd on 
the server.
But nothing happens. lpq.0 shows 4 connecting attemps without succress.
Anybody some ideas. cups-lpd is disabled on the server.



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: lpd network printing

2003-02-18 Thread Wolfgang Rapp
Tim Waugh schrieb:


On Tue, Feb 18, 2003 at 05:04:06PM +0100, Wolfgang Rapp wrote:

 

If I try to setup a network lpd printer to my RH8.0 box it don't work. 
Local printing on both
boxes work. I also add the network printing boxes into /etc/hosts.lpd on 
the server.
   


You need to adjust /etc/lpd.perms I think.

Tim.
*/
 

I commented out
##REJECT SERVICE=X NOT SERVER
in lpd.perms but no success.




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



kernel-pcmcia and memory_cs

2003-02-22 Thread Wolfgang Rapp
my kernel-pcmcia-cs-3.1.31 would load memory_cs.o Where it is in
2.4.20-2.21  RH kernel?


--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


orinoco modules

2003-02-23 Thread wolfgang rapp
To include the newest acpi support patch I have to recompile rh kernel 
2.4.20-2.21

now I get following unresolved when I modprobe orinoco_cs or orinoco module

/lib/modules/2.4.20-2.21/kernel/drivers/net/wireless/orinoco.o: 
unresolved symbol orinoco_proc_dev_cleanup_R86228ebc
/lib/modules/2.4.20-2.21/kernel/drivers/net/wireless/orinoco.o: 
unresolved symbol orinoco_proc_dev_init_R0132ac1e

depmod -a  or depmod -ae do not show any unresolved symbol.

Somebody some ideas?



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


wlan0 setup

2003-02-23 Thread wolfgang rapp
ifcfg-wlan0 shows as follows

DEVICE=wlan0
ONBOOT=yes
BOOTPROTO=static# change this to static to specify an IP 
addr
IPADDR=192.168.0.11
GATEWAY=192.168.0.1
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=192.168.0.255
GATEWAYDEV=wlan0  # this is for setting default route
TYPE=Ethernet
USERCTL=yes
PEERDNS=no  # this lets DHCP define the DNS setup

but when the device comes up it has no address assigned ifconfig wlan0 shows

Protokoll:Ethernet  Hardware Adresse 00:00:00:00:00:00
 BROADCAST MTYPE=Ethernetwlan0ULTICAST  MTU:1500  Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 Kollisionen:0 Sendewarteschlangenlänge:100
 RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 Interrupt:3 Basisadresse:0x100




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


rpm problems

2003-03-15 Thread Wolfgang Rapp
trying to install hylafax rh8 rpm package from hylafax.org but rpm 
hangs. I get Prepating packages for installation... after rpm -iv and 
then nothing else happend to rpm.

I remove /var/lib/rpm/__db* and all /var/tmp/rpm* and then --rebuilddb
but no success at all.
Other packages could be installed.
Anybody some ideas?
Bye Wolfgang



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


mozplugger problems

2003-03-15 Thread Wolfgang Rapp
I changed for mozill plugger4 with mozplugger
But now quicktime mpeg and fli videostreams don't work any more in 
mozilla 1.2.1.
With the old pluggerrc-4.0 it works.
Is there a known bug in the /etc/mozpluggerrc file?

Thanks Wolfgang



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list