aic7xxx 6.1.5 in kernel 2.4.3 doesn't recognize Yamaha CDRW

2001-04-11 Thread Andreas M. Kirchwitz
Hello! In case somebody is interested ... The new Adaptec SCSI host-adapter driver "aic7xxx 6.1.5" in Linux kernel 2.4.3 (compiled on a RedHat 7.0 system) doesn't recognize my Yamaha CRW4416S CD-ReWriter. It also outputs some error messages saying "request_module[scsi_hostadapter]: Root

Re: [PATCH] fix emu10k1 init breakage in 2.2.18

2000-12-21 Thread Andreas M. Kirchwitz
Juri Haberland wrote: >>> 2.2.18 broke the emu10k1 driver when compiled into the kernel. >> >> Is there also a fix available to make the bass and treble settings >> work again in mixer applications (for example, Gnome mix 1.2.0)? > > Yes, put something like "EXTRA_CFLAGS += -DTONE_CONTROL

Re: [PATCH] fix emu10k1 init breakage in 2.2.18

2000-12-19 Thread Andreas M. Kirchwitz
Mikael Pettersson wrote: > 2.2.18 broke the emu10k1 driver when compiled into the kernel. > The problem is that 2.2.18 now implements 2.4-style module_init, > so emu10k1 ended up being initialised twice when built non-modular, > which rendered it dysfunctional. The fix is to remove the now >