Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Driver for Galaxis DVB CARD



Christian Theiss writes:
 > kaf schrieb:
 > > during loading it says several times:
 > > 
 > > i2c_busy_rise_and_fall: error in address phase
 > It could be that the tuner (drivers/tuner.c) in the galaxis STB has
 > another address as our driver reserves for the technotrend compatible
 > Fujitsu-Siemens Card we use... Look at the end of the driver_operations
 > to see that the address is at a fixed value. In my first dvb-driver i
 > had a routine to look for valid tuner (address) in every DVB-board.
 > Ralph/Marcus? Could you check for detail???


tuner.x scans for a tuner address and should report where it found
one. 

 
 > > 2. Interrupt accounting for saa7146 set to 0 in /proc/interrupts
 > > and does'nt increasing:
 > > 
 > >           CPU0
 > >   0:    1530377          XT-PIC  timer
 > >   1:      49735          XT-PIC  keyboard
 > >   2:          0          XT-PIC  cascade
 > >   4:          0          XT-PIC  serial
 > >  10:    1431406          XT-PIC  eth0
 > >  11:          0          XT-PIC  saa7146(1)
 > >               ^!!!
 > >  12:     153040          XT-PIC  PS/2 Mouse
 > >  13:          1          XT-PIC  fpu
 > >  14:      38525          XT-PIC  ide0
 > > NMI:          0
 > > 
 > > Can anybody help me or say, where I can find correct driver for
 > > Galaxis Plug.in S
 > We have to check what kind of HW is different from our Technotrend Card
 > to say in detail why you can't get your tuner work for!


The Galaxis card should be identical to the Technotrend and Siemens
cards. 
There was one case before on the linux-dvb mailing list with a Galaxis
card. In that case there was a problem with talking to the dual ported
RAM. This was resolved for him by changing the motherboard. I donīt know why
it did not work on his original board.

But in this case there seems to be a general problem with the I2C
bus. It would be good to see a complete log of the kernel messages
during driver installation.


Ralph

Home | Main Index | Thread Index