Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: yet another HVR-2250 issue

  1. #11
    Join Date
    Dec 2007
    Location
    Charlotte, NC
    Beans
    1,087
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: yet another HVR-2250 issue

    1. Should I try using the newer firmware 1.0.3-3?
    That's the version I tried - I deleted the previous versions in the folder. Not sure about the modprobe setting, I didn't go through any of that. I sent my card back and replaced my old HVR-1600 with another 1600 and, since I formatted my mythbox, all I had to do was add the firmware to /lib/firmware, reboot and the card was detected. This is what I was expecting from the HVR-2250.

    I talked to Steven Toth and this was his response:
    The card isn't being detected correctly by the driver. Card type 7
    probably isn't the right profile for your hardware. Each card that
    Hauppauge ship I own and check personally. When I know the card works
    I add support in the driver tree and push the patches to
    kernellabs.com (then upstream).

    No amount of poking and guessing is going to help you. No amount of
    re-installing 10.10 will help. Either Hauppauge changed the card
    recently or the tree is broken and I'd need to patch it. Either is
    possible although I suspect the former.
    So for your second question, if it's not working with the ubuntu driver, I'd try the kernellabs.com version. If that doesn't work, check Steven's site for more info.
    Last edited by Victormd; March 22nd, 2011 at 08:31 PM.
    "There are 10 types of people: Those who read binary and those who don't"
    >>>"who is general failure and why is he reading my files"<<<
    The Ubuntu Counter Project - user number # 22367
    Howto automount NTFS - My wallpaper

  2. #12
    Join Date
    Jun 2010
    Beans
    2

    Re: yet another HVR-2250 issue

    Thanks for the tips but it didn't fix the problems.

    Without being able to build the driver the kernel still searched for the old firmware file which does not work with rev 81 of the saa7164.

    I guess I need to wait until Steven Toth of someone else gets there hands on the updated card and makes it work.

    I installed a trial of Windows 7 with media center on the machine and everything works well. Maybe the easiest solutions is to give up on MythTV and cough up for a windows license.

  3. #13
    Join Date
    Dec 2007
    Location
    Charlotte, NC
    Beans
    1,087
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: yet another HVR-2250 issue

    Without being able to build the driver the kernel still searched for the old firmware file which does not work with rev 81 of the saa7164.
    Why couldn't you build the driver? I don't know that the driver is what specifies the firmware to use - it should search for the latest version in /lib/firmware. The reason I say this is because Ubuntu comes with the driver for the HVR-2200 - I have some links that I used to try to get it working - I'll check my bookmarks when I get home and I'll post them here for you to try them out.

    I Wouldn't go with Windows Media Center - I've tried both and MythTV is just so much more versatile the WMC. I feel your pain in trying to get everything working, been there, but once you do, you'll appreciate the effort.
    "There are 10 types of people: Those who read binary and those who don't"
    >>>"who is general failure and why is he reading my files"<<<
    The Ubuntu Counter Project - user number # 22367
    Howto automount NTFS - My wallpaper

  4. #14
    Join Date
    Mar 2011
    Beans
    2

    Re: yet another HVR-2250 issue

    I built the driver using the old version of the firmware and an old kernel and it took me a while to figure out I needed to do a "make distclean" before running the make again so it built for the updated kernel and with the new firmware. While that got the new correct firmware loaded, it didn't solve my issue with the saa7164_api_i2c_read() errors.

    I get the lockups even when I'm only watching live TV on a single tuner. I haven't turned off the EIT, but I'm not sure that would solve my problem. I do have an AMD CPU and an on-board ATI video card. The card seems to work perfectly until I get the lockups.

    I'm thinking of creating a cron job to see if the i2c_read() errors have started every minute and have it unload and reload the kernel modules. Does anyone know if that would work?

  5. #15
    Join Date
    Mar 2011
    Beans
    2

    Re: yet another HVR-2250 issue

    Unloading and reloading the saa7164 module didn't seem to work. I was hoping it would be as simple as

    Code:
    sudo rmmod saa7164
    sudo modprobe saa7164
    but it "Failed to register dvb adapters on porta".

    Maybe I need to provide some different options to modprobe to force it to load the firmware again. I'll keep looking.

  6. #16
    Join Date
    Feb 2010
    Beans
    80
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: yet another HVR-2250 issue

    I have three tuners: HVR-1600 (single) and HVR-2250 (dual). My HVR-2250 (with dual tuners) has been working fine for the last 10 months. I used Lowsky's instructions -- which worked great. Last couple of weeks, anytime I record from the 2250, the recorded program looks like it recorded, but is (blank).

    Typing dmesg, I get the following (portion of output):

    HTML Code:
    dmesg | grep --max-count=20 saa7164
    081] saa7164_api_i2c_read() error, ret(1) = 0xc
    [292554.216094] saa7164_cmd_send() No free sequences
    [292554.216099] saa7164_api_i2c_read() error, ret(1) = 0xc
    [292554.216112] saa7164_cmd_send() No free sequences
    [292554.216117] saa7164_api_i2c_write() error, ret(1) = 0xc
    [292554.216131] saa7164_cmd_send() No free sequences
    [292554.216136] saa7164_api_i2c_write() error, ret(1) = 0xc
    [292554.216149] saa7164_cmd_send() No free sequences
    [292554.216153] saa7164_api_i2c_write() error, ret(1) = 0xc
    [292554.216169] saa7164_cmd_send() No free sequences
    From lspci, I get:
    HTML Code:
    03:00.0 Multimedia controller: Philips Semiconductors Device 7164 (rev 81)
    Is it possible that an automatic update messed with my settings? How can I get my 2250 working normally again?

    I'm on ubuntu 10.10 and mythtv 0.23.1
    Thanks in advance!
    ----------
    HTPC build: Mythbuntu 14.04, MythTV 0.27+
    Mobo: MSI FM2-A75MA-E35, AMD A10, Video: Radeon HD8670D, Tuners: HVR-1600, HVR-2250, SSD and HD: 3TB system

  7. #17
    Join Date
    Feb 2010
    Beans
    80
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: yet another HVR-2250 issue

    Sorry, false alarm!! I rebooted and looks like the 2250 tuner is back up and running fine on my HTPC.

    Ubu Fester
    ----------
    HTPC build: Mythbuntu 14.04, MythTV 0.27+
    Mobo: MSI FM2-A75MA-E35, AMD A10, Video: Radeon HD8670D, Tuners: HVR-1600, HVR-2250, SSD and HD: 3TB system

  8. #18
    Join Date
    Jan 2011
    Location
    Retired in Bournemouth UK
    Beans
    414
    Distro
    Kubuntu

    Re: yet another HVR-2250 issue

    Quote Originally Posted by Ubu_Fester View Post
    I have three tuners: HVR-1600 (single) and HVR-2250 (dual). My HVR-2250 (with dual tuners) has been working fine for the last 10 months. I used Lowsky's instructions -- which worked great. Last couple of weeks, anytime I record from the 2250, the recorded program looks like it recorded, but is (blank).

    Typing dmesg, I get the following (portion of output):

    HTML Code:
    dmesg | grep --max-count=20 saa7164
    081] saa7164_api_i2c_read() error, ret(1) = 0xc
    [292554.216094] saa7164_cmd_send() No free sequences
    [292554.216099] saa7164_api_i2c_read() error, ret(1) = 0xc
    [292554.216112] saa7164_cmd_send() No free sequences
    [292554.216117] saa7164_api_i2c_write() error, ret(1) = 0xc
    [292554.216131] saa7164_cmd_send() No free sequences
    [292554.216136] saa7164_api_i2c_write() error, ret(1) = 0xc
    [292554.216149] saa7164_cmd_send() No free sequences
    [292554.216153] saa7164_api_i2c_write() error, ret(1) = 0xc
    [292554.216169] saa7164_cmd_send() No free sequences
    From lspci, I get:
    HTML Code:
    03:00.0 Multimedia controller: Philips Semiconductors Device 7164 (rev 81)
    Is it possible that an automatic update messed with my settings? How can I get my 2250 working normally again?

    I'm on ubuntu 10.10 and mythtv 0.23.1


    Thanks in advance!
    Guys-

    One thing I've learned over the last 5 years messing about with linux and Mythtv is to DISABLE ALL AUTO-UPDATES.

    Sorry for the shout, but once you get your B/E and F/E working leave them alone!
    Tony
    Asus Z270i7 16gb rm 8tb GT1660 Haupp Quad tunr Kubuntu Jammy/Win 11 Be/FE mythtv 0.34Homerun dual netwk tunr 55¨ Smsng QN95B55" Lap Smsng NP R580 i5 nvidia linux Ultimate/Win 10

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •