Jump to content
116 posts in this topic

Recommended Posts

Agora você tem que seguir esses passos:

Then we need to add the SCSI device id's to the following parts:

- AnySDCardReaderAnySBC
- Fake Apple Card Reader SCSI Inject
For this you also need IORegistryExplorer (download below if you don't have it).
Open IORegistryExplorer and next insert a memory card (SD/MMC/...)
Look under the EHCI parts for finding the memory card host controller (will be green because of card insertion).
Under the device look for the IOSCSIPeripheralDeviceNub entry (below the USB device)
Click on this and look for:
- Vendor Identification
- Product Identification
Change these in the Info.plist to the values you see there (Fake Apple Card Reader SCSI Inject + AnySDCardReaderAnySBC)

 

Está ok, mas você leu o que eu te falei a respeito do Leitor de Cartão PC vs Mac?

 

Conferiu no seu Windows/Linux qual é a interface? Entenda que não vai adiantar gastar tempo inserindo informações sendo que o Hardware difere.  :(

Nesse caso, o Andy me explicou, leia a partir desse post: http://www.insanelymac.com/forum/topic/237068-usb-card-reader-apple-optimized-legacy-driver-1065106610671068/?p=2109286

No Ubuntu você não vai configurar nada, apenas vai verificar se a interface do Leitor é PCI ou USB. 99% que seja PCI.

 

Pode usar o Sysinfo:

sudo apt-get install sysinfo

Ou o I-Nex

sudo add-apt-repository ppa:i-nex-development-team/stable
sudo apt-get update
sudo apt-get install i-nex

Então sobre o PCI que falei, a Apple não usa esse tipo de Leitor em seus Devices, somente leitor de cartão USB.

dell inspiron 14 serie 5000. 

É este patch que devo adicionar ao DSDT?

into method label _PTS code_regex_not If\s\(LEqual\s\(Arg0,\s0x05\)\) code_regex ^((?:.|\n)*)$ replace_matchedbegin
        If (LEqual (Arg0, 0x05)) {}\n
        Else\n
        {\n
%1
        }
end

Pode me explicar como?

 

Fiz boot pelo liveusb do ubuntu e usei o sudo lshw com o cartão de memoria no slot, aqui esta o resultado, poderia analisar para ver o device do card reader? sysinfo_linux.zip

 

Será que tem algum outro cartão wifi que de pra usar no meu Dell Inspiron 14 serie 5000?

Se usar os Repos do RehabMan, vai notar que tem 2 patchs para o Shutdown.

 

E sobre seu Leitor de Cartão, essas informações não exibiram o que eu queria.

Usa esse comando:

lsusb

Quando você plugou seu cartão, ele apareceu na area de trabalho ou no Nautilus?

repos RehabMan: Qual dos 2 utilizo?

 

SD Reader

Quando plugo ele aparece no dock a esquerda e tb abre uma janela.

Aqui está o resultado (lsusb)

t@it:~$ lsusbBus 001 Device 006: ID 0bda:5754 Realtek Semiconductor Corp. 
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0cf3:e005 Atheros Communications, Inc. 
Bus 001 Device 003: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 002: ID 8087:8000 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 05ac:0304 Apple, Inc. Optical USB Mouse [Mitsumi]
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

repos RehabMan: Qual dos 2 utilizo?

 

SD Reader

Quando plugo ele aparece no dock a esquerda e tb abre uma janela.

Aqui está o resultado (lsusb)

t@it:~$ lsusbBus 001 Device 006: ID 0bda:5754 Realtek Semiconductor Corp. 
Bus 001 Device 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 007: ID 0cf3:e005 Atheros Communications, Inc. 
Bus 001 Device 003: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 002: ID 8087:8000 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 05ac:0304 Apple, Inc. Optical USB Mouse [Mitsumi]
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

 

Ok.

 

Agora vá em "Informações do Sistema" em seu OS X, dai poste um print da seção "USB".

A informação o OS X te dá diretamente, você pode comparar aqui: http://www.insanelymac.com/forum/topic/237068-usb-card-reader-apple-optimized-legacy-driver-1065106610671068/?p=2109286

 

E uma coisa bem interessante, nesses novos leitores, vamos dizer o SO só te diz que ele está lá quando você insere um cartão, caso não insira nada, é como se ele não existisse.

No Windows você consegue "ver" isso.

 

E notou que no campo "Current Required (mA)", informa que é desconhecido. Leia o que o Andy explicou sobre isso:

Yep, I happen to know that "Device is not configured" happens when stuff goes wrong inside the driver.

So a patch is required to force the card reader into 0xFA (250 * 2 mili amps) available... so that it doesn't give that...

The driver needs 500 mili amps of power

This method is Power Management related...

So in those card readers one would need to patch the /System/Library/Extensions/AppleStorageDrivers.kext/Contents/PlugIns/AppleUSBCardReader.kext/Contents/MacOS/AppleUSBCardReader binary

This actually shows where AppleUSBCardReader.kext is located...

 

×
×
  • Create New...