I recently purchased SanDisk Ultra 128GB microSDXC Class 10, U1 to use with the LGP2. I appreciate it's not on the list of compatible cards as per Avermedia's website but that hasn't been updated for ages and it appears to have all the compatible attributes.
It worked straight out of the packet. Yay!
Problem is once I formatted it (MS-DOS FAT via Mac Disk Utility, which I've done previously with other cards) it no longer appears to work. The format completed successfully and I can use the card on the Mac. When plugging the SD Card back into the LGP2 is displays a solid red light (error).
I wonder if anyone else has had success with this card or experience the same issue?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		- 
	
- 
	I know this is old, but people may still need the info(I just had this problem today) and there was no solution posted. 
 
 You need to format the card with exFAT filesystem. I don't know much about how to do it in Windows or MacOS, but for Linux users, you should delete the partitions in fdisk by hittig d, then hit t and change the filesystem flag to exFAT by typing 7. You might need to install exfat-utils to be able to work with the format.
 
 
 -to find you device identifierCode:sudo fdisk -l 
 
 Disk /dev/sda: 59.49 GiB, 63864569856 bytes, 124735488 sectors
 Disk model: Multi-Card
 
 -to enter fdisk with the device you discoveredCode:sudo fdisk /dev/sda 
 
 Welcome to fdisk (util-linux 2.34).
 Changes will remain in memory only, until you decide to write them.
 Be careful before using the write command.
 
 
 No partition is defined yet!Code:Command (m for help): d 
 
 Partition typeCode:Command (m for help): n 
 p primary (0 primary, 0 extended, 4 free)
 e extended (container for logical partitions)
 Remove any signatures it already has by typing yCode:Select (default p): p 
 
 Now set the filesystem type:
 
 Selected partition 1Code:Command (m for help): t 
 Changed type of partition 'Linux' to 'HPFS/NTFS/exFAT'.Code:Hex code (type L to list all codes): 7 
 
 Code:Command (m for help): w 
 Now format the card like this:
 
 Code:sudo mkfs.exfat /dev/sda1 
 You should be set!
Similar Threads
- 
  AverMedia Live Gamer Portable 2 (LGP2) --- has anyone successfully used it?By jehuie in forum Capturing and VCRReplies: 5Last Post: 31st Dec 2016, 21:03
- 
  Avermedia Live Gamer Portable Resolution ProblemBy Suikadon in forum Capturing and VCRReplies: 0Last Post: 4th Dec 2015, 08:25
- 
  Having problems with my Avermedia Live Gamer Portable.By Masteroliw in forum Capturing and VCRReplies: 9Last Post: 18th Feb 2015, 05:00
- 
  AVermedia Live Gamer Portable - Causes for lag/delay on TV?By andrewr11 in forum Capturing and VCRReplies: 2Last Post: 5th Jun 2014, 10:01
- 
  AVerMedia Live Gamer PortableBy iHaz3Monitors in forum Capturing and VCRReplies: 11Last Post: 10th May 2014, 22:06


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote