Twitter
Become an osx86.net member, click here to Register!
Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    x86
    x86 is offline
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanked
    0
    Downloads
    22
    Uploads
    0

    Default Realtek RTL8191SE

    I am having troubles with a PCMIA netwroking card by Realtek. It is a Realtek RTL8191SE, there are drivers for the Realtek 8191SU, which is the usb version and not the PCMIA notebook verson. I tried to edit the kext, but there is no way to edit the device id (I cannot find it).

    Here are the ids:
    Manufactor: 10ec
    Device id: 8171

    The Realtek RTL8191SU dkexts are RTL8191S Wireless - Downloads - Kexts.com



    I even tried to edit the kext like so, but obviosuly I failed.
    Code:
    <key>ASUSTek_1784</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.realtek.driver.RTL8192SU</string>
    			<key>IOClass</key>
    			<string>RTL8192SU</string>
    			<key>IOKitDebug</key>
    			<integer>0</integer>
    			<key>IOProviderClass</key>
    			<string>IOPCIDevice</string>
    			<key>Realtek_WLAN_NIC_parameter</key>
    			<dict>
    				<key>LedCtrl</key>
    				<integer>1</integer>
    			</dict>
    			<key>Realtek_common_reg</key>
    			<dict>
    				<key>CcxOffLineDurUpLimit</key>
    				<integer>0</integer>
    				<key>CcxRm</key>
    				<integer>1</integer>
    				<key>Channel</key>
    				<integer>1</integer>
    				<key>NetworkType</key>
    				<integer>1</integer>
    				<key>QoS</key>
    				<integer>1</integer>
    				<key>SSID</key>
    				<string>ANY</string>
    				<key>StaUapsd</key>
    				<integer>0</integer>
    				<key>WiFi11bIbss</key>
    				<integer>0</integer>
    			</dict>
    			<key>bConfigurationValue</key>
    			<integer>1</integer>
    			<key>bInterfaceNumber</key>
    			<integer>0</integer>
    			<key>bcdDevice</key>
    			<integer>512</integer>
    			<key>idProduct</key>
    			<integer>8171</integer>
    			<key>idVendor</key>
    			<integer>10ec</integer>
    		</dict>
    While the normal one is like this (I bolded the changes I did):
    Code:
    <key>ASUSTek_1786</key>
    		<dict>
    			<key>CFBundleIdentifier</key>
    			<string>com.realtek.driver.RTL8192SU</string>
    			<key>IOClass</key>
    			<string>RTL8192SU</string>
    			<key>IOKitDebug</key>
    			<integer>0</integer>
    			<key>IOProviderClass</key>
    			<string>IOUSBInterface</string>
    			<key>Realtek_WLAN_NIC_parameter</key>
    			<dict>
    				<key>LedCtrl</key>
    				<integer>1</integer>
    			</dict>
    			<key>Realtek_common_reg</key>
    			<dict>
    				<key>CcxOffLineDurUpLimit</key>
    				<integer>0</integer>
    				<key>CcxRm</key>
    				<integer>1</integer>
    				<key>Channel</key>
    				<integer>1</integer>
    				<key>NetworkType</key>
    				<integer>1</integer>
    				<key>QoS</key>
    				<integer>1</integer>
    				<key>SSID</key>
    				<string>ANY</string>
    				<key>StaUapsd</key>
    				<integer>0</integer>
    				<key>WiFi11bIbss</key>
    				<integer>0</integer>
    			</dict>
    			<key>bConfigurationValue</key>
    			<integer>1</integer>
    			<key>bInterfaceNumber</key>
    			<integer>0</integer>
    			<key>bcdDevice</key>
    			<integer>512</integer>
    			<key>idProduct</key>
    			<integer>6022</integer>
    			<key>idVendor</key>
    			<integer>2821</integer>
    		</dict>
    Please help a some one who's new to the hackintosh community out.
    I a mlitterraly am begging for some kind of answer ..

    Thank you for taking your time bother reading this post.
    Last edited by x86; 1st March 2011 at 01:08.


  2. #2
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanked
    0
    Downloads
    15
    Uploads
    0

    Default

    i'm looking for it

  3. #3
    x86
    x86 is offline
    Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Thanked
    0
    Downloads
    22
    Uploads
    0

    Default

    Can anyone help us out?

  4. #4
    Junior Member
    Join Date
    Jul 2011
    Posts
    4
    Thanked
    0
    Downloads
    8
    Uploads
    0

    Default

    Any update here?

  5. #5
    Junior Member
    Join Date
    Feb 2011
    Posts
    6
    Thanked
    0
    Downloads
    21
    Uploads
    0

  6. #6
    Junior Member
    Join Date
    Sep 2011
    Posts
    11
    Thanked
    0
    Downloads
    60
    Uploads
    0

    Default

    Might be 8191su here Realtek

    No 8191se

  7. #7
    Junior Member
    Join Date
    Oct 2011
    Posts
    1
    Thanked
    0
    Downloads
    5
    Uploads
    0

    Default

    why not?

  8. #8
    Junior Member
    Join Date
    Dec 2010
    Posts
    1
    Thanked
    0
    Downloads
    119
    Uploads
    0

    Default

    i have Realtek RTL8191 SU and have used through various snow leopard and upto lion 10.7.2 I use a program called Airlink 101 wireless moniter which will get you connected wirelessly but dose not work with airdrop it sees it as WLAN if that helps
    Gav
    RTL8191S Wireless - Downloads - OSx86.net

  9. #9
    Junior Member
    Join Date
    May 2010
    Posts
    2
    Thanked
    0
    Downloads
    168
    Uploads
    0

    Default

    anyluck i have the same WiFi card both Dev ID and Ven ID i can't get it to work at all.

  10. #10
    Junior Member
    Join Date
    Aug 2011
    Posts
    9
    Thanked
    0
    Downloads
    97
    Uploads
    0

    Default

    I have same problem PLZ can anyone help us?


  • Advertising

    advertising
    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 1 of 2 12 LastLast

Similar Threads

  1. Realtek RTL8191SE
    By lpl]1 in forum Networking & Wireless
    Replies: 1
    Last Post: 1st April 2012, 20:31
  2. Realtek ALC662
    By STI-WRX in forum Audio & Sound
    Replies: 1
    Last Post: 3rd November 2011, 22:02
  3. Rtl8191se
    By snap.starnet in forum Networking & Wireless
    Replies: 1
    Last Post: 7th June 2011, 10:01
  4. Realtek RTL8192E
    By mamen in forum Networking & Wireless
    Replies: 0
    Last Post: 11th March 2011, 18:55
  5. Realtek ALC883
    By bossob in forum General Troubleshooting
    Replies: 8
    Last Post: 13th February 2011, 18:13

Posting Permissions

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