Thanks Thanks:  0
Likes Likes:  0
Page 7 of 7 FirstFirst 1234567
Results 121 to 127 of 127

Thread: CVS Edits

  1. #121
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Hi,

    I have also been asked why:
    + if (service_id == 0x0551 || service_id == 0x008d || service_id ==0x0385)
    + serviceName = std:tring("Front Row 01");
    is used and not something like this:
    if(service_type==0x04)
    service_type=1;
    But I assume the answer is to enable each individual Channel to have the unique std:string name ...

  2. #122
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Comments to Speedy & Renny's Diffs:

    Houdini
    Code:
    make menuconfig ARCH=ppc

    please be exact
    and JTG Riker is having a look at it and maybe including it in the CVS but
    there is a , missing in the locals.h

  3. #123
    Member cydine's Avatar
    Join Date
    Jul 2006
    Age
    45
    Posts
    60
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Hidden Content Originally Posted by pt-1 Hidden Content
    Hi,
    I have also been asked why:
    is used and not something like this:
    But I assume the answer is to enable each individual Channel to have the unique std:string name ...
    Ahh, I understand now.

    Yeah, it's because NVOD channels names were not transmitted anywhere in the stream so I had to hardcode them.

  4. #124
    Legend for now
    Join Date
    Jun 2006
    Location
    Leatherhead
    Posts
    697
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    I've also created the smbfs.o file for 2 kernels:

    2.4.32-dbox2 (for the older images)
    2.4.33.3-dbox2 (for the newer images)

    They are in the attached zip file.
    So you could just use the diffs and then stick this file in afterwards.

    It goes in /lib/modules/2.4.3x-dbox/kernel/fs/smbfs

    The smbfs is a directory and probably wont exist, so create it and
    put the smbfs.o file in there Hidden Content

    Afterwards you can test its in the right place by doing:
    insmod smbfs
    via telnet.
    If it returns no errors then everything went OK.

  5. #125
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    @speedy I'm going to ask for a Dev and Test section where we can be a bit more organised m8

  6. #126
    Legend pt-1's Avatar
    Join Date
    Jun 2006
    Age
    50
    Posts
    823
    Post Thanks
    Chats
    0
    Rep Power
    18

    Re: CVS Edits

    Hidden Content Originally Posted by renwich Hidden Content
    @speedy I'm going to ask for a Dev and Test section where we can be a bit more organised m8

    I would also suggest to make post's including How To's to be made sticky and locked and include a link to post any questions to that Post so it stay's nice and tidy or we end up with an 15 Page Post like this ;-)

  7. #127
    Forum Supporter renwich's Avatar
    Join Date
    May 2006
    Location
    somewhere local
    Age
    58
    Posts
    2,052
    Post Thanks
    Chats
    2
    Rep Power
    22

    Re: CVS Edits

    Right we now have a Dev and Test Area

    Hidden Content

    I'll close this thread and we Can start over at the New place

Page 7 of 7 FirstFirst 1234567

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
  •